Age | Commit message (Expand) | Author |
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 |
2015-05-27 | Avoid some potential race conditions by blocking the signals we manage | Florent Le Coz |
2015-05-26 | Use git-archive-all in the make dist, to include the submodules in the archive | Florent Le Coz |
2015-05-19 | Fix the date format in CHANGELOG file | Florent Le Coz |
2015-05-19 | Update the changelog | Florent Le Coz |
2015-05-19 | Do not forward CTCP commands (PING, VERSION…) to the user as private messages | Florent Le Coz |
2015-05-19 | Document the listing of channels | Florent Le Coz |
2015-05-19 | Handle errors for the LIST irc command | Florent Le Coz |
2015-05-19 | Ignore commands that flood the user with private messages when listing chans | Florent Le Coz |
2015-05-19 | Remove a debug line (breaking our PING stuf) that should not have been commited | Florent Le Coz |
2015-05-19 | Fix the way we we forward an XMPP ping result to the IRC server | Florent Le Coz |
2015-05-13 | Update to latest louloulibs revision, and add test for hostname validity | Florent Le Coz |
2015-05-11 | Fix a message.arguments size check | Florent Le Coz |
2015-05-11 | Fix the way we check for the PING id | Florent Le Coz |
2015-05-11 | Fix the case of the nick for ping requests | Florent Le Coz |
2015-05-11 | Properly send error response on presence stanzas | Florent Le Coz |
2015-05-11 | Return a stanza error whenever the IRCClient for a given server does not exist | Florent Le Coz |
2015-05-07 | Update to latest louloulibs | Florent Le Coz |
2015-05-07 | Two trivial fixes | Florent Le Coz |
2015-05-07 | Handle all unknown IRC command by forwarding the arguments as a message body | Florent Le Coz |
2015-05-07 | Support raw IRC messages | Florent Le Coz |
2015-05-04 | Make sure XDG_CONFIG_HOME is absolute, as per XDG basedir spec. | Emmanuel Gil Peyrot |
2015-05-04 | Search for the config file in $XDG_CONFIG_DIR/biboumi. | Emmanuel Gil Peyrot |
2015-04-21 | Properly check for connecting or connected status before reconnecting | Florent Le Coz |
2015-04-21 | Document how to address a nick with @ character | Florent Le Coz |
2015-04-21 | Do not specify an ExecStop= line in the unit file | Florent Le Coz |
2015-04-21 | Revert "Decode incoming JIDs local part according to xep 0106" | Florent Le Coz |
2015-04-20 | Reset the signal handlers when SIGINT or SIGTERM is received | Florent Le Coz |