Age | Commit message (Expand) | Author |
2014-04-24 | Respond to a disco query the gateway jid itself | Florent Le Coz |
2014-04-22 | Fix the kick by correctly using the from and to attributes | Florent Le Coz |
2014-04-21 | The logging test is less ambiguous | Florent Le Coz |
2014-04-21 | Improve the test on jidprep | Florent Le Coz |
2014-04-21 | test.cfg file is now created by the test suite | Florent Le Coz |
2014-04-21 | Remove unused action_prefix_len variable | Florent Le Coz |
2014-04-18 | Actually do the last commit, but completely this time | Florent Le Coz |
2014-04-17 | No more missing text when converting IRC colors to xhtml-im | Florent Le Coz |
2014-04-15 | Add support for systemd-daemon | Florent Le Coz |
2014-04-15 | Call on_connection_failed() when the connection fails to be established | Florent Le Coz |
2014-04-15 | Remove a useless debug log line | Florent Le Coz |
2014-04-15 | Add an explanatory topic on the dummy channel | Florent Le Coz |
2014-04-15 | Joining the dummy channel connects to the irc server | Florent Le Coz |
2014-04-15 | Do not disconnect from the IRC server if the dummy channel is joined | Florent Le Coz |
2014-04-15 | Better way to leave the dummy room | Florent Le Coz |
2014-04-15 | Merge branch 'master' into dummy_chan | Florent Le Coz |
2014-04-15 | Fix the leave-muc presence stanza | Florent Le Coz |
2014-04-15 | Ability to leave the dummy channel | Florent Le Coz |
2014-04-15 | Correctly use the dummy channel whenever we interract with an empty-string chan | Florent Le Coz |
2014-04-15 | Merge branch 'master' into dummy_chan | Florent Le Coz |
2014-04-13 | [WIP] DummyIrcChannel | Florent Le Coz |
2014-04-11 | Do not print an error message from expat if the error was "parsing finished" | Florent Le Coz |
2014-04-11 | Do not use exceptions for missing tags, improvement in code simplicity | Florent Le Coz |
2014-04-10 | Messages coming from the IRC server are of type "chat" | Florent Le Coz |
2014-03-28 | The default type for message stanza is "normal" | Florent Le Coz |
2014-03-28 | Catch all exception produced by a received message (irc or xmpp) | Florent Le Coz |
2014-03-28 | The absence of a from attribute is an unrecoverable error, just ignore it | Florent Le Coz |
2014-03-28 | Send a stanza error when receiving bad stanzas | Florent Le Coz |
2014-03-24 | Idem | Florent Le Coz |
2014-03-24 | Use the correct type of error | Florent Le Coz |
2014-03-24 | Send an error presence whenever a user tries to join an invalid room | Florent Le Coz |
2014-03-24 | Introduce two new bool, to know if the xmpp component should try to reconnect | Florent Le Coz |
2014-03-24 | Reconnected immediately to the XMPP whenever it closes the connection | Florent Le Coz |
2014-03-24 | Do not send data if we are connected, send it only once we actually are | Florent Le Coz |
2014-03-10 | Remove useless cast | Florent Le Coz |
2014-03-03 | Fix a bus error by not going above an array boundary | Florent Le Coz |
2014-02-28 | Provide details about what error the XML parser encountered | Florent Le Coz |
2014-02-28 | Avoid unnecessary copies by recv()ing data directly into the expat buffer | Florent Le Coz |
2014-02-27 | Use scatter/gather io with sendmsg to avoid concataning strings all the time | Florent Le Coz |
2014-02-26 | Fix a wrong comment | Florent Le Coz |
2014-02-25 | Do not try to connect to an irc server if we are connected or connecting | Florent Le Coz |
2014-02-24 | Add missing stdexcept includes | Florent Le Coz |
2014-02-24 | Use store() instead of operator=() for std::atomic<bool> objects | Florent Le Coz |
2014-02-22 | Consider that the connect() succeded if errno EISCONN | Florent Le Coz |
2014-02-22 | Save the addrinfo values for reuse on subsequent connect() call | Florent Le Coz |
2014-02-22 | Connection to servers does not block the process anymore | Florent Le Coz |
2014-02-20 | Delete empty bridges objects | Florent Le Coz |
2014-02-20 | QUIT the irc server when the last channel is left | Florent Le Coz |
2014-02-20 | Do not receive SIGPIPE when send() is called on a closed socket | Florent Le Coz |
2014-02-19 | Send unavailable presence to all muc when the IRC server closes the connection | Florent Le Coz |