summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.cpp
AgeCommit message (Expand)Author
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’
2017-07-16Send an additional unsubscribed presence when receiving an unsubscribe onelouiz’
2017-07-16Send responses when we receive an unsubscribed presencelouiz’
2017-07-16Use a db roster to manage biboumi’s presence with the contactslouiz’
2017-07-08Remove a bunch of useless string_literal usagelouiz’
2017-06-16Add a Record History option in the Channel configuration formlouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
2017-05-11Make the IRC channel configuration form available from the MUC configlouiz’
2017-05-08Limit the number of rooms sent by default in the disco#items responselouiz’
2017-04-19Limit of 100 MAM messages, if no other limit has been set by the clientlouiz’
2017-04-12Handle the RSM "max" value in the MAM requestslouiz’
2017-04-07Apply all the clang-tidy modernize-* fixeslouiz’
2017-04-04Handle some iq of type='error' as valid ping responselouiz’
2017-03-29Remove two sneaky log_debuglouiz’
2017-03-29Add a missing namespace in the server disco#info responselouiz’
2017-03-29Respond to disco#info on MUC JIDslouiz’
2017-03-29Add a missing “pass by reference”louiz’
2017-03-14Refactoring louloulibs and cmakelouiz’
2017-03-08Pass the shared_ptr by reference, to avoid useless copieslouiz’
2017-03-04Fix the order of from and to address in muc traffic info replylouiz’
2017-02-13Fix the previous commitlouiz’
2017-02-13Do not send a not-connected error, on "unavailable" presenceslouiz’
2017-01-06Fix some issues found by sonar cubelouiz’
2016-12-18Send iq error/result when the user changed a MODE command with an iqlouiz’
2016-12-14Introduce a XmlSubNode class that automatically adds itself into its parentlouiz’
2016-12-12Remove a line from a WIP that should not have been addedlouiz’
2016-12-12Do not send an “not-implemented” error when receiving an iq errorlouiz’
2016-12-12Auto accept presence subscriptionlouiz’
2016-12-11Do not change the nick when joining a second room with a different nicklouiz’
2016-12-04Avoid a potential nullptr dereferencelouiz’
2016-11-15Support the ident protocollouiz’
2016-11-07Remove a never reached (and non-sensical) errorlouiz’
2016-11-07Trivial refactor of get_user_bridge functionlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
2016-10-23Handle forced-join by just sending an invitationlouiz’
2016-10-07Fix the muc#traffic responselouiz’
2016-10-06Remove a potential nullptr dereference, on mam queryidlouiz’
2016-10-04Respond to muc#traffic requestslouiz’
2016-10-03Make version requests work with global user JIDs as welllouiz’
2016-10-03Implement result-set-management for LIST querieslouiz’
2016-09-29Re-add the ad-hoc command the was removed by mistake in the previous commitlouiz’
2016-09-29Add AdhocCommandHandlers::add_command to simplify the usage of this classlouiz’
2016-09-29Look for uuid/uuid.h instead of just uuid.hlouiz’
2016-09-22Respond to disco#info requests on IRC server JIDslouiz’
2016-09-21Some little style/typo fixeslouiz’
2016-09-04Add 2 missing namespaces in our disco#info resultlouiz’
2016-09-04MAM results can be filtered by start and end dateslouiz’
2016-08-28Respond to MAM requests on a channel JIDlouiz’