Age | Commit message (Expand) | Author |
2017-04-04 | Handle some iq of type='error' as valid ping response | louiz’ |
2017-03-30 | Add the archive ID to messages when they are sent to users | louiz’ |
2017-03-29 | Remove two sneaky log_debug | louiz’ |
2017-03-29 | Add a missing namespace in the server disco#info response | louiz’ |
2017-03-29 | Respond to disco#info on MUC JIDs | louiz’ |
2017-03-29 | Add a missing “pass by reference” | louiz’ |
2017-03-29 | Change mam namespace to mam:2, instead of mam:1 | louiz’ |
2017-03-27 | Do not remove our resources if the QUIT message doesn't come from us | louiz’ |
2017-03-27 | Add a Persistent option on channels | louiz’ |
2017-03-14 | Make things work with botan < 1.11.34 | louiz’ |
2017-03-14 | Refactoring louloulibs and cmake | louiz’ |
2017-03-08 | Revert "Don’t send the unavailable presence to all resources, in the virtua... | louiz’ |
2017-03-08 | Don’t send the unavailable presence to all resources, in the virtual channel | louiz’ |
2017-03-08 | Pass the shared_ptr by reference, to avoid useless copies | louiz’ |
2017-03-06 | Remove the embedded sha1 code, and use one of botan or gcrypt | 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-02-01 | Properly destroy the dns_handler socket when first start fails | louiz’ |
2017-01-25 | Cancel the IRC server linger timer when we try to-rejoin a channel on it | louiz’ |
2017-01-22 | grammar: than <-> as | louiz’ |
2017-01-22 | Add a linger_time configuration option on IRC servers | louiz’ |
2017-01-10 | Add missing <algorithm> include for last commit | louiz’ |
2017-01-10 | Only try to join chans only once, even if we received multiple presences | louiz’ |
2017-01-06 | Fix some issues found by sonar cube | louiz’ |
2017-01-06 | Use udns instead of c-ares | 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-13 | Send a presence error from the room, when receiving command ERR_BADCHANNELKEY | 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-11 | Add a None type for the Iid class (when the iid is completely empty) | louiz’ |
2016-12-10 | Properly convert the data into a number of seconds by using duration_cast | louiz’ |
2016-12-07 | Add some missing includes | louiz’ |
2016-12-04 | Avoid a potential nullptr dereference | louiz’ |
2016-12-04 | Clean a few more things | louiz’ |
2016-11-25 | Do not fail to build if litesql is not there | louiz’ |
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’ |