Age | Commit message (Expand) | Author |
2016-10-07 | Fix the muc#traffic response | louiz’ |
2016-10-07 | Correctly set status="110" in the presence for the target of a kick | louiz’ |
2016-10-06 | Remove a potential nullptr dereference, on mam queryid | louiz’ |
2016-10-05 | Avoid sending PART command for unjoined channels | louiz’ |
2016-10-04 | Respond to muc#traffic requests | louiz’ |
2016-10-03 | Make version requests work with global user JIDs as well | louiz’ |
2016-10-03 | Fix some compilation warning/errors that appear on FreeBSD | louiz’ |
2016-10-03 | Add missing include file | louiz’ |
2016-10-03 | Implement result-set-management for LIST queries | louiz’ |
2016-10-02 | Use LIST * instead of just LIST, because some servers don’t accept it | louiz’ |
2016-09-29 | Re-add the ad-hoc command the was removed by mistake in the previous commit | louiz’ |
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’ |