Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-20 | Very little optimization by using a simpler scope_guard when possible | louiz’ | |
The version with the vector, that can be disabled etc, is “very” slow, so we use unique_ptr when we don’t need to disable it, and when it only contains one function | |||
2016-10-11 | Conditionally use strptime if we don’t have std::get_time | louiz’ | |
2016-10-11 | Parse the timezone myself, instead of using the broken strptime | louiz’ | |
See https://lab.louiz.org/louiz/biboumi/issues/3215 https://github.com/andikleen/glibc/blob/master/time/strptime_l.c#L746-L747 for why strptime() sucks We use std::get_time now, to parse the date and time. And we parse the timezone by hand. fix #3215 | |||
2016-10-03 | Fix parse_datetime by always using a 'z' as the timezone | louiz’ | |
Because some plateform accept Z and z, but some only accept z… | |||
2016-09-28 | Remove unused code in sha1 module | louiz’ | |
2016-09-17 | Fix the parse_datetime by using %Z instead of %z | louiz’ | |
If anybody knows why fedora accepts both, but it only works with %z on debian, please tell me. | |||
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-28 | Respond to MAM requests on a channel JID | louiz’ | |
At the moment, result-set-management is not implemented, the whole history (well, at most 1024 messages) is returned. | |||
2016-08-22 | Move get_first_non_empty to louloulibs/utils | 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’ | |
Can’t remember why I did this, but that must be a stupid reason. Everything must work even with a timeout of 0. | |||
2016-07-12 | Move reload.*pp from louloulibs to src | louiz’ | |
2016-07-12 | Properly catch and handle database errors | louiz’ | |
Do not use a singleton for the database. fix #3203 | |||
2016-07-04 | Replace all include guards by #pragma once | louiz’ | |
It’s $CURRENT_YEAR | |||
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’ | |
ref #3067 | |||
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 | Clean the Config module, use static things instead of a stupid singleton | louiz’ | |
2016-06-08 | Remove all usage of std::list | louiz’ | |
2016-05-04 | Style fix | louiz’ | |
Move all constructors at the top of classes | |||
2015-09-18 | Introduce the configure ad-hoc command on irc servers | Florent Le Coz | |
Provides two options for now, and they have no effect yet | |||
2015-09-18 | Also a xdg_data_path | Florent Le Coz | |
2015-09-18 | Create a xdg_path function | Florent Le Coz | |
2015-05-28 | louloulibs is directly included, instead of being a submodule | Florent Le Coz | |
Because this is a nightmare to manage | |||
2015-05-27 | Avoid some potential race conditions by blocking the signals we manage | Florent Le Coz | |
They are atomically unblocked in the ppoll/epoll_pwait calls, avoiding any race condition on the check of the “stop” or “reload” booleans. | |||
2015-05-13 | Update to latest louloulibs revision, and add test for hostname validity | Florent Le Coz | |
fix #2694 | |||
2015-05-07 | Update to latest louloulibs | Florent Le Coz | |
fix #3042 | |||
2015-04-21 | Properly check for connecting or connected status before reconnecting | Florent Le Coz | |
Note, in our context, is_connecting() includes the resolving part as well as the actual connection (if we are using c-ares) fix #3048 | |||
2015-04-20 | Update louloulibs submodule to the correct revision | Florent Le Coz | |
2015-04-20 | Decode incoming JIDs local part according to xep 0106 | Florent Le Coz | |
This let users send message to nicks such as Q@CServe.quakenet.org fix #3047 | |||
2015-03-04 | Update to latest louloulibs revision | Florent Le Coz | |
2015-03-02 | Update to latest louloulibs revision | Florent Le Coz | |
2015-03-02 | Update louloulibs to last revision | Florent Le Coz | |
2015-02-27 | Only use include_directory() if the directory path is defined | Florent Le Coz | |
2015-02-27 | Add louloulibs as a submodule | Florent Le Coz | |