Age | Commit message (Expand) | Author |
2017-12-27 | Fix a subtle iid parsing error in the adhoc code | louiz’ |
2017-12-27 | Don’t answer to some requests towards MUC participants | louiz’ |
2017-12-26 | Include the <fin><set><first/><last/></></> nodes in the MAM iq result | louiz’ |
2017-12-26 | Add a <x muc#user> node on outgoing private MUC messages | louiz’ |
2017-12-03 | Run some of the ci tests against a postgresql docker container | louiz’ |
2017-10-04 | Remove a redundant Body definition | louiz’ |
2017-09-09 | Add the persistent_by_default configuration option | louiz’ |
2017-08-27 | Remove a forgotten and useless comment | louiz’ |
2017-08-27 | Add support for the "history" node on MUC join | louiz’ |
2017-08-27 | In fixed mode, server messages come from biboumi’s hostname directly | louiz’ |
2017-08-26 | Cache the encoding_in database value, to avoid doing a query for each message | louiz’ |
2017-08-02 | Re-add a removed (by mistake) pointer null check | louiz’ |
2017-07-21 | Do not ignore empty values when receiving a data form | louiz’ |
2017-07-20 | Add the possibility to invite any external JID to a room | louiz’ |
2017-07-20 | Do not reply with an error when receiving a presence for a user JID | louiz’ |
2017-07-16 | Send an unsubscribed presence on a probe if we don’t have a roster entry | louiz’ |
2017-07-16 | Answer to presences of type='probe' | louiz’ |
2017-07-16 | Only send the IRC server presence if the user has this JID in their roster | louiz’ |
2017-07-16 | Implement the roster presences from IRC servers | louiz’ |
2017-07-16 | Send an additional unsubscribed presence when receiving an unsubscribe one | louiz’ |
2017-07-16 | Send responses when we receive an unsubscribed presence | louiz’ |
2017-07-16 | Use a db roster to manage biboumi’s presence with the contacts | louiz’ |
2017-07-14 | Send the 332 status only for our own presences | louiz’ |
2017-07-08 | Send status code='332' on biboumi or IRC server’s shutdown | louiz’ |
2017-07-08 | Remove a bunch of useless string_literal usage | louiz’ |
2017-07-06 | Add some scopes around various XmlSubNode | louiz’ |
2017-07-06 | Add a global “persistent” option | louiz’ |
2017-06-16 | Add a Record History option in the Channel configuration form | louiz’ |
2017-06-14 | Implement our own database ORM, and update the whole code to use it | louiz’ |
2017-05-11 | Make the IRC channel configuration form available from the MUC config | louiz’ |
2017-05-09 | Avoid any potential int overflow | louiz’ |
2017-05-08 | Limit the number of rooms sent by default in the disco#items response | louiz’ |
2017-04-20 | Revert "Add a linger_time configuration option on IRC servers" | louiz’ |
2017-04-19 | Limit of 100 MAM messages, if no other limit has been set by the client | louiz’ |
2017-04-12 | Handle the RSM "max" value in the MAM requests | louiz’ |
2017-04-07 | Apply a few clang-tidy cppcoreguidelines-* fixes | louiz’ |
2017-04-07 | Apply all the clang-tidy performance-* fixes | louiz’ |
2017-04-07 | Apply all the clang-tidy modernize-* fixes | louiz’ |
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 | 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’ |