summaryrefslogtreecommitdiff
path: root/src/xmpp
AgeCommit message (Expand)Author
2018-04-11Use a different Date data typelouiz’
2018-03-26Channel disco-info: use shorter stringGeorg Lukas
2018-03-23Change the nick of the joining user AFTER sending all the join stufflouiz’
2018-03-23Properly handle force-join presences by sending everything in returnlouiz’
2018-03-19Add a missing pointer checklouiz’
2018-03-19Add a nick field in the IRC server configuration formlouiz’
2018-03-18Advertise the muc#stable_id feature on disco#info resultslouiz’
2018-03-18Reflect message IDs in channel MUCslouiz’
2018-03-18Allow the execution of multiple commands after the IRC connectionlouiz’
2018-03-17Revert "Use std::optional<bool> instead of OptionalBool"louiz’
2018-03-16Use std::optional<bool> instead of OptionalBoollouiz’
2018-03-12And this one (hostname -> address)louiz’
2018-03-12Rename a few “hostname” into “address”, regarding last commitlouiz’
2018-03-12Allow to override the addresses used to connect to an IRC networklouiz’
2018-03-12Add a <item/> node in the presence of a leaving participantlouiz’
2018-03-12Remove the virtual channel feature altogetherlouiz’
2018-02-13Support the <before/> element in MAM requestslouiz’
2018-02-13Do not forget an early return, to return the correct item-not-found errorlouiz’
2018-02-11Send a item-not-found error when the “after” value is not in the archivelouiz’
2018-02-10Handle the “after” RSM value to page through resultslouiz’
2018-02-10Always return the oldest matching messages from MAM, even if no date is setlouiz’
2018-02-04Fix argument types in declaration of send_history_messagelouiz’
2018-01-30Remove the debug logs from previous commitlouiz’
2018-01-30Add a ifndef USE_DATABASE guard around send_history_messagelouiz’
2018-01-30Add the complete='true' attribute only when appropriatelouiz’
2018-01-29Do not forget the complete='true' attribute in MAM’s result iqlouiz’
2018-01-28Correctly include the database headerlouiz’
2018-01-28And an other conversion warninglouiz’
2018-01-22Merge tag '7.1'louiz’
2018-01-22Fix a crash happening when a user cancels a non-existing ad-hoc sessionlouiz’
2018-01-18xep-0106 escape the JIDs listed in a disco#items server querylouiz’
2017-12-27Fix a subtle iid parsing error in the adhoc codelouiz’
2017-12-27Don’t answer to some requests towards MUC participantslouiz’
2017-12-26Include the <fin><set><first/><last/></></> nodes in the MAM iq resultlouiz’
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-10-04Remove a redundant Body definitionlouiz’
2017-09-09Add the persistent_by_default configuration optionlouiz’
2017-08-27Remove a forgotten and useless commentlouiz’
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-08-02Re-add a removed (by mistake) pointer null checklouiz’
2017-07-21Do not ignore empty values when receiving a data formlouiz’
2017-07-20Add the possibility to invite any external JID to a roomlouiz’
2017-07-20Do not reply with an error when receiving a presence for a user JIDlouiz’
2017-07-16Send an unsubscribed presence on a probe if we don’t have a roster entrylouiz’
2017-07-16Answer to presences of type='probe'louiz’
2017-07-16Only send the IRC server presence if the user has this JID in their rosterlouiz’
2017-07-16Implement the roster presences from IRC serverslouiz’