Age | Commit message (Expand) | Author |
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 |
2014-05-28 | Send an error presence when the connection to the IRC server fails | Florent Le Coz |
2014-05-27 | Only close/unmanage the socket if we are connected/connecting | Florent Le Coz |
2014-05-27 | Fix a by-one error in the CHANTYPES parsing | Florent Le Coz |
2014-05-27 | Use the CHANTYPES values to differentiate channel or user notices | Florent Le Coz |
2014-05-27 | Add support for CHANTYPES isupport element, to know the prefixes of channels | Florent Le Coz |
2014-05-27 | Support IPv6 connections | 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-26 | If both write and read events are available on a socket, only do the read | Florent Le Coz |
2014-05-25 | Also do that cut of message on \n for private messages, and handle /me | Florent Le Coz |
2014-05-25 | Split the messages on \n when sending them back to the XMPP user | 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-14 | Correctly handle the usage of ! as a IRC user mode indicator | 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-29 | Add missing std::string_literals | Florent Le Coz |
2014-04-29 | Fix a little indentation | Florent Le Coz |
2014-04-29 | Use C++14 string_literals | Florent Le Coz |
2014-04-28 | Remove binary.hpp and use the c++14 feature 0b | Florent Le Coz |
2014-04-28 | Upgrade to C++14 | Florent Le Coz |