Age | Commit message (Expand) | Author |
2014-02-17 | Include role and affiliation in the join presence of the nick change process | Florent Le Coz |
2014-02-17 | Log (xmpp) stream-level errors | Florent Le Coz |
2014-02-17 | Revert "Do not include an empty item XML element in join presences" | Florent Le Coz |
2014-02-08 | Handle most generic error IRC messages | Florent Le Coz |
2014-02-08 | Enable TCP keepalive on sockets | Florent Le Coz |
2014-02-08 | Add missing logger include | Florent Le Coz |
2014-02-08 | Do not include an empty item XML element in join presences | Florent Le Coz |
2014-02-08 | Use strerror and log_error instead of perrror | Florent Le Coz |
2014-02-08 | Be verbose about IRC server connection failures, and handle them properly | Florent Le Coz |
2014-01-28 | Jidprep also handles the resource part | Florent Le Coz |
2014-01-14 | Fix the build system to correctly include config.h | Florent Le Coz |
2014-01-13 | Add missing stdexcept includes | Florent Le Coz |
2014-01-13 | Do not change the affiliation/role to "none"/"participant" when changing nick | Florent Le Coz |
2014-01-13 | Little README fixes | Florent Le Coz |
2014-01-13 | Remove cryptopp dependency, directly include a simple sha1 implementation | Florent Le Coz |
2014-01-06 | Also set the role and affiliation of users already in the chan | Florent Le Coz |
2014-01-04 | Add missing errno.h includes | Florent Le Coz |
2014-01-04 | Document the shutdown procedure | Florent Le Coz |
2014-01-04 | Fix a bug when receiving a topic change | Florent Le Coz |
2014-01-04 | Possibility to change a channel's topic | Florent Le Coz |
2014-01-04 | Convert received modes into roles and affiliations | Florent Le Coz |
2014-01-04 | Do not throw an exception when recv returns and error, just close the socket | Florent Le Coz |
2014-01-04 | Use isupport informations to know the user modes when joining | Florent Le Coz |
2014-01-04 | Basic isupport support | Florent Le Coz |
2014-01-04 | Handle nickname conflicts by sending the correct XMPP error presence | Florent Le Coz |
2014-01-04 | Remove disconnected IrcClients | Florent Le Coz |
2014-01-04 | Keep a "connected" state in the SocketHandler class | Florent Le Coz |
2014-01-04 | Be verbose about the connection status, and some errors | Florent Le Coz |
2014-01-04 | Handle topic changes | Florent Le Coz |
2014-01-04 | Check that channels are joined before acting on objects in it | Florent Le Coz |
2014-01-04 | Shutdown cleanly on SIGINT | Florent Le Coz |
2013-12-24 | Do not mismatch password and hostname in the config error help message | Florent Le Coz |
2013-12-24 | connect() returns a boolean | Florent Le Coz |
2013-12-23 | Read a variable number of bytes, 4096 by default | Florent Le Coz |
2013-12-23 | Correctly send the part message to IRC | 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-09 | Lowercase the chan names in two missing cases | Florent Le Coz |
2013-12-08 | Document the log_file and log_level configuration options | Florent Le Coz |
2013-12-08 | Document the bare-JID-for-IRC-users feature | Florent Le Coz |
2013-12-08 | Provide the doc in markdown format | 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-08 | Enforce a simple limit of 400 bytes for IRC messages body | Florent Le Coz |
2013-12-03 | Display all the MODE arguments in the message | Florent Le Coz |
2013-12-03 | Use the logger everywhere | Florent Le Coz |
2013-12-03 | Add a logger class | Florent Le Coz |
2013-12-03 | Fix a parenthesis ambiguity | Florent Le Coz |