Age | Commit message (Expand) | Author |
2017-04-07 | Apply all the clang-tidy performance-* fixes | louiz’ |
2017-03-30 | Add the archive ID to messages when they are sent to users | louiz’ |
2017-03-29 | Remove two sneaky log_debug | louiz’ |
2017-03-14 | Refactoring louloulibs and cmake | louiz’ |
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz |
2015-02-26 | Implement room discovery using the LIST irc command | Florent Le Coz |
2015-02-26 | Fix the systemd-conditional code | Florent Le Coz |
2015-02-23 | Implement async DNS resolution using c-ares | Florent Le Coz |
2015-02-21 | Use a timer to try reconnecting to the XMPP server only each 2 seconds | Florent Le Coz |
2015-02-21 | Remove the XmppComponent::last_auth bool that was never used anywhere | Florent Le Coz |
2015-01-24 | Change IRC modes when receiving an affiliation/role change request | Florent Le Coz |
2015-01-14 | Fix a little bit of style stuf from previous commit | Florent Le Coz |
2015-01-14 | Add support for password-protected IRC rooms. | Emmanuel Gil Peyrot |
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz |
2014-11-12 | Implement the PING on a server or the gateway itself | Florent Le Coz |
2014-11-12 | send_iq_result can have a "from" with just the domain name | Florent Le Coz |
2014-11-12 | Implement PING to in-room participant | Florent Le Coz |
2014-11-12 | Implement PING, user to user only (XMPP and IRC side, using CTCP PING) | Florent Le Coz |
2014-11-12 | Rename iq_responder_callback_t to irc_… and add the equivalent to wait for iqs | Florent Le Coz |
2014-08-08 | Use generic send_presence_error() instead of almost identical specializations | Florent Le Coz |
2014-07-21 | Add two missing type="error" in some presence errors | Florent Le Coz |
2014-07-15 | Send the reason of the connection close to the user | Florent Le Coz |
2014-07-02 | Add a level of inheritance above SocketHandler | Florent Le Coz |
2014-06-30 | Regularly send a notification for the systemd watchdog | Florent Le Coz |
2014-06-20 | Support version request to IRC users | Florent Le Coz |
2014-06-20 | Respond to IQ version on the gateway, a server or a chan with biboumi version | Florent Le Coz |
2014-06-19 | Return a proper iq when the IRC server responds to our kick | Florent Le Coz |
2014-06-19 | Implement a way to add callbacks, waiting for an IRC event to return an iq | Florent Le Coz |
2014-06-18 | Messages to room participants are forwarded to the IRC user | Florent Le Coz |
2014-06-11 | Rewrite the whole IID usage | Florent Le Coz |
2014-06-08 | Make the XMPP component port configurable | Florent Le Coz |
2014-06-08 | Implement TLS support using Botan | Florent Le Coz |
2014-05-31 | Do not send an item-not-found presence from an invalid JID | Florent Le Coz |
2014-05-31 | Add an ad-hoc command to disconnect some users | Florent Le Coz |
2014-05-30 | Use libuuid to generate unique IDs for iq and adhoc sessions | 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 |