Age | Commit message (Expand) | Author |
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-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-22 | Add missing ctime include | louiz’ |
2016-08-22 | Move get_first_non_empty to louloulibs/utils | louiz’ |
2016-08-22 | When joining a channel, send the most recent history found in the database | louiz’ |
2016-07-28 | Fix the timeout test, now that we don't wait 1ms too much everytime | louiz’ |
2016-07-28 | Do not add 1ms to the timeout of our poller | louiz’ |
2016-07-28 | Always remove all the DNS sockets on an c-ares event | louiz’ |
2016-07-27 | Revert "Don’t use unique_ptr to store dns socket handlers" | louiz’ |
2016-07-24 | Use log_error instead of cerr | louiz’ |
2016-07-12 | Bring back DNSSocketHandler's destructor | louiz’ |
2016-07-12 | Don’t use unique_ptr to store dns socket handlers | 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 | Replace all include guards by #pragma once | louiz’ |
2016-06-24 | Properly set the “from” of the ping results to the correct full JID | louiz’ |
2016-06-23 | Fix a bug in cut() | louiz’ |
2016-06-15 | cut messages at 512 bytes, taking into account the UTF-8 codepoints | louiz’ |
2016-06-15 | Add get_next_codepoint_size | louiz’ |
2016-06-14 | Refactor, test and improve the way we cut too-long messages for IRC | louiz’ |
2016-06-14 | Add a missing return bool in Config | 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-08 | Add a missing vector include | louiz’ |
2016-06-08 | Remove all usage of std::list | louiz’ |
2016-06-02 | Check the length of the JID parts when copying into the jidprep buffer | louiz’ |
2016-05-13 | Use “using” instead of typedef | louiz’ |
2016-05-11 | Do not use std::endl for each line when saving the conf file | louiz’ |
2016-05-10 | Fix build with POLLER=POLL | 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 | Add a TEMPORARY work-around for botan 1.11.29 | louiz’ |
2016-02-24 | Fix the ordering of poll callbacks, with ppoll too | Florent Le Coz |
2016-02-24 | Close the epoll fd | Florent Le Coz |
2016-02-22 | log the handshake + stream opening/close in a more consistent way | Florent Le Coz |
2016-02-22 | Fix the ordering of poll callbacks (recv, connect, send) | Florent Le Coz |
2016-02-10 | Remove unused xml_unescape() function | Florent Le Coz |
2016-02-10 | Rename BasicCredentialManager | Florent Le Coz |
2016-01-13 | Quiet a warning | Florent Le Coz |
2016-01-04 | Support a trusted SHA1 fingerprint to be configured for each IRC server | Florent Le Coz |
2016-01-04 | Use the configured encoding value when decoding received messages | Florent Le Coz |
2015-12-23 | A few cleanups, and make a few things more modern | Florent Le Coz |
2015-12-23 | Also store a reference instead of a pointer, in AdhocCommandsHandler | Florent Le Coz |
2015-12-13 | Make the XMPP server address configurable. | Stuart Mumford |