Age | Commit message (Expand) | Author |
2015-02-22 | Fix typo | 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-02-21 | Properly display [DEBUG] on debug lines, instead of [ERROR] | Florent Le Coz |
2015-02-21 | Fix “connections” typo | Florent Le Coz |
2015-02-21 | Fix “cleanely” typo | Florent Le Coz |
2015-01-26 | Add a missing #include for sockaddr_in6 | Florent Le Coz |
2015-01-26 | Fix the include guard of revstr.hpp | Florent Le Coz |
2015-01-24 | Change IRC modes when receiving an affiliation/role change request | Florent Le Coz |
2015-01-14 | Remove a recent debug line that should not be there | Florent Le Coz |
2015-01-14 | Do not send an empty password at all, if the user didn't provide one | Florent Le Coz |
2015-01-14 | Make the password work when we join our first channel on that server | 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 |
2015-01-12 | Remove a dummy commented line | Florent Le Coz |
2015-01-12 | If we sent a message to a user, their notices are considered private messages | Florent Le Coz |
2014-12-17 | And another trivial -Weffc++ warning | Florent Le Coz |
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz |
2014-11-24 | Cache the result of jidprep() | Florent Le Coz |
2014-11-13 | Improve dependencies checks in the build process | 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 | Add utils::revstr | 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 | Send a proper error on IRC message 438 (nickname change too fast) | 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 | Merge branch 'v1' | Florent Le Coz |
2014-07-15 | Fix IPv6 support (sockaddr size) | Florent Le Coz |
2014-07-15 | Send the reason of the connection close to the user | Florent Le Coz |
2014-07-03 | Move some members of TCPSocketHandler into the SocketHandler class | Florent Le Coz |
2014-07-02 | Add a level of inheritance above SocketHandler | Florent Le Coz |
2014-06-30 | Fix a typo | Florent Le Coz |
2014-06-30 | Enable assert() even in release mode, in the test_suite | Florent Le Coz |
2014-06-30 | Use systemd-daemon logging prefix if available | Florent Le Coz |
2014-06-30 | Regularly send a notification for the systemd watchdog | Florent Le Coz |
2014-06-28 | Add missing <string> include in timed_events.hpp | Florent Le Coz |
2014-06-25 | Fix ad-hoc “disconnect user” command. Do not add the <error/> on success | Florent Le Coz |
2014-06-22 | Delete the timeout event using the correct socket number, instead of -1 | 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-20 | Write the software version, including the git hash, in config.h using cmake | 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-19 | Remove a duplicate “connection closed” message | Florent Le Coz |
2014-06-19 | Make the Botan rng, credential_manager etc be static | Florent Le Coz |
2014-06-18 | Messages to room participants are forwarded to the IRC user | Florent Le Coz |
2014-06-18 | Mini comment fix | Florent Le Coz |