summaryrefslogtreecommitdiff
path: root/src/irc/iid.cpp
AgeCommit message (Expand)Author
2017-07-20In fixed mode, fix the iid type of the component JIDlouiz’
2017-04-07Apply all the clang-tidy misc-* fixeslouiz’
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-06-21Add XEP-0106 support to the bridgeEmmanuel Gil Peyrot
2016-06-08Support multiple nick session, except for IQslouiz’
2016-05-04Style fixlouiz’
2015-04-21Revert "Decode incoming JIDs local part according to xep 0106"Florent Le Coz
2015-04-20Decode incoming JIDs local part according to xep 0106Florent 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
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