Commit log

2849d5a Update chrono to 0.4

Maxime “pep” Buquet created

03363dd Update xmpp-parsers to 0.6

Maxime “pep” Buquet created

6c79936 Update sha-1 to 0.4

Maxime “pep” Buquet created

4c1a716 Added tag v0.6.0 for changeset f85d0ec5b301

Emmanuel Gil Peyrot created

a285511 Release version 0.6.0.

Emmanuel Gil Peyrot created

7ddb1b8 ChangeLog: Add 0.6.0 release notes.

Emmanuel Gil Peyrot created

6ea175a Cargo.toml: Update the hashing libraries.

Emmanuel Gil Peyrot created

244c9b2 presence: Remove unused import in tests.

Emmanuel Gil Peyrot created

9887804 Use the generate_attribute macro in muc::user

Maxime “pep” Buquet created

27cf9a6 muc::Muc and muc::MucUser

Maxime “pep” Buquet created

8ac4602 presence: Add a simpler way to create a Presence.

Emmanuel Gil Peyrot created

ad1d4ad message: Add a simpler way to create a Message.

Emmanuel Gil Peyrot created

96fe2d2 roster: Fix group serialisation and add a test.

Emmanuel Gil Peyrot created

4338d9d jingle_s5b: Make jid a Jid and not a String.

Emmanuel Gil Peyrot created

f6b222f jingle_ibb: Strengthen sid’s type safety.

Emmanuel Gil Peyrot created

a219501 jingle, jingle_ft: Use the new generate_id! macro to simplify Sid/Cid generation.

Emmanuel Gil Peyrot created

95a19b4 lib: Implement a generate_id! macro.

Emmanuel Gil Peyrot created

3ea0c45 jingle_s5b: Strengthen type safety for ids.

Emmanuel Gil Peyrot created

f428ee0 Add an IBR parser.

Emmanuel Gil Peyrot created

a48565e data_forms: Fix FORM_TYPE, <title/> and <instructions/> serialisation.

Emmanuel Gil Peyrot created

13e8507 chatstates: Improve parsing.

Emmanuel Gil Peyrot created

eca588a Cargo.toml: Update the chrono dependency to 0.4.0.

Emmanuel Gil Peyrot created

1e2672b impl stream for client

Astro created

547902f echo_bot: send presence

Astro created

000f848 consolidate debug output

Astro created

8b7a49d client_bind: tighten match

Click to expand commit body
this branch is specific to Async::NotReady

Astro created

2e0dff5 xmpp_codec: add Packet::Text

Astro created

014633d add client_bind

Astro created

973a5ca Force channel binding to None

Maxime “pep” Buquet created

1779819 error: Implement fmt::Display and error::Error.

Emmanuel Gil Peyrot created

6f69f2d jingle_ft: Parse <date/> into a proper DateTime.

Emmanuel Gil Peyrot created

3abbdc6 Merge branch 'update' into 'master'

Click to expand commit body
Update base64 and openssl dependencies

See merge request !3

lumi created

cc2f471 Merge branch 'println' into 'master'

Click to expand commit body
Remove debug println in transport.rs

See merge request !27

lumi created

e7f0c45 jingle: Fix sid test.

Emmanuel Gil Peyrot created

48d3401 jingle: Specialise Sid to get an increased type safety.

Emmanuel Gil Peyrot created

216f6f8 Fix build and compilation.

Emmanuel Gil Peyrot created

3934020 jingle: Add a comment.

Emmanuel Gil Peyrot created

df423e5 use jid

Astro created

ebc7582 Move the Default implementation into more generate_attribute!.

Emmanuel Gil Peyrot created

0f297d2 Add a generate_attribute! macro, and use it for the common case.

Emmanuel Gil Peyrot created

1d9790a stream_start: fix style

Astro created

9955c11 ns: Remove now useless 'static lifetime.

Emmanuel Gil Peyrot created

4c212d2 update base64 and openssl dependencies

Emmanuel Gil Peyrot created

82bb308 Remove debug println in transport.rs

Maxime “pep” Buquet created

e00cfa2 Speedup jid parsing

Click to expand commit body
name        control ns/iter  variable ns/iter  diff ns/iter   diff %  speedup
big_jids    638              456                       -182  -28.53%   x 1.40
small_jids  92               91                          -1   -1.09%   x 1.01

Bastien Orivel created

1f11796 set version to 0.2.2

lumi created

ce66455 Merge branch 'get__functions' into 'master'

Click to expand commit body
Add get_ functions that return new truncated structs from the current one

See merge request !4

lumi created

2f59ca4 Fix doctests

Maxime “pep” Buquet created

b69ecb3 Renaming functions

Maxime “pep” Buquet created

10ab104 Better without clones

Maxime “pep” Buquet created