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
/
louloulibs
Age
Commit message (
Expand
)
Author
2015-10-28
Refactor XmppParser::end_element to make it clearer
Florent Le Coz
2015-10-26
Style, add a few “this->”
Florent Le Coz
2015-10-26
Fix some trivial issues reported by cppcheck
Florent Le Coz
2015-10-26
Fix a build issue when compiling without cares
Florent Le Coz
2015-10-26
Remove a unused_parameter warning
Florent Le Coz
2015-10-26
Remove some more debug thing
Florent Le Coz
2015-10-26
Remove some debug thing that should not have been committed
Florent Le Coz
2015-10-15
Separate the DNS resolution logic from the TCP communication logic
Florent Le Coz
2015-09-22
Catch TLS exceptions, close the connection and inform the user of the error
Florent Le Coz
2015-09-18
Introduce the configure ad-hoc command on irc servers
Florent Le Coz
2015-09-18
XmlNode::add_child can also take a copy of a node
Florent Le Coz
2015-09-18
Add an AdhocCommandsHandler to store commands specific to IRC servers
Florent Le Coz
2015-09-18
Store the target jid in the AdhocSession objects
Florent Le Coz
2015-09-18
Also a xdg_data_path
Florent Le Coz
2015-09-18
Create a xdg_path function
Florent Le Coz
2015-09-01
Trivial cleanup
Florent Le Coz
2015-09-01
Use unique_ptr to store the XmlNode’s children
Florent Le Coz
2015-09-01
Little cleanup of the XmlNode class
Florent Le Coz
2015-09-01
XmlNode::to_string uses an ostringstream instead of a string
Florent Le Coz
2015-09-01
XmlNodes are now always closed
Florent Le Coz
2015-07-09
Display the resolved IP in debug logs
Florent Le Coz
2015-07-09
If hostname resolution fails, do not try all possible ports
Florent Le Coz
2015-07-09
Send the cares error message before cleaning it
Florent Le Coz
2015-07-09
Check for timeouts on the DNS resolution using c-ares
Florent Le Coz
2015-07-09
Fix the log_* macros to not have two ; at the end of lines
Florent Le Coz
2015-07-08
Minor comment typo
Florent Le Coz
2015-06-09
Do not send the admin-only adhoc commands to non-admin users
Florent Le Coz
2015-05-28
louloulibs is directly included, instead of being a submodule
Florent Le Coz
2015-05-27
Avoid some potential race conditions by blocking the signals we manage
Florent Le Coz
2015-05-13
Update to latest louloulibs revision, and add test for hostname validity
Florent Le Coz
2015-05-07
Update to latest louloulibs
Florent Le Coz
2015-04-21
Properly check for connecting or connected status before reconnecting
Florent Le Coz
2015-04-20
Update louloulibs submodule to the correct revision
Florent Le Coz
2015-04-20
Decode incoming JIDs local part according to xep 0106
Florent Le Coz
2015-03-04
Update to latest louloulibs revision
Florent Le Coz
2015-03-02
Update to latest louloulibs revision
Florent Le Coz
2015-03-02
Update louloulibs to last revision
Florent Le Coz
2015-02-27
Only use include_directory() if the directory path is defined
Florent Le Coz
2015-02-27
Add louloulibs as a submodule
Florent Le Coz