Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-02 | Add postgresql support | louiz’ | |
2017-04-30 | Make botan’s policy configurable from a file | louiz’ | |
fix #3244 | |||
2017-02-27 | Use uname() instead of CMAKE_SYSTEM | louiz’ | |
fix #3235 | |||
2017-02-15 | Little scopeguard cleanup, and add a test | 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-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-21 | Add get_first_non_empty and use it into Database to simplify a little bit | louiz’ | |
2016-06-15 | cut messages at 512 bytes, taking into account the UTF-8 codepoints | louiz’ | |
ref #3067 | |||
2016-06-14 | Refactor, test and improve the way we cut too-long messages for IRC | louiz’ | |
2015-10-31 | Add a few tests | Florent Le Coz | |
2015-10-29 | Use Catch for our test suite | Florent Le Coz | |
`make check` is also added to compile and run the tests Catch is fetched with cmake automatically into the build directory when needed |