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
2017-01-06
Fix an use-after-free
louiz’
2017-01-06
Use udns instead of c-ares
louiz’
2016-12-14
Introduce a XmlSubNode class that automatically adds itself into its parent
louiz’
2016-12-14
e2e: test connection failure
louiz’
2016-12-13
Include the <text/> element in stanza error when there IS a text
louiz’
2016-12-13
Switch back to using std::cout instead of std::clog
louiz’
2016-12-13
Remove the useless nullptr argument for the XmlNode constructor
louiz’
2016-12-13
Include the optional <text/> node in the send_presence_error
louiz’
2016-12-12
Auto accept presence subscription
louiz’
2016-12-10
The logger writes to std::clog
louiz’
2016-12-10
The config module doesn’t use the logger at all
louiz’
2016-12-09
Use an other implementation of a null_stream for the logger
louiz’
2016-12-08
Don’t use global static members but functions that return a reference to an...
louiz’
2016-12-08
Init some members of TcpClientSocketHandler
louiz’
2016-12-08
In time.cpp, use the en_US.UTF-8 locale, instead of en_US.utf-8
louiz’
2016-12-08
Use a portable way to get the relative paths into __FILENAME__
louiz’
2016-12-07
Add some missing includes
louiz’
2016-12-04
Update the verify_certificate_chain code to work with botan >= 1.11.34 as well
louiz’
2016-12-04
Add a missing ifdef botan
louiz’
2016-12-04
Add some missing botan includes
louiz’
2016-12-04
Clean a few more things
louiz’
2016-12-02
Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones)
louiz’
2016-12-02
TLS: Enable ecc point compression
louiz’
2016-11-16
move is_connecting outside of an ifdef
louiz’
2016-11-16
Remove some useless virtual method from SocketHandler
louiz’
2016-11-16
Fix an error on gcc 4.9, because it is so stupid it can’t find operator""s
louiz’
2016-11-16
Trivial include cleanup
louiz’
2016-11-16
Remove an unused variable
louiz’
2016-11-15
Fix some little compilation errors with some configs, from last commit
louiz’
2016-11-15
Support the ident protocol
louiz’
2016-11-11
Add missing cstring include for strerror
louiz’
2016-11-11
Move all the connect() logic from TCPSocketHandler into a subclass
louiz’
2016-11-07
Remove a never reached (and non-sensical) error
louiz’
2016-11-07
Workaround for debian and other old OS that do not have std::put_time
louiz’
2016-11-07
Add a missing <chrono> include
louiz’
2016-11-07
Add get-irc-connection-info adhoc command
louiz’
2016-11-01
Refactor load_certs()
louiz’
2016-10-31
Some cleanups
louiz’
2016-10-31
Remove unused roster code
louiz’
2016-10-31
Trivial cleanup
louiz’
2016-10-31
Make AddrinfoDeleter a class
louiz’
2016-10-31
Rename a variable that shadows a class member
louiz’
2016-10-27
Refactor remove_invalid_xml_chars to use correct types directly
louiz’
2016-10-27
Directly use Botan::byte instead of char, to avoid an unnecessary cast
louiz’
2016-10-26
Refactor the sha1 digest into its own function, and do not use sprintf
louiz’
2016-10-20
Optimize tcp_socket::on_send by using vector::erase() only once per call
louiz’
2016-10-20
Very little optimization by using a simpler scope_guard when possible
louiz’
2016-10-12
On EINPROGRESS, we need to also check for read events (because openBSD lies)
louiz’
2016-10-12
Fix an off-by-one issue in the POLL code
louiz’
2016-10-11
Conditionally use strptime if we don’t have std::get_time
louiz’
[next]