Age | Commit message (Expand) | Author |
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-09 | If hostname resolution fails, do not try all possible ports | 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-05-27 | Avoid some potential race conditions by blocking the signals we manage | 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 | 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 | 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 | 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 |
2015-04-20 | Decode incoming JIDs local part according to xep 0106 | Florent Le Coz |
2015-04-13 | Re-order a few things in main.cpp | Florent Le Coz |
2015-03-24 | Do not log a warning when we receive a PONG command | Florent Le Coz |
2015-03-04 | Set the default value to biboumi.cfg | Florent Le Coz |
2015-03-02 | Move non-specific adhoc commands into louloulibs | Florent Le Coz |
2015-03-02 | Forgot to remove some XMPP files that are now in louloulibs instead | Florent Le Coz |
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz |
2015-02-26 | Merge branch 'fixed_server' | Florent Le Coz |
2015-02-26 | Implement room discovery using the LIST irc command | Florent Le Coz |
2015-02-26 | Properly sanitize everything in the XML we send to the XMPP server | Florent Le Coz |
2015-02-26 | Fix the systemd-conditional code | Florent Le Coz |
2015-02-26 | Remove an unused parameter | Florent Le Coz |
2015-02-25 | Do not handle the "%" char in a special way, in the fixed_server mode | Florent Le Coz |
2015-02-25 | Add support for a fixed_irc_server configuration | Florent Le Coz |
2015-02-25 | Include the IRC hostname in the IRC RECEIVING and SENDING debug messages | Florent Le Coz |
2015-02-24 | Add a reload add-hoc command | Florent Le Coz |
2015-02-23 | Implement async DNS resolution using c-ares | Florent Le Coz |
2015-02-22 | Fix typo | Florent Le Coz |
2015-02-21 | Use a timer to try reconnecting to the XMPP server only each 2 seconds | Florent Le Coz |
2015-02-21 | Remove the XmppComponent::last_auth bool that was never used anywhere | Florent Le Coz |
2015-02-21 | Properly display [DEBUG] on debug lines, instead of [ERROR] | Florent Le Coz |
2015-02-21 | Fix “connections” typo | Florent Le Coz |
2015-02-21 | Fix “cleanely” typo | Florent Le Coz |
2015-01-26 | Add a missing #include for sockaddr_in6 | Florent Le Coz |