summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-08Revert "Don’t send the unavailable presence to all resources, in the ↵louiz’
virtual channel" This reverts commit 38ff50f5d2ca356f659429ff57546bd2364a0fef.
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’
2017-03-06Remove the embedded sha1 code, and use one of botan or gcryptlouiz’
This adds a hard dependency on one of Botan or gcrypt. Botan is already a recommended dependency, and gcrypt is probably packaged almost everywhere, so this should not be a big deal. ref #3241
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-02-12The form fields in the Configure ad-hoc commands are not requiredlouiz’
2017-02-01Properly destroy the dns_handler socket when first start failslouiz’
To correctly exit the process
2017-01-25Cancel the IRC server linger timer when we try to-rejoin a channel on itlouiz’
2017-01-22grammar: than <-> aslouiz’
2017-01-22Add a linger_time configuration option on IRC serverslouiz’
2017-01-10Add missing <algorithm> include for last commitlouiz’
2017-01-10Only try to join chans only once, even if we received multiple presenceslouiz’
ref #3228
2017-01-06Fix some issues found by sonar cubelouiz’
2017-01-06Use udns instead of c-areslouiz’
fix #3226
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-13Send a presence error from the room, when receiving command ERR_BADCHANNELKEYlouiz’
fix #2886
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’
As the doc says, the nick changes must be explicit in an already joined room, and not when joining a room.
2016-12-11Add a None type for the Iid class (when the iid is completely empty)louiz’
2016-12-10Properly convert the data into a number of seconds by using duration_castlouiz’
2016-12-07Add some missing includeslouiz’
2016-12-04Avoid a potential nullptr dereferencelouiz’
2016-12-04Clean a few more thingslouiz’
2016-11-25Do not fail to build if litesql is not therelouiz’
2016-11-16fix an “unused parameter” warninglouiz’
2016-11-15Fix some little compilation errors with some configs, from last commitlouiz’
2016-11-15Support the ident protocollouiz’
fix #3211
2016-11-11Move all the connect() logic from TCPSocketHandler into a subclasslouiz’
This way, TCPSocketHandler only deal with the message sending/receiving, not the connect() or anything else. This will be used for implementing servers (because when a client is accepted, we don’t need all the connect() and dns resolution stuff).
2016-11-07Remove a never reached (and non-sensical) errorlouiz’
2016-11-07Workaround for debian and other old OS that do not have std::put_timelouiz’
2016-11-07Add <algorithm> backlouiz’
2016-11-07Trivial refactor of get_user_bridge functionlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
fix #3171
2016-11-02Fix the presences sent, when multiple resources join the virtual channellouiz’
fix #3216
2016-11-01Disable e2e tests on openbsdlouiz’
2016-10-31Some cleanupslouiz’
2016-10-31Handle IRC message 341 (invite confirmation)louiz’
2016-10-24Correctly handle the nick change inside the virtual channellouiz’
2016-10-23Handle forced-join by just sending an invitationlouiz’
fix #3116
2016-10-23Refactor channel->parting to a new locationlouiz’
2016-10-11Include a private and no-copy nodes in private <message/> to avoid carbon ↵louiz’
duplication
2016-10-07Fix the muc#traffic responselouiz’
Was completely broken, and the test was just useless
2016-10-07Correctly set status="110" in the presence for the target of a kicklouiz’
2016-10-06Remove a potential nullptr dereference, on mam queryidlouiz’
fix coverity CID 153376
2016-10-05Avoid sending PART command for unjoined channelslouiz’
fix #3205