Age | Commit message (Expand) | Author |
2016-10-03 | Make version requests work with global user JIDs as well | louiz’ |
2016-10-03 | Avoid an exception due to some bad logic in the DNS resolution mechanic | louiz’ |
2016-10-03 | Fix some compilation warning/errors that appear on FreeBSD | louiz’ |
2016-10-03 | Fix parse_datetime by always using a 'z' as the timezone | louiz’ |
2016-10-03 | Remove build/* from the coverage, because that code isn’t part of biboumi | louiz’ |
2016-10-03 | Add missing include file | louiz’ |
2016-10-03 | Modify the charybdis conf to disable the LIST throttling | 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-28 | Add trendy badges to the README | louiz |
2016-09-28 | Remove unused code in sha1 module | louiz’ |
2016-09-28 | Add coverage_e2e, which runs e2e, and regenerate a global coverage report | 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-17 | make dist creates the archive with the current time, not the git time | louiz’ |
2016-09-17 | Fix the parse_datetime by using %Z instead of %z | louiz’ |
2016-09-16 | In the debian docker, install aiodns from source instead of pip | louiz’ |
2016-09-16 | Remove a useless line in the COPYING file | louiz’ |
2016-09-09 | Trivial doc fixes | louiz’ |
2016-09-09 | Add some configuration example | louiz’ |
2016-09-09 | Didn’t I fix that typo 12 times already? | louiz’ |
2016-09-07 | Fix a trivial formatting issue in the doc | louiz’ |
2016-09-07 | Improve the documentation for the archives | 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-31 | Add parse_datetime | louiz’ |
2016-08-31 | Fix to_string(time_t) and write a unit test for it | louiz’ |
2016-08-29 | Add the missing includes back | louiz’ |
2016-08-29 | Add zlib to the debian dockerfile, to build charybdis properly | louiz’ |
2016-08-28 | Respond to MAM requests on a channel JID | louiz’ |
2016-08-23 | Use Z instead of z in the timestamp format | louiz’ |
2016-08-23 | Don't use put_time() because it’s not in gcc 4.9, in shitty-debian “stabl... | louiz’ |
2016-08-23 | Do not fail e2e if the database cannot be removed because it's not there | louiz’ |
2016-08-22 | Add missing algorithm include | louiz’ |
2016-08-22 | Add missing ctime include | louiz’ |
2016-08-23 | Update changelog with the history thingy | louiz’ |
2016-08-23 | Send the muc history when a second (or more) resource joins a room | louiz’ |
2016-08-23 | Document the sending of the muc history | louiz’ |
2016-08-23 | If the maxHistoryLength is negative, make it 0 | louiz’ |
2016-08-22 | Index the owner for the global conf table | louiz’ |
2016-08-23 | Only save the logs if recordHistory global config option is true | louiz’ |
2016-08-22 | Delete the database before each e2e test, to start fresh | 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 | Default max_history_length is 20, not 0 | louiz’ |