summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-06Fix some issues found by sonar cubelouiz’
2017-01-06Add a missing errno includelouiz’
2017-01-06Fix an use-after-freelouiz’
Because we “delete all node” and then we use the content of one of these nodes we got earlier.
2017-01-06Use udns instead of c-areslouiz’
fix #3226
2017-01-06Drop obsolete lintian override regarding debhelper 9.Jonas Smedegaard
2017-01-04Add libasan and libubsan in the test docker imageslouiz’
2017-01-04Remove the PrintBuildParameter make targetlouiz’
2017-01-04Use fsanitize=address and undefined in debug builds if ubsan and asan are therelouiz’
2017-01-04The “build” badge links to a more useful URLlouiz’
2016-12-24Update the DockerFiles to include openssllouiz’
2016-12-24Update the doc to avoid using “” or "" and other charslouiz’
2016-12-24CI: Use our own registry for docker imageslouiz’
2016-12-22Prepare for release: Update changelog, control file, and copyright hints.debian/4.0-1Jonas Smedegaard
2016-12-22Install systemd service file below /lib.Jonas Smedegaard
2016-12-22Fix add Standards-Version.Jonas Smedegaard
2016-12-22Fix comma-delimit uploaders (and sort alphabetically while at it).Jonas Smedegaard
2016-12-22Resolve Botan configure flags.Jonas Smedegaard
2016-12-21Add patch 2002 to fix use C.UTF-8 as hardcoded internal locale.Jonas Smedegaard
2016-12-21Add some bugfix patches cherry-picked upstream.Jonas Smedegaard
2016-12-21Git-ignore quilt .pc dir.Jonas Smedegaard
2016-12-21Install documentation and example files.Jonas Smedegaard
2016-12-21Unfuzz patch 2001.Jonas Smedegaard
2016-12-21Fix strip bogus comma in build-dependencies.Jonas Smedegaard
2016-12-21Merge tag 'upstream/4.0'Jonas Smedegaard
Upstream version 4.0 # gpg: Signature made Wed Dec 21 21:25:11 2016 CET # gpg: using RSA key 2C7C3146C1A00121 # gpg: Good signature from "Jonas Smedegaard <dr@jones.dk>" # gpg: aka "Jonas Smedegaard <jonas@homebase.dk>" # gpg: aka "Jonas Smedegaard <js@debian.org>" # gpg: aka "[jpeg image of size 4165]"
2016-12-21New upstream version 4.0upstream/4.0Jonas Smedegaard
2016-12-21Update control file and copyright hints.Jonas Smedegaard
2016-12-21Add lintian overrides regarding license in License-Reference field. See ↵Jonas Smedegaard
bug#786450.
2016-12-21Fix add trailing newlines.Jonas Smedegaard
2016-12-21Update watch file: Add usage comment. Wrap long line. Fix add trailing newline.Jonas Smedegaard
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-18Send iq error/result when the user changed a MODE command with an iqlouiz’
And add tests for all the mode changes
2016-12-14Use the codecov badge instead of the gitlab coverage onelouiz’
[skip-ci]
2016-12-14Test the TLS connectionlouiz’
2016-12-14Introduce a XmlSubNode class that automatically adds itself into its parentlouiz’
2016-12-14e2e: test connection failurelouiz’
2016-12-13Include the <text/> element in stanza error when there IS a textlouiz’
2016-12-13Switch back to using std::cout instead of std::cloglouiz’
2016-12-13Remove the useless nullptr argument for the XmlNode constructorlouiz’
2016-12-13Send a presence error from the room, when receiving command ERR_BADCHANNELKEYlouiz’
fix #2886
2016-12-13Include the optional <text/> node in the send_presence_errorlouiz’