Age | Commit message (Expand) | Author |
2016-02-29 | Provide a better way to check stanzas at each step of the end_to_end test | Florent Le Coz |
2016-02-28 | Include a note on own to contribute changes | Florent Le Coz |
2016-02-24 | Fix the ordering of poll callbacks, with ppoll too | Florent Le Coz |
2016-02-24 | Close the epoll fd | Florent Le Coz |
2016-02-24 | Fix a few ci things | Florent Le Coz |
2016-02-24 | end_to_end creates a config file before running biboumi | Florent Le Coz |
2016-02-24 | Add a basic integration test in python | Florent Le Coz |
2016-02-22 | log the handshake + stream opening/close in a more consistent way | Florent Le Coz |
2016-02-22 | Fix the ordering of poll callbacks (recv, connect, send) | Florent Le Coz |
2016-02-17 | Simplify the ci file | Florent Le Coz |
2016-02-12 | Remove the clang ci test that won’t work for a mysterious reason in my docker | Florent Le Coz |
2016-02-10 | Remove unused xml_unescape() function | Florent Le Coz |
2016-02-10 | Rename BasicCredentialManager | Florent Le Coz |
2016-02-10 | Move the irc callbacks into the cpp file | Florent Le Coz |
2016-01-21 | Build the rpm with gitlab-ci | Florent Le Coz |
2016-01-21 | Fix a clang-check warning | Florent Le Coz |
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 | Remove the localhost6 test, that’s not portable at all | 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 | Quiet a warning | Florent Le Coz |
2016-01-13 | Compile with smp_mflags for tests as well | 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 | 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 |