Age | Commit message (Expand) | Author |
2015-10-26 | Remove some debug thing that should not have been committed | Florent Le Coz |
2015-10-24 | Display a success message at the end of the test suite | Florent Le Coz |
2015-10-24 | Use “using” instead of typedef | Florent Le Coz |
2015-10-24 | Remove an unused include | Florent Le Coz |
2015-10-24 | Some little fixes in test.cpp | Florent Le Coz |
2015-10-24 | Only compile database.cpp if configured with litesql | Florent Le Coz |
2015-10-24 | Add the network module to the test_suite | Florent Le Coz |
2015-10-15 | Separate the DNS resolution logic from the TCP communication logic | Florent Le Coz |
2015-10-12 | Introduce the realname_from_jid option | Florent Le Coz |
2015-10-12 | Provide the “realname_customization” option | Florent Le Coz |
2015-10-12 | The realname is also saved as an IrcClient member | Florent Le Coz |
2015-09-23 | TIL std::string::end and std::string::begin… | Florent Le Coz |
2015-09-23 | Make sure the user-provided username does not contain spaces | Florent Le Coz |
2015-09-23 | Provide username and realname IRC server options | Florent Le Coz |
2015-09-22 | Fix two small warnings | Florent Le Coz |
2015-09-22 | Catch TLS exceptions, close the connection and inform the user of the error | Florent Le Coz |
2015-09-22 | Connection may be closed from our side too | Florent Le Coz |
2015-09-21 | Add a field (in the configure form) to specifiy an after-connect IRC command | Florent Le Coz |
2015-09-21 | Provide Ports and TLS Ports IRC-server ad-hoc options | Florent Le Coz |
2015-09-18 | Send a PASS IRC command if the “pass” config is sot by a user, on an IRC ... | Florent Le Coz |
2015-09-18 | Introduce the configure ad-hoc command on irc servers | Florent Le Coz |
2015-09-18 | Add Bridge::get_bare_jid | Florent Le Coz |
2015-09-18 | XmlNode::add_child can also take a copy of a node | Florent Le Coz |
2015-09-18 | Add an AdhocCommandsHandler to store commands specific to IRC servers | Florent Le Coz |
2015-09-18 | Store the target jid in the AdhocSession objects | Florent Le Coz |
2015-09-18 | Introduce an optional Database module | Florent Le Coz |
2015-09-18 | Also a xdg_data_path | Florent Le Coz |
2015-09-18 | Create a xdg_path function | Florent Le Coz |
2015-09-06 | Trivial cleanup in irc_client.cpp | Florent Le Coz |
2015-09-06 | Check the number of argument of every IRC command received from the server | Florent Le Coz |
2015-09-01 | Trivial cleanup | Florent Le Coz |
2015-09-01 | Use unique_ptr to store the XmlNode’s children | Florent Le Coz |
2015-09-01 | Little cleanup of the XmlNode class | Florent Le Coz |
2015-09-01 | XmlNode::to_string uses an ostringstream instead of a string | Florent Le Coz |
2015-09-01 | XmlNodes are now always closed | Florent Le Coz |
2015-08-19 | //mode with no argument should work | Florent Le Coz |
2015-07-15 | louloulibs is part of the repository, so no need to check for its presence | Florent Le Coz |
2015-07-09 | Display the resolved IP in debug logs | Florent Le Coz |
2015-07-09 | If hostname resolution fails, do not try all possible ports | Florent Le Coz |
2015-07-09 | Send the cares error message before cleaning it | Florent Le Coz |
2015-07-09 | Check for timeouts on the DNS resolution using c-ares | Florent Le Coz |
2015-07-09 | Fix the log_* macros to not have two ; at the end of lines | Florent Le Coz |
2015-07-08 | Minor comment typo | Florent Le Coz |
2015-06-10 | Exit with 1 if the connection to the XMPP server fails | Florent Le Coz |
2015-06-09 | Do not send the admin-only adhoc commands to non-admin users | Florent Le Coz |
2015-06-09 | Remove a useless duplicate method | 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-28 | louloulibs is directly included, instead of being a submodule | Florent Le Coz |