Age | Commit message (Expand) | Author |
2015-10-26 | Fix the jidprep tests when built without libidn | Florent Le Coz |
2015-10-24 | Display a success message at the end of the test suite | Florent Le Coz |
2015-10-24 | Some little fixes in test.cpp | Florent Le Coz |
2015-10-15 | Separate the DNS resolution logic from the TCP communication logic | Florent Le Coz |
2015-09-21 | Provide Ports and TLS Ports IRC-server ad-hoc options | Florent Le Coz |
2015-09-18 | Introduce the configure ad-hoc command on irc servers | Florent Le Coz |
2015-09-18 | Introduce an optional Database module | Florent Le Coz |
2015-09-18 | Also a xdg_data_path | Florent Le Coz |
2015-09-18 | Create a xdg_path function | Florent Le Coz |
2015-05-13 | Update to latest louloulibs revision, and add test for hostname validity | Florent Le Coz |
2015-04-21 | Revert "Decode incoming JIDs local part according to xep 0106" | Florent Le Coz |
2015-04-20 | Decode incoming JIDs local part according to xep 0106 | Florent Le Coz |
2015-02-25 | Do not handle the "%" char in a special way, in the fixed_server mode | Florent Le Coz |
2015-02-25 | Add support for a fixed_irc_server configuration | Florent Le Coz |
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz |
2014-11-24 | Cache the result of jidprep() | Florent Le Coz |
2014-11-12 | Add utils::revstr | Florent Le Coz |
2014-06-30 | Fix a typo | Florent Le Coz |
2014-06-30 | Enable assert() even in release mode, in the test_suite | Florent Le Coz |
2014-06-11 | Rewrite the whole IID usage | Florent Le Coz |
2014-06-08 | Convert \n to <br/> in xhtml body | Emmanuel Gil Peyrot |
2014-05-30 | TimedEventsManager is now a singleton | Florent Le Coz |
2014-05-30 | Timed events can have a name, and can be canceled based on their name | Florent Le Coz |
2014-05-30 | Use libuuid to generate unique IDs for iq and adhoc sessions | Florent Le Coz |
2014-05-30 | XmlNode’s copy constructor now recursively copies the children nodes as well | Florent Le Coz |
2014-05-28 | Change the way the namespaces are handled in the XmlNode class | Florent Le Coz |
2014-05-28 | Move the logging + config test on first position | Florent Le Coz |
2014-05-28 | Introduce the timed events | Florent Le Coz |
2014-05-14 | Correctly handle the usage of ! as a IRC user mode indicator | Florent Le Coz |
2014-05-06 | Implement next_id() to | Florent Le Coz |
2014-04-21 | The logging test is less ambiguous | Florent Le Coz |
2014-04-21 | Improve the test on jidprep | Florent Le Coz |
2014-04-21 | test.cfg file is now created by the test suite | Florent Le Coz |
2014-04-18 | Actually do the last commit, but completely this time | Florent Le Coz |
2014-04-17 | No more missing text when converting IRC colors to xhtml-im | Florent Le Coz |
2014-04-15 | Merge branch 'master' into dummy_chan | Florent Le Coz |
2014-04-13 | [WIP] DummyIrcChannel | Florent Le Coz |
2014-04-11 | Do not use exceptions for missing tags, improvement in code simplicity | Florent Le Coz |
2014-01-28 | Jidprep also handles the resource part | Florent Le Coz |
2013-12-15 | Use XML-sanitized strings when serializing stanzas for the XMPP server | Florent Le Coz |
2013-12-15 | Functions to provide xml-valid strings | Florent Le Coz |
2013-12-08 | Provide a JID for IRC users, and add a stringprep dependency for this | Florent Le Coz |
2013-12-03 | Add a logger class | Florent Le Coz |
2013-11-28 | Channel names are case insensitive | Florent Le Coz |
2013-11-28 | Print some stuff when ./test is running | Florent Le Coz |
2013-11-28 | Implement IRC format to xhtml-im conversion | Florent Le Coz |
2013-11-27 | Remove incomplete implementation of remove_irc_colors | Florent Le Coz |
2013-11-21 | Send XMPP multi-line messages as multiple IRC messages | Florent Le Coz |
2013-11-16 | Add a test for xml escape/unescape | Florent Le Coz |
2013-11-14 | Fix JID parsing | Emmanuel Gil Peyrot |