Age | Commit message (Expand) | Author |
2019-09-09 | Actually fix that correctly instead of the opposite | louiz’ |
2019-09-09 | Remove trailing / of fulljids if IRC host is missing | louiz’ |
2019-08-25 | Properly re-convert \01ACTION into a /me when reflected to the sender | louiz’ |
2019-08-20 | XEP-0410: set not-in-the-room error condition to not-acceptable | Jonas Schäfer |
2019-08-20 | XEP-0410: implement server-side optimisation for self-pings | Jonas Schäfer |
2018-10-04 | Do not send the IRC host directly as real JID of the userrefactor-resources | Jonas Schäfer |
2018-10-03 | Make comment more precise | Jonas Schäfer |
2018-08-26 | Remove an unused function (and a useless debug log) | louiz’ |
2018-08-26 | Trivial little syntax changes | louiz’ |
2018-08-26 | Replace a useless shared_ptr by a unique_ptr | louiz’ |
2018-08-23 | MaxHistoryLength now has some sensible default value if the user set a negati... | louiz’ |
2018-08-23 | Add a missing <string> include | louiz’ |
2018-08-04 | Remove a bunch of useless empty lines | louiz’ |
2018-07-24 | Reflect messages to XMPP only when they are actually sent | louiz’ |
2018-06-25 | Fix a warning (unused variable) in some build config | louiz’ |
2018-06-25 | Trivial syntax improvements | louiz’ |
2018-06-22 | Archive the Mode messages, except if they are received for an unjoined chan | louiz’ |
2018-06-19 | Reject messages from unjoined resources, with an error | louiz’ |
2018-04-29 | mam: Send “fin complete” only when appropriate | louiz’ |
2018-04-24 | Revert "Use a different Date data type" | louiz’ |
2018-04-24 | Revert "Use the Date to find a next page in RSM, not the id" | louiz’ |
2018-04-16 | Use jid.bare() instead of manual concatenation | Emmanuel Gil Peyrot |
2018-04-14 | Use the Date to find a next page in RSM, not the id | louiz’ |
2018-04-11 | Use a different Date data type | louiz’ |
2018-03-31 | Send the stanza-id for messages received by other users | louiz’ |
2018-03-23 | Properly handle force-join presences by sending everything in return | louiz’ |
2018-03-22 | Pass an IrcClient* to send_muc_leave instead of doing an other search | louiz’ |
2018-03-19 | Add a nick field in the IRC server configuration form | louiz’ |
2018-03-18 | Don’t reflect an empty id if it was not included | louiz’ |
2018-03-18 | Reflect message IDs in channel MUCs | louiz’ |
2018-03-12 | Add a <item/> node in the presence of a leaving participant | louiz’ |
2018-03-12 | Remove the virtual channel feature altogether | louiz’ |
2018-02-13 | Use the same function for both history orders | louiz’ |
2018-02-10 | Always return the oldest matching messages from MAM, even if no date is set | 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-11-07 | Fix #3304 | louiz’ |
2017-11-07 | Change how we count the number of connected resources to a server | louiz’ |
2017-10-04 | Remove a redundant Body definition | louiz’ |
2017-09-09 | Add the persistent_by_default configuration option | louiz’ |
2017-08-30 | Mark messages from the IRC server as private and no-copy | 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-07-16 | Correctly remove the last resource from the channel, in persistent mode | louiz’ |
2017-07-16 | Implement the roster presences from IRC servers | louiz’ |
2017-07-08 | Remove an unused variable | 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 a global “persistent” option | louiz’ |