Age | Commit message (Expand) | Author |
2016-11-16 | fix an “unused parameter” warning | louiz’ |
2016-11-16 | Fix an error on gcc 4.9, because it is so stupid it can’t find operator""s | louiz’ |
2016-11-16 | e2e tests that the IRC server received an ident response | louiz’ |
2016-11-16 | Trivial include cleanup | louiz’ |
2016-11-16 | Remove an unused variable | louiz’ |
2016-11-15 | Fix some little compilation errors with some configs, from last commit | louiz’ |
2016-11-15 | Support the ident protocol | louiz’ |
2016-11-11 | Add missing cstring include for strerror | louiz’ |
2016-11-11 | Move all the connect() logic from TCPSocketHandler into a subclass | louiz’ |
2016-11-10 | Update the doc to say that we support xep 0059 | louiz’ |
2016-11-09 | Start version 5.0 | louiz’ |
2016-11-09 | Release version 4.04.0 | louiz’ |
2016-11-09 | Little update to the changelog | louiz’ |
2016-11-07 | Remove a never reached (and non-sensical) error | louiz’ |
2016-11-07 | Test the error on joining invalid room | louiz’ |
2016-11-07 | Workaround for debian and other old OS that do not have std::put_time | louiz’ |
2016-11-07 | Add <algorithm> back | louiz’ |
2016-11-07 | Add a missing <chrono> include | louiz’ |
2016-11-07 | Trivial refactor of get_user_bridge function | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-11-03 | Test the global and IRC server configure commands | louiz’ |
2016-11-02 | Fix the presences sent, when multiple resources join the virtual channel | louiz’ |
2016-11-01 | Refactor load_certs() | louiz’ |
2016-11-01 | Disable e2e tests on openbsd | louiz’ |
2016-11-01 | And fix the bw-output path… | louiz’ |
2016-11-01 | Fix the sonar-qube submission | louiz’ |
2016-10-31 | Fix the openbsd test, again | louiz’ |
2016-10-31 | Automate the sonar-qube scanner submission in the ci process | louiz’ |
2016-10-31 | Fix the openbsd test, do not use coverage on it | louiz’ |
2016-10-31 | Revert the whole nproc thing | louiz’ |
2016-10-31 | Coin coin | louiz’ |
2016-10-31 | ci: Fix the nproc thingy | louiz’ |
2016-10-31 | Some cleanups | louiz’ |
2016-10-31 | Remove unused roster code | louiz’ |
2016-10-31 | Actually run all the e2e scenario if nothing is specified | louiz’ |
2016-10-31 | Test successful invite of an other user | louiz’ |
2016-10-31 | Handle IRC message 341 (invite confirmation) | louiz’ |
2016-10-31 | Use ensure_future if available, otherwise use asyncio.async | louiz’ |
2016-10-31 | Test self disco | louiz’ |
2016-10-31 | e2e: add the possibility to launch a specific list of scenarios only | louiz’ |
2016-10-31 | Test raw messages | louiz’ |
2016-10-31 | Trivial cleanup | louiz’ |
2016-10-31 | Make AddrinfoDeleter a class | louiz’ |
2016-10-31 | Rename a variable that shadows a class member | louiz’ |
2016-10-28 | Do the previous commit, but correctly | louiz’ |
2016-10-28 | Default to make -j1 if nproc doesn’t exist | louiz’ |
2016-10-27 | Refactor remove_invalid_xml_chars to use correct types directly | louiz’ |
2016-10-27 | Remove calls to INFO() in catch, they are useless | louiz’ |
2016-10-27 | Directly use Botan::byte instead of char, to avoid an unnecessary cast | louiz’ |
2016-10-26 | Refactor the sha1 digest into its own function, and do not use sprintf | louiz’ |