lumi
|
2fab3ae088
|
split off sasl module
|
2017-02-27 16:10:11 +01:00 |
|
lumi
|
353b2579ea
|
initial commit
|
2017-02-27 16:08:09 +01:00 |
|
lumi
|
5308b6b1f1
|
Add .gitlab-ci.yml
|
2017-02-27 15:06:15 +00:00 |
|
lumi
|
e94c582359
|
split the jid module off into its own crate
|
2017-02-27 15:41:00 +01:00 |
|
lumi
|
4725e5f174
|
initial commit
|
2017-02-27 15:35:57 +01:00 |
|
lumi
|
ef07904807
|
add with_node, with_domain and with_resource to Jid
|
2017-02-27 15:30:39 +01:00 |
|
lumi
|
83839f0ba6
|
update messaging plugin to support sending messages, still not sure how i'm going to modify the plugin architecture, so stays very unstable for now
|
2017-02-27 15:03:08 +01:00 |
|
lumi
|
142c6f0887
|
increment version
|
2017-02-27 15:01:51 +01:00 |
|
lumi
|
338ca2ec5a
|
update Cargo.toml, preparing for initial release
|
2017-02-25 15:50:55 +01:00 |
|
lumi
|
4f357f773b
|
add some documentation to src/sasl/mod.rs
|
2017-02-25 15:50:26 +01:00 |
|
lumi
|
112b3fa0c8
|
added documentation url and fixed a dumb mistake
|
2017-02-25 15:43:56 +01:00 |
|
lumi
|
a047fdd870
|
add data to Cargo.toml
|
2017-02-25 15:31:58 +01:00 |
|
lumi
|
a88d9aa566
|
added more channel binding infrastructure
|
2017-02-25 06:58:42 +01:00 |
|
lumi
|
6579ce6563
|
simplify the API regarding authentication
|
2017-02-25 06:49:13 +01:00 |
|
lumi
|
a0685e2dc6
|
woops, wrong variable name here
|
2017-02-25 06:02:59 +01:00 |
|
lumi
|
c09e8ac06e
|
some work towards channel binding support (SCRAM-SHA-{1,256}-PLUS)
|
2017-02-25 03:43:11 +01:00 |
|
lumi
|
cdccd6be3f
|
the example should just use SCRAM-SHA-1
|
2017-02-25 03:41:50 +01:00 |
|
lumi
|
91df20948a
|
support SCRAM-SHA-256
|
2017-02-25 00:31:43 +01:00 |
|
lumi
|
9a00c998ae
|
add a test for an issue with namespace propagation
|
2017-02-25 00:10:18 +01:00 |
|
lumi
|
4927ecaa0d
|
support binding to a resource
|
2017-02-24 23:53:54 +01:00 |
|
lumi
|
ff7387a92a
|
support SCRAM-SHA-1
|
2017-02-24 23:42:08 +01:00 |
|
lumi
|
74fb4fd9ad
|
clean up SASL code
|
2017-02-24 18:29:10 +01:00 |
|
lumi
|
61e8124c75
|
add some stream:features handling
|
2017-02-24 17:44:11 +01:00 |
|
lumi
|
79434f2681
|
cleaning up connection logic, but it's still quite ugly
|
2017-02-24 17:36:17 +01:00 |
|
lumi
|
158d871df9
|
handle SASL failures
|
2017-02-24 17:20:00 +01:00 |
|
lumi
|
26d2710c1f
|
support arbitrary SASL mechanisms
|
2017-02-24 17:16:51 +01:00 |
|
lumi
|
2722e1ebf3
|
some work towards proper SASL support
|
2017-02-24 16:49:17 +01:00 |
|
lumi
|
226c1ced97
|
add a bit of documentation to the transport module
|
2017-02-21 18:18:16 +01:00 |
|
lumi
|
195d827bb6
|
document the ns module a bit
|
2017-02-21 18:17:49 +01:00 |
|
lumi
|
0cc57e1793
|
more documentation \o/
|
2017-02-21 17:38:29 +01:00 |
|
lumi
|
06380c55cc
|
document the plugin module and make Plugin::handle a required method
|
2017-02-21 17:18:32 +01:00 |
|
lumi
|
fea28e6171
|
make this work with the newer minidom
|
2017-02-21 17:14:54 +01:00 |
|
lumi
|
0a45a6993e
|
document all the things!
|
2017-02-21 15:46:06 +01:00 |
|
lumi
|
0b97510b08
|
add documentation to Jid
|
2017-02-21 14:25:00 +01:00 |
|
lumi
|
fe5b6ed490
|
edit some documentation on Client and ClientBuilder
|
2017-02-21 14:22:05 +01:00 |
|
lumi
|
e6eb65e6c6
|
document Client
|
2017-02-21 13:58:24 +01:00 |
|
lumi
|
9abfa5f170
|
document ClientBuilder
|
2017-02-21 13:57:57 +01:00 |
|
lumi
|
d31caae5a0
|
use the minidom ElementBuilder::text method
|
2017-02-21 00:07:10 +01:00 |
|
lumi
|
e0b35477cd
|
add ElementBuilder::text
|
2017-02-20 23:58:44 +01:00 |
|
lumi
|
6e7ec9ddb4
|
abstract some of the connection stuff away
|
2017-02-20 17:41:09 +01:00 |
|
lumi
|
83fdd9866c
|
add plugin infrastructure
|
2017-02-20 16:28:51 +01:00 |
|
lumi
|
8883f343b7
|
add a few namespaces
|
2017-02-20 02:05:49 +01:00 |
|
lumi
|
ad3a26fe2d
|
add stream resetting to the transport
|
2017-02-20 02:05:36 +01:00 |
|
lumi
|
41e1cf2654
|
added has_child, fixed some warnings
|
2017-02-20 02:04:45 +01:00 |
|
lumi
|
663eba6754
|
implemented text, get_child and get_child_mut; added and updated some tests
|
2017-02-19 23:42:31 +01:00 |
|
lumi
|
2d97e2d5d9
|
put Attribute into its own module, take into account prefixes when determining namespaces
|
2017-02-19 23:29:19 +01:00 |
|
lumi
|
8663a14040
|
lots of fixes and simplifications of the API
|
2017-02-19 23:15:43 +01:00 |
|
lumi
|
a94c66cabc
|
fix tests on rust 1.14
|
2017-02-19 22:20:27 +01:00 |
|
lumi
|
6f64f9cd48
|
cast the magic spell so that gitlab-ci will finally work
|
2017-02-19 21:03:21 +00:00 |
|
lumi
|
ea10296541
|
try to make gitlab-ci work
|
2017-02-19 20:55:22 +00:00 |
|