Age | Commit message (Expand) | Author |
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 |
2014-06-11 | Rewrite the whole IID usage | Florent Le Coz |
2014-06-11 | Add an <error/> element when the provided form is wrong, in two ad-hoc commands | Florent Le Coz |
2014-06-11 | Handle the 'cancel' ad-hoc action, and return an error for unsupported actions | Florent Le Coz |
2014-06-11 | Remove inactive ad-hoc sessions after a given time | Florent Le Coz |
2014-06-08 | Make the XMPP component port configurable | Florent Le Coz |
2014-06-08 | Add a TimedEvent to cancel the connection to a server after 5 seconds | Florent Le Coz |
2014-06-08 | Convert \n to <br/> in xhtml body | Emmanuel Gil Peyrot |
2014-06-08 | Implement TLS support using Botan | Florent Le Coz |
2014-06-05 | Make the destructor of the SocketHandler class protected non-virtual | Florent Le Coz |
2014-05-31 | Do not send an item-not-found presence from an invalid JID | Florent Le Coz |
2014-05-31 | Remove some unused function parameters names | Florent Le Coz |
2014-05-31 | Add an ad-hoc command to disconnect some users | Florent Le Coz |
2014-05-30 | Send (every 240s) a PING command to all connected irc servers | Florent Le Coz |
2014-05-30 | TimedEventsManager is now a singleton | Florent Le Coz |
2014-05-30 | Timed events can have a name, and can be canceled based on their name | Florent Le Coz |
2014-05-30 | Use libuuid to generate unique IDs for iq and adhoc sessions | Florent Le Coz |
2014-05-30 | Add missing files (for adhoc command support) | Florent Le Coz |
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 | Move the logging + config test on first position | Florent Le Coz |
2014-05-28 | Use a timed event to force the exit 2 seconds after an exit signal is received | Florent Le Coz |
2014-05-28 | Introduce the timed events | Florent Le Coz |
2014-05-28 | On connection in-progress, save the whole addrinfo struct, not just ai_addr | Florent Le Coz |