summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.cpp
AgeCommit message (Collapse)Author
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-01-30Remove the debug logs from previous commitlouiz’
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-18xep-0106 escape the JIDs listed in a disco#items server querylouiz’
fix #3325
2017-12-27Fix a subtle iid parsing error in the adhoc codelouiz’
2017-12-27Don’t answer to some requests towards MUC participantslouiz’
These requests are only meant to be received by the room itself. The participant must answer with not-implemented instead. fix #3323
2017-12-26Include the <fin><set><first/><last/></></> nodes in the MAM iq resultlouiz’
fix #3322
2017-12-03Run some of the ci tests against a postgresql docker containerlouiz’
2017-08-27Remove a forgotten and useless commentlouiz’
[skip-ci]
2017-08-27Add support for the "history" node on MUC joinlouiz’
Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0) attributes. fix #3270
2017-08-27In fixed mode, server messages come from biboumi’s hostname directlylouiz’
Instead of irc.example.com@biboumi, because that’s actually user named “irc.example.com”, in that case. And that fixes the raw messages in fixed mode. fix #3286
2017-07-20Add the possibility to invite any external JID to a roomlouiz’
fix #3285
2017-07-20Do not reply with an error when receiving a presence for a user JIDlouiz’
fix #3224
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’
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’
fix #3269
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
Entirely replace LiteSQL fix #3271
2017-05-11Make the IRC channel configuration form available from the MUC configlouiz’
fix #3250
2017-05-08Limit the number of rooms sent by default in the disco#items responselouiz’
fix #3219
2017-04-19Limit of 100 MAM messages, if no other limit has been set by the clientlouiz’
fix #3256
2017-04-12Handle the RSM "max" value in the MAM requestslouiz’
fix #3255
2017-04-07Apply all the clang-tidy modernize-* fixeslouiz’
2017-04-04Handle some iq of type='error' as valid ping responselouiz’
fix #3251
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’
Otherwise, some client won’t do MAM, since they don’t know biboumi supports it.
2017-03-29Add a missing “pass by reference”louiz’
2017-03-14Refactoring louloulibs and cmakelouiz’
Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache
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’
And add a test for it. fix #3238
2017-02-13Fix the previous commitlouiz’
fix #3231
2017-02-13Do not send a not-connected error, on "unavailable" presenceslouiz’
fix #3231
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’
And add tests for all the mode changes
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’