summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-21Add git-buildpackage config: Use pristine-tar. Sign tags. Filter any .git* file.Jonas Smedegaard
2016-12-21Update copyrigth info: Add alternate git source URL.Jonas Smedegaard
2016-12-21Run testsuite during build.Jonas Smedegaard
2016-12-21Build-depend on pandoc and libbotan1.10-dev.Jonas Smedegaard
2016-12-21Reuse parts of upstream README as long description.Jonas Smedegaard
2016-12-21Update copyright info: Add copyright+license header to rules file.Jonas Smedegaard
2016-12-21Update copyright info: Extend ID of main author.Jonas Smedegaard
2016-12-21Update copyright info: Add license grants.Jonas Smedegaard
2016-12-21Update copyright info: Fix add verbatim public-domain statement.Jonas Smedegaard
2016-12-21Update copyright info: Fix add Zlib license.Jonas Smedegaard
2016-12-21Add patch 2001 to avoid cmake messing with git.Jonas Smedegaard
2016-12-10Initial copyrightVasudev Kamath
2016-12-10Added cmake and catch build dependencyVasudev Kamath
2016-10-23Updated version 3.0 from 'upstream/3.0'Vasudev Kamath
with Debian dir 0f18938e98f5a466f36719f60cef0490163ab845
2016-10-23New upstream version 3.0upstream/3.0Vasudev Kamath
2016-10-23Initial upstream branchVasudev Kamath
2016-10-23Initial debian packaging.Vasudev Kamath
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’
fix #3183
2016-07-31test kicklouiz’
2016-07-29Actually it works when we surrount the WHOLE string with quoteslouiz’
Not just part of it
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’
Can’t remember why I did this, but that must be a stupid reason. Everything must work even with a timeout of 0.
2016-07-28Always remove all the DNS sockets on an c-ares eventlouiz’
Because c-ares may close one of its socket, even if it’s not the one that has the event. Otherwise we may not know when a socket has been removed from our poller (automatically, when close()ed) and this leads to bugs.
2016-07-27Revert "Don’t use unique_ptr to store dns socket handlers"louiz’
This reverts commit 5328d0806fdc5becb9344b4d4320787a2b7c0712.
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’