summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
AgeCommit message (Collapse)Author
2017-07-20Add the possibility to invite any external JID to a roomlouiz’
fix #3285
2017-07-16Implement the roster presences from IRC serverslouiz’
2017-07-16Use a db roster to manage biboumi’s presence with the contactslouiz’
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-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-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
2016-12-12Auto accept presence subscriptionlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
fix #3171
2016-10-04Respond to muc#traffic requestslouiz’
fix #3069
2016-10-03Implement result-set-management for LIST querieslouiz’
ref #2948
2016-09-22Respond to disco#info requests on IRC server JIDslouiz’
This makes it possible to execute an ad-hoc command on a server, with clients like Gajim, for example.
2016-08-28Respond to MAM requests on a channel JIDlouiz’
At the moment, result-set-management is not implemented, the whole history (well, at most 1024 messages) is returned.
2016-08-18Forward IRC invites to XMPPlouiz’
2016-07-04Replace all include guards by #pragma oncelouiz’
It’s $CURRENT_YEAR
2016-06-08Remove all usage of std::listlouiz’
2016-06-08Add methods to know which resource is on which server or channellouiz’
2016-06-08Associate a bridge with a bare JID instead of a full JIDlouiz’
ref #2556
2016-05-04Style fixlouiz’
Move all constructors at the top of classes
2016-01-04Add an ad-hoc configure command on IRC channelsFlorent Le Coz
Include encodingIn and encodingOut options, unused at the moment
2015-10-26Fix some trivial issues reported by cppcheckFlorent Le Coz
2015-09-22Fix two small warningsFlorent Le Coz
2015-09-18Add an AdhocCommandsHandler to store commands specific to IRC serversFlorent Le Coz
2015-06-09Remove a useless duplicate methodFlorent Le Coz
2015-02-27Remove all the libs that are now in louloulibsFlorent Le Coz