Age | Commit message (Expand) | Author |
2014-05-30 | XmlNode::get_children, to get a list of matching children instead of the first | Florent Le Coz |
2014-05-30 | XmlNode’s copy constructor now recursively copies the children nodes as well | Florent Le Coz |
2014-05-30 | Implement the support for adhoc commands | Florent Le Coz |
2014-05-28 | Change the way the namespaces are handled in the XmlNode class | Florent Le Coz |
2014-05-28 | Send an error presence when the connection to the IRC server fails | Florent Le Coz |
2014-05-27 | SocketHandlers own the poller and add themself into it only when the socket i... | Florent Le Coz |
2014-05-15 | Only call get_last_child() if the node has children | Florent Le Coz |
2014-05-15 | "Chat message" is not the same as "any kind of message" | Florent Le Coz |
2014-05-15 | Stanza:get_name() only returns the name of the tag, without the namespace | Florent Le Coz |
2014-05-15 | Disconnect the user from all its IRC servers whenever he returns an error | Florent Le Coz |
2014-05-07 | Forward iq version results to IRC | Florent Le Coz |
2014-05-06 | Correctly do the error handling when we receive an iq | Florent Le Coz |
2014-05-06 | Forward CTCP version request to XMPP | Florent Le Coz |
2014-05-06 | Implement next_id() to | Florent Le Coz |
2014-04-28 | Upgrade to C++14 | Florent Le Coz |
2014-04-25 | Include the xhtml-im element in private messages too | Florent Le Coz |
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-15 | Add support for systemd-daemon | 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 | 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-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-24 | Add missing stdexcept includes | 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-17 | Fix quit messages not being sent to XMPP | Florent Le Coz |
2014-02-17 | Include role and affiliation in the join presence of the nick change process | Florent Le Coz |
2014-02-17 | Log (xmpp) stream-level errors | Florent Le Coz |
2014-02-17 | Revert "Do not include an empty item XML element in join presences" | Florent Le Coz |
2014-02-08 | Do not include an empty item XML element in join presences | Florent Le Coz |
2014-02-08 | Be verbose about IRC server connection failures, and handle them properly | Florent Le Coz |
2014-01-28 | Jidprep also handles the resource part | Florent Le Coz |
2014-01-13 | Add missing stdexcept includes | Florent Le Coz |
2014-01-13 | Do not change the affiliation/role to "none"/"participant" when changing nick | Florent Le Coz |