Age | Commit message (Expand) | Author |
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 | Use make check in the spec file | 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 |
2016-01-09 | Do not fail to build when litesql is not used | Florent Le Coz |
2016-01-04 | Document the Configure ad-hoc commands | Florent Le Coz |
2016-01-04 | Support a trusted SHA1 fingerprint to be configured for each IRC server | Florent Le Coz |
2016-01-04 | Support multi-prefix | Florent Le Coz |
2016-01-04 | This is no longer true, with the recent xmpp_server_ip configuration option | Florent Le Coz |
2016-01-04 | Use the configured encoding value when decoding received messages | Florent Le Coz |
2016-01-04 | Defaults the encoding in the DB to latin-1 | Florent Le Coz |
2016-01-04 | Also provide in and out encoding configure options for IRC servers | Florent Le Coz |
2016-01-04 | Add an ad-hoc configure command on IRC channels | Florent Le Coz |
2016-01-04 | Add a ChannelOptions table in the DB | Florent Le Coz |
2015-12-23 | A few cleanups, and make a few things more modern | Florent Le Coz |
2015-12-23 | Notify systemd when the process is stopping | Florent Le Coz |
2015-12-23 | Also store a reference instead of a pointer, in AdhocCommandsHandler | Florent Le Coz |
2015-12-21 | Use references instead of raw pointer, to store the “parent” object | Florent Le Coz |
2015-12-13 | Make the XMPP server address configurable. | Stuart Mumford |
2015-12-03 | Add an ad-hoc command to disconnect a user from one or more IRC server | Florent Le Coz |
2015-12-03 | JID class provides bare() and full() methods | Florent Le Coz |
2015-12-03 | Small cleanup | Florent Le Coz |
2015-12-03 | Provide a “var” map in AdhocSession objects, to save values between each ... | Florent Le Coz |
2015-12-03 | Do not forget to call freeaddrinfo, fix a memleak | Florent Le Coz |
2015-12-01 | Display a better error when connection fails | Florent Le Coz |
2015-12-01 | Add the outgoing_bind option | Florent Le Coz |
2015-11-30 | Document the fact that the joining-nick is ignored | Florent Le Coz |
2015-11-30 | Rename the CI build where we run the coverage | Florent Le Coz |
2015-11-30 | Coverage cannot run with clang++ | Florent Le Coz |
2015-11-30 | Do not segfault when trying to send TLS data over a not-yet connected socket | Florent Le Coz |
2015-11-07 | Avoid leaking socket filedescriptors | Florent Le Coz |
2015-11-05 | Add verifyCert field into the database | Florent Le Coz |
2015-11-05 | Only include the coverage flags when compiling with gcc | Florent Le Coz |
2015-11-05 | Fix a clang warning | Florent Le Coz |
2015-11-05 | Add a CI build with clang | Florent Le Coz |
2015-11-05 | Make the CA file configurable | Florent Le Coz |
2015-11-05 | Provide an adhoc option to let user pass the cert verif for some IRC servers | Florent Le Coz |
2015-11-02 | Fix the build without botan, caused by credentials_manager | Florent Le Coz |
2015-11-02 | Verify TLS certificate with the given hostname, instead of a hardcoded one | Florent Le Coz |
2015-11-02 | Fix the initial IRC nickname (was using realname, by mistake) | Florent Le Coz |
2015-11-02 | Verify the remote TLS certificates using the system-wide trusted CAs | Florent Le Coz |
2015-10-31 | Fix the logger test when built without systemd | Florent Le Coz |
2015-10-31 | Add a IoTester class | Florent Le Coz |
2015-10-31 | Do not forget to implement a method | Florent Le Coz |
2015-10-31 | Remove a useless assignment | Florent Le Coz |
2015-10-31 | Implement a basic webirc support | Florent Le Coz |