Age | Commit message (Expand) | Author |
2017-03-29 | Change mam namespace to mam:2, instead of mam:1 | louiz’ |
2017-03-27 | Add a Persistent option on channels | louiz’ |
2017-03-14 | Refactoring louloulibs and cmake | louiz’ |
2017-03-08 | Pass the shared_ptr by reference, to avoid useless copies | louiz’ |
2017-03-04 | Fix the order of from and to address in muc traffic info reply | louiz’ |
2017-02-13 | Fix the previous commit | louiz’ |
2017-02-13 | Do not send a not-connected error, on "unavailable" presences | louiz’ |
2017-02-12 | The form fields in the Configure ad-hoc commands are not required | louiz’ |
2017-01-22 | Add a linger_time configuration option on IRC servers | louiz’ |
2017-01-06 | Fix some issues found by sonar cube | louiz’ |
2016-12-18 | Send iq error/result when the user changed a MODE command with an iq | louiz’ |
2016-12-14 | Introduce a XmlSubNode class that automatically adds itself into its parent | louiz’ |
2016-12-12 | Remove a line from a WIP that should not have been added | louiz’ |
2016-12-12 | Do not send an “not-implemented” error when receiving an iq error | louiz’ |
2016-12-12 | Auto accept presence subscription | louiz’ |
2016-12-11 | Do not change the nick when joining a second room with a different nick | louiz’ |
2016-12-07 | Add some missing includes | louiz’ |
2016-12-04 | Avoid a potential nullptr dereference | louiz’ |
2016-11-15 | Support the ident protocol | 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-10-23 | Handle forced-join by just sending an invitation | louiz’ |
2016-10-07 | Fix the muc#traffic response | louiz’ |
2016-10-06 | Remove a potential nullptr dereference, on mam queryid | 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 | 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-22 | Respond to disco#info requests on IRC server JIDs | louiz’ |
2016-09-21 | Some little style/typo fixes | 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 | Only save the logs if recordHistory global config option is true | louiz’ |
2016-08-22 | Add a global configure ad-hoc command, with max history length | 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’ |
2016-08-16 | Forward mediated invitations (XMPP to IRC only) | louiz’ |
2016-08-16 | Add ping to the disco info of the gateay | louiz’ |
2016-08-10 | Don’t use ! as the separator for nicknames, use % instead | louiz’ |
2016-07-04 | Replace all include guards by #pragma once | louiz’ |
2016-06-24 | Log a warning when we receive an iq without a from | louiz’ |
2016-06-24 | Properly set the “from” of the ping results to the correct full JID | louiz’ |
2016-06-08 | Support multiple nick session, except for IQs | louiz’ |