Age | Commit message (Expand) | Author |
2016-09-29 | Add AdhocCommandHandlers::add_command to simplify the usage of this class | louiz’ |
2016-09-29 | Look for uuid/uuid.h instead of just uuid.h | louiz’ |
2016-09-22 | Respond to disco#info requests on IRC server JIDs | louiz’ |
2016-09-22 | Add the missing & for 3 std::string function arguments | louiz’ |
2016-09-21 | Some little style/typo fixes | louiz’ |
2016-09-20 | Make history messages work with fixed_irc_server | louiz’ |
2016-09-04 | Add 2 missing namespaces in our disco#info result | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |
2016-08-28 | Respond to MAM requests on a channel JID | louiz’ |
2016-08-22 | Add missing algorithm include | louiz’ |
2016-08-23 | Send the muc history when a second (or more) resource joins a room | louiz’ |
2016-08-23 | If the maxHistoryLength is negative, make it 0 | louiz’ |
2016-08-23 | Only save the logs if recordHistory global config option is true | louiz’ |
2016-08-22 | Move get_first_non_empty to louloulibs/utils | louiz’ |
2016-08-22 | Only save messages coming from real MUC participants in the database | louiz’ |
2016-08-22 | When joining a channel, send the most recent history found in the database | louiz’ |
2016-08-22 | When saving the logs, the date must be in seconds, not nanoseconds | louiz’ |
2016-08-22 | Add a global configure ad-hoc command, with max history length | louiz’ |
2016-08-21 | Add get_first_non_empty and use it into Database to simplify a little bit | louiz’ |
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’ |