summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.cpp
AgeCommit message (Expand)Author
2018-04-29mam: Send “fin complete” only when appropriatelouiz’
2018-04-24Revert "Use a different Date data type"louiz’
2018-04-24Revert "Use the Date to find a next page in RSM, not the id"louiz’
2018-04-16Use jid.bare() instead of manual concatenationEmmanuel Gil Peyrot
2018-04-14Use the Date to find a next page in RSM, not the idlouiz’
2018-04-11Use a different Date data typelouiz’
2018-03-31Send the stanza-id for messages received by other userslouiz’
2018-03-23Properly handle force-join presences by sending everything in returnlouiz’
2018-03-22Pass an IrcClient* to send_muc_leave instead of doing an other searchlouiz’
2018-03-19Add a nick field in the IRC server configuration formlouiz’
2018-03-18Don’t reflect an empty id if it was not includedlouiz’
2018-03-18Reflect message IDs in channel MUCslouiz’
2018-03-12Add a <item/> node in the presence of a leaving participantlouiz’
2018-03-12Remove the virtual channel feature altogetherlouiz’
2018-02-13Use the same function for both history orderslouiz’
2018-02-10Always return the oldest matching messages from MAM, even if no date is setlouiz’
2017-12-26Add a <x muc#user> node on outgoing private MUC messageslouiz’
2017-12-03Run some of the ci tests against a postgresql docker containerlouiz’
2017-11-07Fix #3304louiz’
2017-11-07Change how we count the number of connected resources to a serverlouiz’
2017-09-09Add the persistent_by_default configuration optionlouiz’
2017-08-30Mark messages from the IRC server as private and no-copylouiz’
2017-08-27Add support for the "history" node on MUC joinlouiz’
2017-08-27In fixed mode, server messages come from biboumi’s hostname directlylouiz’
2017-08-26Cache the encoding_in database value, to avoid doing a query for each messagelouiz’
2017-07-16Correctly remove the last resource from the channel, in persistent modelouiz’
2017-07-16Implement the roster presences from IRC serverslouiz’
2017-07-08Remove an unused variablelouiz’
2017-07-08Send status code='332' on biboumi or IRC server’s shutdownlouiz’
2017-07-08Remove a bunch of useless string_literal usagelouiz’
2017-07-06Add a global “persistent” optionlouiz’
2017-06-14Add default values for the database columnslouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
2017-05-21Remove a few warnings occuring in some build configlouiz’
2017-05-08Remove a useless debug loglouiz’
2017-05-08Little fix and cleanup in the channels list codelouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
2017-04-20Revert "Cancel the IRC server linger timer when we try to-rejoin a channel on...louiz’
2017-04-19Make sure the channel is joined before trying to leave itlouiz’
2017-04-20Fix wrong JID computing when sending iq ping or version in fixed modelouiz’
2017-04-09Properly handle multiline topicslouiz’
2017-04-07Apply all the clang-tidy performance-* fixeslouiz’
2017-04-04Do not allow pings from resources that aren’t in the channellouiz’
2017-03-30Add the archive ID to messages when they are sent to userslouiz’
2017-03-29Remove two sneaky log_debuglouiz’
2017-03-27Do not remove our resources if the QUIT message doesn't come from uslouiz’
2017-03-27Add a Persistent option on channelslouiz’
2017-03-08Revert "Don’t send the unavailable presence to all resources, in the virtua...louiz’
2017-03-08Don’t send the unavailable presence to all resources, in the virtual channellouiz’
2017-03-08Pass the shared_ptr by reference, to avoid useless copieslouiz’