summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-21Make sure we don’t exceed 512 bytes when grouping JOINslouiz’
2017-04-21Group simultaneous JOINs into a single command, to avoid floodinglouiz’
2017-04-21Configuration options can be overridden by setting env valueslouiz’
2017-04-20Better way to init the msghdr fieldslouiz’
2017-04-20Explicitely init the msghdr fields, to be compatible with any implementationlouiz’
2017-04-20Revert "Add a linger_time configuration option on IRC servers"louiz’
2017-04-20Revert "Cancel the IRC server linger timer when we try to-rejoin a channel on...louiz’
2017-04-19Make sure the channel is joined before trying to leave itlouiz’
2017-04-19Merge branch 'mam_default_limit' into 'master' louiz
2017-04-20Fix wrong JID computing when sending iq ping or version in fixed modelouiz’
2017-04-19Limit of 100 MAM messages, if no other limit has been set by the clientlouiz’
2017-04-17Avoid adding more that one “XMPP reconnection” timed event at the same timelouiz’
2017-04-12Handle the RSM "max" value in the MAM requestslouiz’
2017-04-09Properly handle multiline topicslouiz’
2017-04-07Apply a few clang-tidy cppcoreguidelines-* fixeslouiz’
2017-04-07Apply all the clang-tidy performance-* fixeslouiz’
2017-04-07Apply all the clang-tidy misc-* fixeslouiz’
2017-04-07Apply all the clang-tidy modernize-* fixeslouiz’
2017-04-04Do not allow pings from resources that aren’t in the channellouiz’
2017-04-04Handle some iq of type='error' as valid ping responselouiz’
2017-03-30Add the archive ID to messages when they are sent to userslouiz’
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-29Change mam namespace to mam:2, instead of mam:1louiz’
2017-03-27Do not remove our resources if the QUIT message doesn't come from uslouiz’
2017-03-27Add a Persistent option on channelslouiz’
2017-03-14Make things work with botan < 1.11.34louiz’
2017-03-14Refactoring louloulibs and cmakelouiz’
2017-03-08Revert "Don’t send the unavailable presence to all resources, in the virtua...louiz’
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’
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-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’
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’
2017-01-06Fix some issues found by sonar cubelouiz’
2017-01-06Use udns instead of c-areslouiz’
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-13Send a presence error from the room, when receiving command ERR_BADCHANNELKEYlouiz’
2016-12-12Remove a line from a WIP that should not have been addedlouiz’