Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-11 | [cmake] Do not print useless messages when an optional lib is not found | Florent Le Coz | |
2014-04-30 | Use epoll on linux by default, poll otherwise | Florent Le Coz | |
2014-04-28 | Upgrade to C++14 | Florent Le Coz | |
2014-04-22 | Fix the CMakeLists.txt to correctly have -Ibuild/src/ | Florent Le Coz | |
2014-04-15 | Add support for systemd-daemon | Florent Le Coz | |
2014-04-13 | Improved doc rule in the cmake thing | Florent Le Coz | |
2014-04-13 | Do not link with pthread | Florent Le Coz | |
2014-03-14 | Fix the CMakeLists.txt regarding ronn | Florent Le Coz | |
2014-02-19 | Move CMake’s config.h(.cmake) files into src/ | Florent Le Coz | |
2014-02-17 | Build the man page as part of the build process, if ronn is found | Florent Le Coz | |
2014-02-17 | Make install rule | Florent Le Coz | |
2014-01-14 | Fix the build system to correctly include config.h | Florent Le Coz | |
2014-01-13 | Remove cryptopp dependency, directly include a simple sha1 implementation | Florent Le Coz | |
2013-12-08 | Provide a JID for IRC users, and add a stringprep dependency for this | Florent Le Coz | |
2013-12-08 | Put utils::tolower definition in its own cpp file | Florent Le Coz | |
2013-12-08 | Rewrite the FindIconv module cleanly | Florent Le Coz | |
2013-12-08 | Rewrite the FindCryptopp cmake module cleanly | Florent Le Coz | |
2013-12-03 | Use the logger everywhere | Florent Le Coz | |
2013-12-03 | Add a logger class | Florent Le Coz | |
2013-11-28 | fsanitize=address requires libasan, that’s a useless dependency. | Florent Le Coz | |
Also we cannot use both this feature and valgrind at the same time. So, I’ll just specify this flag myself when I need it, this doesn’t need to be there by default | |||
2013-11-21 | Let the user choose the poller to use through cmake POLLER option | Florent Le Coz | |
Use ccmake, or cmake -i, or cmake -DPOLLER=EPOLL, for example | |||
2013-11-14 | Link with pthread, required by cryptopp | Florent Le Coz | |
2013-11-12 | Basic handling of modes, both ways | Florent Le Coz | |
2013-11-10 | Add a Config module, and use it to get the password from a file | Florent Le Coz | |
2013-11-10 | Fix the include of the config.h | Florent Le Coz | |
2013-11-10 | And actually use the values found by cmake | Florent Le Coz | |
2013-11-10 | Properly detect iconv features to compile | Florent Le Coz | |
2013-11-10 | Use the Expat library directly instead of relying on expatpp | Florent Le Coz | |
And now we handle namespaces, yay. And a nice little test. | |||
2013-11-09 | Check UTF-8 encoding, and convert strings to UTF-8 | Florent Le Coz | |
Handle conversion errors properly by inserting � instead. Add a binary header to provide portable way to write binary literals (I like them) Also add a test file. ref #2404 | |||
2013-11-06 | Implement the Bridge class to translate between the two protocols | Florent Le Coz | |
Add all useful classes as well: Jid, Iid, IrcChannel, IrcUser etc to properly keep the informations about what we receive from the IRC server. Only handle the MUC join stanza, and send the list of users in the IRC channel to the XMPP user, and the IRC channel’s topic, for now. | |||
2013-11-03 | Add a basic XMPP component implementation, doing the authentication | Florent Le Coz | |
2013-11-03 | Add an XmppParser, and Stanza classes | Florent Le Coz | |
Generate events on stanza and stream open/close. Create Stanza and serialize them. Note: XML namespaces are not handled yet. | |||
2013-11-03 | Rename libirc and libxmpp to irc and xmpp | Florent Le Coz | |
2013-11-02 | Add initial CMakeLists.txt that compiles the current code | Florent Le Coz | |