97f597d
more API simplifications
lumi created
97f597d
more API simplifications
lumi created
35fc26f
lower rust versions really don't like this
lumi created
6c11716
clean up lots of things, server-side API improved
lumi created
9edeaec
Merge branch 'master' into 'master'
isolate scram behind a compilation feature See merge request !1
lumi created
a8f8744
isolate scram behind a compilation feature
Geoffroy Couprie created
4b9f237
initial work towards server-side support
lumi created
7c04aff
overhauling the library, made tests pass
lumi created
9d57e1a
improvements in channel binding
lumi created
9d59bd2
update to sasl-rs 0.3.0, process error stanzas
lumi created
7692c26
add a feature for allowing insecure connections
lumi created
2d8fffd
clean up naming, add advertising that the client thinks channel binding is unsupported
lumi created
62be423
version bump
lumi created
88ea00b
cleaned up channel binding logic, cleaned up SaslCredentials, updated documentation
lumi created
4a8b405
increment version
lumi created
c56676a
#![deny(missing_docs)] and lots of documentation
lumi created
5ae85aa
add #![deny(missing_docs)] and documentation
lumi created
0b82b14
use crates.io sasl and jid crates
lumi created
71ffa4f
README and license updates
lumi created
5da36ec
license updates
lumi created
6628d12
add license info, prepare for pushing to crates.io
lumi created
eb9a121
Merge branch 'master' of gitlab.com:lumi/jid-rs
lumi created
19efcf3
add license, prepare for release
lumi created
2fab3ae
split off sasl module
lumi created
353b257
initial commit
lumi created
5308b6b
Add .gitlab-ci.yml
lumi created
e94c582
split the jid module off into its own crate
lumi created
4725e5f
initial commit
lumi created
ef07904
add with_node, with_domain and with_resource to Jid
lumi created
83839f0
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
lumi created
142c6f0
increment version
lumi created
338ca2e
update Cargo.toml, preparing for initial release
lumi created
4f357f7
add some documentation to src/sasl/mod.rs
lumi created
112b3fa
added documentation url and fixed a dumb mistake
lumi created
a047fdd
add data to Cargo.toml
lumi created
a88d9aa
added more channel binding infrastructure
lumi created
6579ce6
simplify the API regarding authentication
lumi created
a0685e2
woops, wrong variable name here
lumi created
c09e8ac
some work towards channel binding support (SCRAM-SHA-{1,256}-PLUS)
lumi created
cdccd6b
the example should just use SCRAM-SHA-1
lumi created
91df209
support SCRAM-SHA-256
lumi created
9a00c99
add a test for an issue with namespace propagation
lumi created
4927eca
support binding to a resource
lumi created
ff7387a
support SCRAM-SHA-1
lumi created
74fb4fd
clean up SASL code
lumi created
61e8124
add some stream:features handling
lumi created
79434f2
cleaning up connection logic, but it's still quite ugly
lumi created
158d871
handle SASL failures
lumi created
26d2710
support arbitrary SASL mechanisms
lumi created
2722e1e
some work towards proper SASL support
lumi created
226c1ce
add a bit of documentation to the transport module
lumi created