summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16e2e test self invitelouiz’
2016-08-16Forward mediated invitations (XMPP to IRC only)louiz’
2016-08-16Add ping to the disco info of the gateaylouiz’
2016-08-13Fix a link in the documenationlouiz
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-11Document the JID escaping with xep 106louiz’
2016-08-11Document the new behaviour to address nicknames, and add to changeloglouiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
2016-08-05Update the links to the forge in README.rstlouiz’
2016-08-04Start version 4.0louiz’
2016-08-04Release 3.03.0v3louiz’
2016-08-03Be verbose with make checklouiz’
2016-08-03Test the version request, in many wayslouiz’
2016-08-03Lower case the nick, when forwarding a version or ping requestlouiz’
2016-08-02Test the kick on a multisession nicklouiz’
2016-08-01Rephrase an error messagelouiz’
2016-07-31Provide a --help optionlouiz’
2016-07-31test kicklouiz’
2016-07-29Actually it works when we surrount the WHOLE string with quoteslouiz’
2016-07-29lol k gitlab-ci. It fails to parse a string that contains :louiz’
2016-07-29Trivial micro fixlouiz’
2016-07-29ci: echo the cmake command line argumentslouiz’
2016-07-28Document the multi-nick session thinglouiz’
2016-07-28Do not use the logger before the configuration has been loaded firstlouiz’
2016-07-28Update the changelog by adding (all?) the changes in 3.0louiz’
2016-07-28Mark some more cmake variables as advancedlouiz’
2016-07-28Fix the timeout test, now that we don't wait 1ms too much everytimelouiz’
2016-07-28Do not add 1ms to the timeout of our pollerlouiz’
2016-07-28Always remove all the DNS sockets on an c-ares eventlouiz’
2016-07-27Revert "Don’t use unique_ptr to store dns socket handlers"louiz’
2016-07-25Test the resolving of multiple hostnames at the same timelouiz’
2016-07-24Use log_error instead of cerrlouiz’
2016-07-23Refactor the CI file, build many configurationslouiz’
2016-07-18In reload.cpp, only build the database things if litesql is usedlouiz’
2016-07-18Always build the artifactslouiz’
2016-07-12Properly use the docstring variableslouiz’
2016-07-12Clean the list of options visible in non-advanced ccmakelouiz’
2016-07-12Use an ugly way, because SOURCES property does not work in cmake 3.0louiz’
2016-07-12Bring back DNSSocketHandler's destructorlouiz’
2016-07-12Set the required cmake version to 3.0louiz’
2016-07-12Don't use target_sources() in cmake because it's >=3.1 onlylouiz’
2016-07-12Don’t use unique_ptr to store dns socket handlerslouiz’
2016-07-12Move reload.*pp from louloulibs to srclouiz’
2016-07-12Properly catch and handle database errorslouiz’
2016-07-04Send the iq requests to one random resource instead of the bare JIDlouiz’
2016-07-04Replace all include guards by #pragma oncelouiz’