Age | Commit message (Expand) | Author |
2017-02-27 | Use uname() instead of CMAKE_SYSTEM | louiz’ |
2017-02-15 | Only call freeaddrinfo if an actual addrinfo struct has been allocated | louiz’ |
2017-02-15 | Add missing include | louiz’ |
2017-02-15 | Fix a leak on getaddrinfo, thank you LeakSanitizer! | louiz’ |
2017-02-15 | Surround ipv6 with [], and properly cleanup otherwise invalid domains | louiz’ |
2017-01-06 | Fix some issues found by sonar cube | louiz’ |
2017-01-06 | Fix an use-after-free | louiz’ |
2016-12-14 | Introduce a XmlSubNode class that automatically adds itself into its parent | louiz’ |
2016-12-14 | e2e: test connection failure | louiz’ |
2016-12-13 | Include the <text/> element in stanza error when there IS a text | louiz’ |
2016-12-13 | Remove the useless nullptr argument for the XmlNode constructor | louiz’ |
2016-12-13 | Include the optional <text/> node in the send_presence_error | louiz’ |
2016-12-12 | Auto accept presence subscription | louiz’ |
2016-11-11 | Move all the connect() logic from TCPSocketHandler into a subclass | louiz’ |
2016-11-07 | Remove a never reached (and non-sensical) error | louiz’ |
2016-10-31 | Some cleanups | louiz’ |
2016-10-31 | Remove unused roster code | louiz’ |
2016-10-26 | Refactor the sha1 digest into its own function, and do not use sprintf | louiz’ |
2016-10-11 | Include a private and no-copy nodes in private <message/> to avoid carbon dup... | louiz’ |
2016-10-07 | Correctly set status="110" in the presence for the target of a kick | louiz’ |
2016-10-04 | Respond to muc#traffic requests | louiz’ |
2016-10-03 | Implement result-set-management for LIST queries | louiz’ |
2016-09-29 | Re-add the ad-hoc command the was removed by mistake in the previous commit | louiz’ |
2016-09-29 | Add AdhocCommandHandlers::add_command to simplify the usage of this class | louiz’ |
2016-09-29 | Look for uuid/uuid.h instead of just uuid.h | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |
2016-08-29 | Add the missing includes back | louiz’ |
2016-08-28 | Respond to MAM requests on a channel JID | louiz’ |
2016-08-23 | Use Z instead of z in the timestamp format | louiz’ |
2016-08-23 | Don't use put_time() because it’s not in gcc 4.9, in shitty-debian “stabl... | louiz’ |
2016-08-22 | Add missing ctime include | louiz’ |
2016-08-22 | When joining a channel, send the most recent history found in the database | louiz’ |
2016-07-04 | Replace all include guards by #pragma once | louiz’ |
2016-06-24 | Properly set the “from” of the ping results to the correct full JID | louiz’ |
2016-06-13 | Show off, with some variadic templates, for the logger module | louiz’ |
2016-06-02 | Check the length of the JID parts when copying into the jidprep buffer | louiz’ |
2016-05-13 | Use “using” instead of typedef | louiz’ |
2016-05-04 | Style fix | louiz’ |
2016-04-27 | Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server | louiz’ |
2016-04-22 | Forward the topic authors, handle the author from 333 messages | louiz’ |
2016-02-22 | log the handshake + stream opening/close in a more consistent way | Florent Le Coz |
2016-02-10 | Remove unused xml_unescape() function | Florent Le Coz |
2016-01-04 | Use the configured encoding value when decoding received messages | Florent Le Coz |
2015-12-23 | A few cleanups, and make a few things more modern | Florent Le Coz |
2015-12-23 | Also store a reference instead of a pointer, in AdhocCommandsHandler | Florent Le Coz |
2015-12-13 | Make the XMPP server address configurable. | Stuart Mumford |
2015-12-03 | Add an ad-hoc command to disconnect a user from one or more IRC server | Florent Le Coz |
2015-12-03 | JID class provides bare() and full() methods | Florent Le Coz |
2015-12-03 | Small cleanup | Florent Le Coz |
2015-12-03 | Provide a “var” map in AdhocSession objects, to save values between each ... | Florent Le Coz |