~singpolyma/biboumi

4ab3cd65 — louiz’ 6 years ago
Fix some little compilation errors with some configs, from last commit
d872c2b4 — louiz’ 6 years ago
Support the ident protocol

fix #3211
ed7e6647 — louiz’ 6 years ago
Add missing cstring include for strerror
0c8adc85 — louiz’ 6 years ago
Move all the connect() logic from TCPSocketHandler into a subclass

This way, TCPSocketHandler only deal with the message sending/receiving, not
the connect() or anything else.  This will be used for implementing servers
(because when a client is accepted, we don’t need all the connect() and dns
resolution stuff).
c41d003c — louiz’ 6 years ago
Update the doc to say that we support xep 0059
085c858c — louiz’ 6 years ago
Start version 5.0
9634cdab — louiz’ 6 years ago
Release version 4.0
009aff52 — louiz’ 6 years ago
Little update to the changelog
b5beb043 — louiz’ 6 years ago
Remove a never reached (and non-sensical) error
f36bccd7 — louiz’ 6 years ago
Test the error on joining invalid room
a52baa52 — louiz’ 6 years ago
Workaround for debian and other old OS that do not have std::put_time
597cfce4 — louiz’ 6 years ago
Add <algorithm> back
94cebfcd — louiz’ 6 years ago
Add a missing <chrono> include
962bac47 — louiz’ 6 years ago
Trivial refactor of get_user_bridge function
7376831b — louiz’ 6 years ago
Add get-irc-connection-info adhoc command

fix #3171
50d7590d — louiz’ 6 years ago
Test the global and IRC server configure commands
c70301e5 — louiz’ 6 years ago
Fix the presences sent, when multiple resources join the virtual channel

fix #3216
f50f5065 — louiz’ 6 years ago
Refactor load_certs()
e1934a0b — louiz’ 6 years ago
Disable e2e tests on openbsd
e565efd3 — louiz’ 6 years ago
And fix the bw-output path…

[skip-ci]
Next