index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
iid.cpp
Age
Commit message (
Expand
)
Author
2017-07-20
In fixed mode, fix the iid type of the component JID
louiz’
2017-04-07
Apply all the clang-tidy misc-* fixes
louiz’
2017-04-07
Apply all the clang-tidy modernize-* fixes
louiz’
2016-12-11
Add a None type for the Iid class (when the iid is completely empty)
louiz’
2016-10-03
Fix some compilation warning/errors that appear on FreeBSD
louiz’
2016-09-22
Add the missing & for 3 std::string function arguments
louiz’
2016-08-10
Don’t use ! as the separator for nicknames, use % instead
louiz’
2016-06-21
Add XEP-0106 support to the bridge
Emmanuel Gil Peyrot
2016-06-08
Support multiple nick session, except for IQs
louiz’
2016-05-04
Style fix
louiz’
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-06-19
Implement a way to add callbacks, waiting for an IRC event to return an iq
Florent Le Coz
2014-06-11
Rewrite the whole IID usage
Florent Le Coz
2013-11-07
Send and receive messages
Florent Le Coz
2013-11-06
Implement the Bridge class to translate between the two protocols
Florent Le Coz