Age | Commit message (Expand) | Author |
2016-08-18 | Fix the author of the IRC invite | louiz’ |
2016-08-18 | Forward IRC invites to XMPP | louiz’ |
2016-08-17 | On a client error, do not QUIT, just make the resource leave all channels | 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 | 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-10 | Don’t use ! as the separator for nicknames, use % instead | louiz’ |
2016-08-03 | Lower case the nick, when forwarding a version or ping request | louiz’ |
2016-08-01 | Rephrase an error message | louiz’ |
2016-07-31 | Provide a --help option | louiz’ |
2016-07-28 | Do not use the logger before the configuration has been loaded first | louiz’ |
2016-07-24 | Use log_error instead of cerr | louiz’ |
2016-07-18 | In reload.cpp, only build the database things if litesql is used | 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’ |
2016-07-03 | Properly remove the resource from the server when we leave the last channel | louiz’ |
2016-06-24 | Log a warning when we receive an iq without a from | louiz’ |
2016-06-24 | Forward ping requests from IRC to XMPP, to one single resource | louiz’ |
2016-06-24 | Properly set the “from” of the ping results to the correct full JID | louiz’ |
2016-06-23 | Remove unused function | louiz’ |
2016-06-23 | Merge remote-tracking branch 'linkmauve/escaped-iid-support' | louiz’ |
2016-06-23 | Fix a use after free in IrcChannel::remove_user | louiz’ |
2016-06-21 | Add XEP-0106 support to the bridge | Emmanuel Gil Peyrot |
2016-06-15 | Fix typo in bridge.hpp | Emmanuel Gil Peyrot |
2016-06-15 | Fix a missing include for strlen | louiz’ |
2016-06-15 | Properly calculate the maximum size of each message line, before cutting | louiz’ |
2016-06-15 | Save our own host, as reported by the server | louiz’ |
2016-06-15 | cut messages at 512 bytes, taking into account the UTF-8 codepoints | louiz’ |
2016-06-14 | Refactor, test and improve the way we cut too-long messages for IRC | louiz’ |
2016-06-14 | Improve the signal handling by disabling them while an handler is running | louiz’ |
2016-06-14 | Clean the Config module, use static things instead of a stupid singleton | louiz’ |
2016-06-13 | Show off, with some variadic templates, for the logger module | louiz’ |
2016-06-10 | Reset the preferred private JID when all resources leave a room | louiz’ |
2016-06-08 | Support multiple nick session, except for IQs | louiz’ |
2016-06-08 | Forward everything to all concerned XMPP resources | louiz’ |
2016-06-08 | Remove all usage of std::list | louiz’ |
2016-06-08 | Add methods to know which resource is on which server or channel | louiz’ |
2016-06-08 | Associate a bridge with a bare JID instead of a full JID | louiz’ |
2016-05-13 | Use “using” instead of typedef | louiz’ |
2016-05-04 | Style fix | louiz’ |
2016-04-27 | Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server | louiz’ |
2016-04-22 | Forward the topic authors, handle the author from 333 messages | louiz’ |
2016-04-22 | Support RPL_NOTPIC and 005 | louiz’ |
2016-02-10 | Move the irc callbacks into the cpp file | Florent Le Coz |
2016-01-21 | Fix a clang-check warning | Florent Le Coz |