~singpolyma/biboumi

cfca16bb — Florent Le Coz 9 years ago
Ability to leave the dummy channel
576fb3d1 — Florent Le Coz 9 years ago
Correctly use the dummy channel whenever we interract with an empty-string chan
7f74f62e — Florent Le Coz 9 years ago
Merge branch 'master' into dummy_chan
c64bb0bd — Florent Le Coz 9 years ago
Improved doc rule in the cmake thing
8246849f — Florent Le Coz 9 years ago
Do not link with pthread
020325db — Florent Le Coz 9 years ago
[WIP] DummyIrcChannel
d2a7fd12 — Florent Le Coz 9 years ago
Do not print an error message from expat if the error was "parsing finished"
f00f5c3f — Florent Le Coz 9 years ago
Do not use exceptions for missing tags, improvement in code simplicity
a20c60a0 — Florent Le Coz 9 years ago
Messages coming from the IRC server are of type "chat"
65601a96 — Florent Le Coz 9 years ago
The default type for message stanza is "normal"
e971f64f — Florent Le Coz 9 years ago
Catch all exception produced by a received message (irc or xmpp)
44b72b74 — Florent Le Coz 9 years ago
The absence of a from attribute is an unrecoverable error, just ignore it
3c5f8236 — Florent Le Coz 9 years ago
Send a stanza error when receiving bad stanzas

Whether this is a bad-request (missing XML attributes or elements) or an
internal server error.
2ffbfb71 — Florent Le Coz 9 years ago
Idem
1208ba25 — Florent Le Coz 9 years ago
Use the correct type of error
e47b164a — Florent Le Coz 9 years ago
Send an error presence whenever a user tries to join an invalid room
cdc3183d — Florent Le Coz 9 years ago
Introduce two new bool, to know if the xmpp component should try to reconnect

If we never succeeded our connection+auth process, means we should probably
not attempt any-more, and just give up.  If we ever did, this means a
reconnect is a good idea
ffc820e2 — Florent Le Coz 9 years ago
Reconnected immediately to the XMPP whenever it closes the connection
e196d2f1 — Florent Le Coz 9 years ago
Do not send data if we are connected, send it only once we actually are
3b1bf740 — Florent Le Coz 9 years ago
Fix the CMakeLists.txt regarding ronn
Next