summaryrefslogtreecommitdiff
path: root/src/irc/iid.hpp
AgeCommit message (Expand)Author
2017-04-07Apply all the clang-tidy modernize-* fixeslouiz’
2016-12-11Add a None type for the Iid class (when the iid is completely empty)louiz’
2016-10-03Fix some compilation warning/errors that appear on FreeBSDlouiz’
2016-09-22Add the missing & for 3 std::string function argumentslouiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
2016-07-04Replace all include guards by #pragma oncelouiz’
2016-06-21Add XEP-0106 support to the bridgeEmmanuel Gil Peyrot
2016-06-08Support multiple nick session, except for IQslouiz’
2016-05-04Style fixlouiz’
2015-02-25Add support for a fixed_irc_server configurationFlorent Le Coz
2014-11-12Rename iq_responder_callback_t to irc_… and add the equivalent to wait for iqsFlorent Le Coz
2014-06-19Implement a way to add callbacks, waiting for an IRC event to return an iqFlorent Le Coz
2014-06-11Rewrite the whole IID usageFlorent Le Coz
2013-11-07Send and receive messagesFlorent Le Coz
2013-11-06Implement the Bridge class to translate between the two protocolsFlorent Le Coz