Age | Commit message (Expand) | Author |
2016-08-17 | On a client error, do not QUIT, just make the resource leave all channels | louiz’ |
2016-08-16 | e2e test self invite | louiz’ |
2016-08-16 | Forward mediated invitations (XMPP to IRC only) | louiz’ |
2016-08-16 | Add ping to the disco info of the gateay | louiz’ |
2016-08-13 | Fix a link in the documenation | louiz |
2016-08-13 | Only save the messages into the db if we are actually using a db | louiz’ |
2016-08-12 | Save received and sent messages into the database | louiz’ |
2016-08-11 | Document the JID escaping with xep 106 | louiz’ |
2016-08-11 | Document the new behaviour to address nicknames, and add to changelog | louiz’ |
2016-08-10 | Don’t use ! as the separator for nicknames, use % instead | louiz’ |
2016-08-05 | Update the links to the forge in README.rst | louiz’ |
2016-08-04 | Start version 4.0 | louiz’ |
2016-08-04 | Release 3.03.0v3 | louiz’ |
2016-08-03 | Be verbose with make check | louiz’ |
2016-08-03 | Test the version request, in many ways | louiz’ |
2016-08-03 | Lower case the nick, when forwarding a version or ping request | louiz’ |
2016-08-02 | Test the kick on a multisession nick | louiz’ |
2016-08-01 | Rephrase an error message | louiz’ |
2016-07-31 | Provide a --help option | louiz’ |
2016-07-31 | test kick | louiz’ |
2016-07-29 | Actually it works when we surrount the WHOLE string with quotes | louiz’ |
2016-07-29 | lol k gitlab-ci. It fails to parse a string that contains : | louiz’ |
2016-07-29 | Trivial micro fix | louiz’ |
2016-07-29 | ci: echo the cmake command line arguments | louiz’ |
2016-07-28 | Document the multi-nick session thing | louiz’ |
2016-07-28 | Do not use the logger before the configuration has been loaded first | louiz’ |
2016-07-28 | Update the changelog by adding (all?) the changes in 3.0 | louiz’ |
2016-07-28 | Mark some more cmake variables as advanced | louiz’ |
2016-07-28 | Fix the timeout test, now that we don't wait 1ms too much everytime | louiz’ |
2016-07-28 | Do not add 1ms to the timeout of our poller | louiz’ |
2016-07-28 | Always remove all the DNS sockets on an c-ares event | louiz’ |
2016-07-27 | Revert "Don’t use unique_ptr to store dns socket handlers" | louiz’ |
2016-07-25 | Test the resolving of multiple hostnames at the same time | louiz’ |
2016-07-24 | Use log_error instead of cerr | louiz’ |
2016-07-23 | Refactor the CI file, build many configurations | louiz’ |
2016-07-18 | In reload.cpp, only build the database things if litesql is used | louiz’ |
2016-07-18 | Always build the artifacts | louiz’ |
2016-07-12 | Properly use the docstring variables | louiz’ |
2016-07-12 | Clean the list of options visible in non-advanced ccmake | louiz’ |
2016-07-12 | Use an ugly way, because SOURCES property does not work in cmake 3.0 | louiz’ |
2016-07-12 | Bring back DNSSocketHandler's destructor | louiz’ |
2016-07-12 | Set the required cmake version to 3.0 | louiz’ |
2016-07-12 | Don't use target_sources() in cmake because it's >=3.1 only | louiz’ |
2016-07-12 | Don’t use unique_ptr to store dns socket handlers | louiz’ |
2016-07-12 | Move reload.*pp from louloulibs to src | louiz’ |
2016-07-12 | Properly catch and handle database errors | louiz’ |
2016-07-04 | Send the iq requests to one random resource instead of the bare JID | louiz’ |
2016-07-04 | Replace all include guards by #pragma once | louiz’ |
2016-07-04 | List of channels are saved per-request and not globally | louiz’ |
2016-07-04 | Remove forgotten comment | louiz’ |