Age | Commit message (Expand) | Author |
2016-11-16 | fix an “unused parameter” warning | louiz’ |
2016-11-15 | Fix some little compilation errors with some configs, from last commit | louiz’ |
2016-11-15 | Support the ident protocol | 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-11-07 | Workaround for debian and other old OS that do not have std::put_time | louiz’ |
2016-11-07 | Add <algorithm> back | louiz’ |
2016-11-07 | Trivial refactor of get_user_bridge function | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-11-02 | Fix the presences sent, when multiple resources join the virtual channel | louiz’ |
2016-11-01 | Disable e2e tests on openbsd | louiz’ |
2016-10-31 | Some cleanups | louiz’ |
2016-10-31 | Handle IRC message 341 (invite confirmation) | louiz’ |
2016-10-24 | Correctly handle the nick change inside the virtual channel | louiz’ |
2016-10-23 | Handle forced-join by just sending an invitation | louiz’ |
2016-10-23 | Refactor channel->parting to a new location | louiz’ |
2016-10-11 | Include a private and no-copy nodes in private <message/> to avoid carbon dup... | louiz’ |
2016-10-07 | Fix the muc#traffic response | louiz’ |
2016-10-07 | Correctly set status="110" in the presence for the target of a kick | louiz’ |
2016-10-06 | Remove a potential nullptr dereference, on mam queryid | louiz’ |
2016-10-05 | Avoid sending PART command for unjoined channels | louiz’ |
2016-10-04 | Respond to muc#traffic requests | louiz’ |
2016-10-03 | Make version requests work with global user JIDs as well | louiz’ |
2016-10-03 | Fix some compilation warning/errors that appear on FreeBSD | louiz’ |
2016-10-03 | Add missing include file | louiz’ |
2016-10-03 | Implement result-set-management for LIST queries | louiz’ |
2016-10-02 | Use LIST * instead of just LIST, because some servers don’t accept it | 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-22 | Respond to disco#info requests on IRC server JIDs | louiz’ |
2016-09-22 | Add the missing & for 3 std::string function arguments | louiz’ |
2016-09-21 | Some little style/typo fixes | louiz’ |
2016-09-20 | Make history messages work with fixed_irc_server | louiz’ |
2016-09-04 | Add 2 missing namespaces in our disco#info result | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |
2016-08-28 | Respond to MAM requests on a channel JID | louiz’ |
2016-08-22 | Add missing algorithm include | louiz’ |
2016-08-23 | Send the muc history when a second (or more) resource joins a room | louiz’ |
2016-08-23 | If the maxHistoryLength is negative, make it 0 | louiz’ |
2016-08-23 | Only save the logs if recordHistory global config option is true | louiz’ |
2016-08-22 | Move get_first_non_empty to louloulibs/utils | louiz’ |
2016-08-22 | Only save messages coming from real MUC participants in the database | louiz’ |
2016-08-22 | When joining a channel, send the most recent history found in the database | louiz’ |
2016-08-22 | When saving the logs, the date must be in seconds, not nanoseconds | louiz’ |
2016-08-22 | Add a global configure ad-hoc command, with max history length | louiz’ |
2016-08-21 | Add get_first_non_empty and use it into Database to simplify a little bit | louiz’ |
2016-08-18 | Fix the author of the IRC invite | louiz’ |
2016-08-18 | Forward IRC invites to XMPP | louiz’ |
2016-08-17 | On a client error, do not QUIT, just make the resource leave all channels | louiz’ |