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
/
test.cpp
Age
Commit message (
Expand
)
Author
2014-05-30
TimedEventsManager is now a singleton
Florent Le Coz
2014-05-30
Timed events can have a name, and can be canceled based on their name
Florent Le Coz
2014-05-30
Use libuuid to generate unique IDs for iq and adhoc sessions
Florent Le Coz
2014-05-30
XmlNode’s copy constructor now recursively copies the children nodes as well
Florent Le Coz
2014-05-28
Change the way the namespaces are handled in the XmlNode class
Florent Le Coz
2014-05-28
Move the logging + config test on first position
Florent Le Coz
2014-05-28
Introduce the timed events
Florent Le Coz
2014-05-14
Correctly handle the usage of ! as a IRC user mode indicator
Florent Le Coz
2014-05-06
Implement next_id() to
Florent Le Coz
2014-04-21
The logging test is less ambiguous
Florent Le Coz
2014-04-21
Improve the test on jidprep
Florent Le Coz
2014-04-21
test.cfg file is now created by the test suite
Florent Le Coz
2014-04-18
Actually do the last commit, but completely this time
Florent Le Coz
2014-04-17
No more missing text when converting IRC colors to xhtml-im
Florent Le Coz
2014-04-15
Merge branch 'master' into dummy_chan
Florent Le Coz
2014-04-13
[WIP] DummyIrcChannel
Florent Le Coz
2014-04-11
Do not use exceptions for missing tags, improvement in code simplicity
Florent Le Coz
2014-01-28
Jidprep also handles the resource part
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-08
Provide a JID for IRC users, and add a stringprep dependency for this
Florent Le Coz
2013-12-03
Add a logger class
Florent Le Coz
2013-11-28
Channel names are case insensitive
Florent Le Coz
2013-11-28
Print some stuff when ./test is running
Florent Le Coz
2013-11-28
Implement IRC format to xhtml-im conversion
Florent Le Coz
2013-11-27
Remove incomplete implementation of remove_irc_colors
Florent Le Coz
2013-11-21
Send XMPP multi-line messages as multiple IRC messages
Florent Le Coz
2013-11-16
Add a test for xml escape/unescape
Florent Le Coz
2013-11-14
Fix JID parsing
Emmanuel Gil Peyrot
2013-11-10
Add a Config module, and use it to get the password from a file
Florent Le Coz
2013-11-10
Use the Expat library directly instead of relying on expatpp
Florent Le Coz
2013-11-09
Remove IRC colors from the body when forwarding it to XMPP
Florent Le Coz
2013-11-09
Check UTF-8 encoding, and convert strings to UTF-8
Florent Le Coz