summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-24Correctly handle the nick change inside the virtual channellouiz’
2016-10-23Handle forced-join by just sending an invitationlouiz’
2016-10-23Refactor channel->parting to a new locationlouiz’
2016-10-11Include a private and no-copy nodes in private <message/> to avoid carbon dup...louiz’
2016-10-07Fix the muc#traffic responselouiz’
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’
2016-10-05Avoid sending PART command for unjoined channelslouiz’
2016-10-04Respond to muc#traffic requestslouiz’
2016-10-03Make version requests work with global user JIDs as welllouiz’
2016-10-03Fix some compilation warning/errors that appear on FreeBSDlouiz’
2016-10-03Add missing include filelouiz’
2016-10-03Implement result-set-management for LIST querieslouiz’
2016-10-02Use LIST * instead of just LIST, because some servers don’t accept itlouiz’
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-22Add the missing & for 3 std::string function argumentslouiz’
2016-09-21Some little style/typo fixeslouiz’
2016-09-20Make history messages work with fixed_irc_serverlouiz’
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’
2016-08-22Add missing algorithm includelouiz’
2016-08-23Send the muc history when a second (or more) resource joins a roomlouiz’
2016-08-23If the maxHistoryLength is negative, make it 0louiz’
2016-08-23Only save the logs if recordHistory global config option is truelouiz’
2016-08-22Move get_first_non_empty to louloulibs/utilslouiz’
2016-08-22Only save messages coming from real MUC participants in the databaselouiz’
2016-08-22When joining a channel, send the most recent history found in the databaselouiz’
2016-08-22When saving the logs, the date must be in seconds, not nanosecondslouiz’
2016-08-22Add a global configure ad-hoc command, with max history lengthlouiz’
2016-08-21Add get_first_non_empty and use it into Database to simplify a little bitlouiz’
2016-08-18Fix the author of the IRC invitelouiz’
2016-08-18Forward IRC invites to XMPPlouiz’
2016-08-17On a client error, do not QUIT, just make the resource leave all channelslouiz’
2016-08-16Forward mediated invitations (XMPP to IRC only)louiz’
2016-08-16Add ping to the disco info of the gateaylouiz’
2016-08-13Only save the messages into the db if we are actually using a dblouiz’
2016-08-12Save received and sent messages into the databaselouiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
2016-08-03Lower case the nick, when forwarding a version or ping requestlouiz’
2016-08-01Rephrase an error messagelouiz’
2016-07-31Provide a --help optionlouiz’
2016-07-28Do not use the logger before the configuration has been loaded firstlouiz’
2016-07-24Use log_error instead of cerrlouiz’
2016-07-18In reload.cpp, only build the database things if litesql is usedlouiz’
2016-07-12Move reload.*pp from louloulibs to srclouiz’
2016-07-12Properly catch and handle database errorslouiz’