Age | Commit message (Expand) | Author |
2016-01-21 | Add a “rpm” target in the makefile, building a RPM | Florent Le Coz |
2016-01-21 | Spec file becomes a template, auto filled with the date and version | Florent Le Coz |
2016-01-15 | Fix a build when litesql is found but not botan | Florent Le Coz |
2016-01-14 | Only activate systemd’s watchdog if we are compiling with systemd | Florent Le Coz |
2016-01-13 | Display an info message on make dist | Florent Le Coz |
2016-01-13 | Install the unit file in lib/, not etc/ | Florent Le Coz |
2016-01-13 | Include catch.hpp in the dist tarball | Florent Le Coz |
2016-01-13 | If catch.hpp is found in tests/, use it without cloning the git repo | Florent Le Coz |
2016-01-13 | Remove the second '-' from the package when ~dev is there | Florent Le Coz |
2016-01-13 | Build the doc with the default make target | Florent Le Coz |
2016-01-13 | Generate systemd file from template and make installs it and the conf | Florent Le Coz |
2015-11-05 | Only include the coverage flags when compiling with gcc | Florent Le Coz |
2015-10-29 | Only download Catch when the test_suite target is built | Florent Le Coz |
2015-10-29 | Make lcov gcov etc optional | Florent Le Coz |
2015-10-29 | make coverage is only available with a debug build | Florent Le Coz |
2015-10-29 | Add code coverage support | Florent Le Coz |
2015-10-29 | Use Catch for our test suite | Florent Le Coz |
2015-10-24 | Add the network module to the test_suite | Florent Le Coz |
2015-09-23 | Provide username and realname IRC server options | Florent Le Coz |
2015-09-18 | Introduce an optional Database module | Florent Le Coz |
2015-07-15 | louloulibs is part of the repository, so no need to check for its presence | Florent Le Coz |
2015-06-04 | Bump to 3.0~dev | Florent Le Coz |
2015-05-28 | Release version 2.02.0v2 | Florent Le Coz |
2015-05-28 | Revert "Use git-archive-all in the make dist, to include the submodules in th... | Florent Le Coz |
2015-05-26 | Use git-archive-all in the make dist, to include the submodules in the archive | Florent Le Coz |
2015-03-02 | Forgot to remove some XMPP files that are now in louloulibs instead | Florent Le Coz |
2015-02-27 | Suggest the command git submodule update --init | Florent Le Coz |
2015-02-27 | Fix a typo | Florent Le Coz |
2015-02-27 | Also check if the louloulibs/CMakeLists.txt file is missing | Florent Le Coz |
2015-02-27 | Only use include_directory() if the directory path is defined | Florent Le Coz |
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz |
2015-02-26 | Fix the systemd-conditional code | Florent Le Coz |
2015-02-23 | Implement async DNS resolution using c-ares | Florent Le Coz |
2014-11-13 | Improve dependencies checks in the build process | Florent Le Coz |
2014-07-15 | Provide WITHOUT_BOTAN and WITHOUT_SYSTEMD cmake flags | Florent Le Coz |
2014-07-12 | Bump master version to 2.0~dev | Florent Le Coz |
2014-07-12 | Release version 1.01.0 | Florent Le Coz |
2014-06-30 | Fix some cmake issues | Florent Le Coz |
2014-06-24 | Provide a make dist target | Florent Le Coz |
2014-06-23 | Rename cmake target test->test_suite for cmake 3.0 | Florent Le Coz |
2014-06-20 | Write the software version, including the git hash, in config.h using cmake | Florent Le Coz |
2014-06-18 | includes from cmake BINARY_DIR should be included before considering SOURCE_DIR | Florent Le Coz |
2014-06-08 | Silence warnings coming from Botan headers | Florent Le Coz |
2014-06-08 | Implement TLS support using Botan | Florent Le Coz |
2014-05-30 | Use libuuid to generate unique IDs for iq and adhoc sessions | Florent Le Coz |
2014-05-11 | mini reorder | Florent Le Coz |
2014-05-11 | [cmake] Do not print useless messages when an optional lib is not found | Florent Le Coz |
2014-04-30 | Use epoll on linux by default, poll otherwise | Florent Le Coz |
2014-04-28 | Upgrade to C++14 | Florent Le Coz |
2014-04-22 | Fix the CMakeLists.txt to correctly have -Ibuild/src/ | Florent Le Coz |