Age | Commit message (Expand) | Author |
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’ |
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-20 | Remove dns unit tests, because they are not *unit* test (depends on network…) | louiz’ |
2016-08-20 | Go back to non-verbose make check | louiz’ |
2016-08-20 | Better dependencies for make rpm and dist | 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 | e2e test self invite | 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 | Fix a link in the documenation | 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’ |