summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)Author
2015-02-27Remove all the libs that are now in louloulibsFlorent Le Coz
2015-02-25Do not handle the "%" char in a special way, in the fixed_server modeFlorent Le Coz
2015-02-25Add support for a fixed_irc_server configurationFlorent Le Coz
2015-02-24Add a reload add-hoc commandFlorent Le Coz
2015-01-26Fix the include guard of revstr.hppFlorent Le Coz
2014-12-17Fix a few issues reported by static analyzersFlorent Le Coz
2014-11-12Add utils::revstrFlorent Le Coz
2014-06-28Add missing <string> include in timed_events.hppFlorent Le Coz
2014-05-30TimedEventsManager is now a singletonFlorent Le Coz
2014-05-30Timed events can have a name, and can be canceled based on their nameFlorent Le Coz
2014-05-28Introduce the timed eventsFlorent Le Coz
2014-04-28Remove binary.hpp and use the c++14 feature 0bFlorent Le Coz
2014-04-28Upgrade to C++14Florent Le Coz
2014-01-13Add missing stdexcept includesFlorent Le Coz
2014-01-13Remove cryptopp dependency, directly include a simple sha1 implementationFlorent Le Coz
2013-12-15Functions to provide xml-valid stringsFlorent Le Coz
2013-12-08Put utils::tolower definition in its own cpp fileFlorent Le Coz
2013-11-28Channel names are case insensitiveFlorent Le Coz
2013-11-21Send XMPP multi-line messages as multiple IRC messagesFlorent Le Coz
2013-11-12Basic handling of modes, both waysFlorent Le Coz
2013-11-10Fix the include of the config.hFlorent Le Coz
2013-11-10And actually use the values found by cmakeFlorent Le Coz
2013-11-10Properly detect iconv features to compileFlorent Le Coz
2013-11-09Check UTF-8 encoding, and convert strings to UTF-8Florent Le Coz
2013-11-06Add make_unique.hpp and split.hppFlorent Le Coz
2013-11-02First step of the connection skeletonFlorent Le Coz