summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-14Add default values for the database columnslouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
Entirely replace LiteSQL fix #3271
2017-06-13Find sqlite3 instead of litesqllouiz’
Simplifies the CMakeLists.txt a little bit
2017-06-01Test that the archlinux package actually installs at least /usr/bin/biboumilouiz’
2017-06-01Change the makepkg command used in the archlinux CI testlouiz’
2017-05-28Move biboumi.h.cmake inside the src/ directorylouiz’
2017-05-24Fix the date format in the RPM spec filelouiz’
2017-05-24Release version 5.05.0v5louiz’
2017-05-24Add biboumi-test-archlinux and biboumi-debian-packaging Dockerfileslouiz’
2017-05-24Fix the make command instruction in INSTALL.rstlouiz’
2017-05-23Add a e2e to check that timestamps in MAM requests are correctly handledlouiz’
fix #3266
2017-05-23Fix the datetime parsing to handle optional fractions of secondslouiz’
fix #3266
2017-05-23Better document the identd serverlouiz’
2017-05-23Do not call pkg_check_module if the MODULE_FOUND is already cachedlouiz’
2017-05-21Remove a few warnings occuring in some build configlouiz’
2017-05-21The RPM doesn’t contain biboumi.cfg anymorelouiz’
2017-05-21Do not install biboumi.cfg in /etc/biboumi/louiz’
Because it would overwrite the user file when installing a new version. And it’s basically useless anyway, because if the file doesn’t exist at all, biboumi will write an helpful message on stderr, telling the user to create the config file.
2017-05-18Handle messages 367 and 368 to display the banlist in the MUClouiz’
fix #3234
2017-05-18Refactor the channel::self to point at the existing userlouiz’
This way, the user is always up to date, instead of being a duplicate out of sync. fix #3258
2017-05-17Redirect welcome NOTICE to their channel, instead of sending a global onelouiz’
fix #3236
2017-05-17Update changeloglouiz’
2017-05-16Test the default channel list limitlouiz’
fix #3219
2017-05-16Make the default build type Release (instead of empty string)louiz’
2017-05-11Make the IRC channel configuration form available from the MUC configlouiz’
fix #3250
2017-05-11Remove the “codecov_” prefix for builds codecov uploads toolouiz’
2017-05-10Fix the build when litesql is not usedlouiz’
2017-05-10Improve the handling of the biboudb.hpp dependencieslouiz’
2017-05-10Small fixes in biboumi.1.rstlouiz
2017-05-09Avoid any potential int overflowlouiz’
2017-05-09Also make the test artifacts expire in 2 weekslouiz’
2017-05-08Remove a useless debug loglouiz’
2017-05-08Limit the number of rooms sent by default in the disco#items responselouiz’
fix #3219
2017-05-08Keep gitlab artifacts for 2 weekslouiz’
2017-05-08Little fix and cleanup in the channels list codelouiz’
2017-05-05Add an execute_incomplete_hello_adhoc_command e2e testlouiz’
2017-05-04Include the policy files into the rpmlouiz’
2017-05-03Add a irc.ppirc.net policy filelouiz’
fix #3261
2017-05-03Remove redundant irc.freenode.net policy filelouiz’
2017-05-03Add -Wconversion compile flaglouiz’
2017-05-02Fix a segmentation fault when connecting to a server without a portlouiz’
fix #3260
2017-05-02Release version 4.2louiz’
2017-05-02Fix a segmentation fault when connecting to a server without a port4.3v4louiz’
fix #3260
2017-04-30Wrong ifndef, keklouiz’
2017-04-30Add a missing ifnedf BOTAN_FOUNDlouiz’
2017-04-30Make botan’s policy configurable from a filelouiz’
fix #3244
2017-04-30Remove a too old jokelouiz’
2017-04-26Release version 4.24.2louiz’
2017-04-26Fix typo in CHANGELOG.rst biboumi → botanVinilox
2017-04-26Do not fail to build if litesql is not therelouiz’
2017-04-25Use our own proxy link to display the badgeslouiz’
For privacy reasons [skip-ci]