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
Age
Commit message (
Collapse
)
Author
2016-12-08
Force the freebsd build to use clang++
louiz’
2016-12-08
ci: Don’t display g++ and clang++ --version
louiz’
2016-12-08
ci: don’t set the locale env variablesx
louiz’
2016-12-08
Add a freebsd ci test
louiz’
2016-12-08
e2e: Accept even more unordered things in the connection sequence
louiz’
2016-12-04
Avoid a potential nullptr dereference
louiz’
2016-12-04
CI: add the docker tag for coverity and sonar-qube jobs
louiz’
2016-12-04
In the docker images, use port 1113 for charybdis’ identd connection
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’
If available in Botan. There is an issue where, if botan supports it but we don’t enable it, then the TLS handshake may fail with some servers
2016-11-25
Do not fail to build if litesql is not there
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 “unused parameter” warning
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
e2e tests that the IRC server received an ident response
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’
fix #3211
2016-11-11
Add missing cstring include for strerror
louiz’
2016-11-11
Move all the connect() logic from TCPSocketHandler into a subclass
louiz’
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).
2016-11-10
Update the doc to say that we support xep 0059
louiz’
2016-11-09
Start version 5.0
louiz’
2016-11-09
Release version 4.0
4.0
louiz’
2016-11-09
Little update to the changelog
louiz’
2016-11-07
Remove a never reached (and non-sensical) error
louiz’
2016-11-07
Test the error on joining invalid room
louiz’
2016-11-07
Workaround for debian and other old OS that do not have std::put_time
louiz’
2016-11-07
Add <algorithm> back
louiz’
2016-11-07
Add a missing <chrono> include
louiz’
2016-11-07
Trivial refactor of get_user_bridge function
louiz’
2016-11-07
Add get-irc-connection-info adhoc command
louiz’
fix #3171
2016-11-03
Test the global and IRC server configure commands
louiz’
2016-11-02
Fix the presences sent, when multiple resources join the virtual channel
louiz’
fix #3216
2016-11-01
Refactor load_certs()
louiz’
2016-11-01
Disable e2e tests on openbsd
louiz’
2016-11-01
And fix the bw-output path…
louiz’
[skip-ci]
2016-11-01
Fix the sonar-qube submission
louiz’
2016-10-31
Fix the openbsd test, again
louiz’
2016-10-31
Automate the sonar-qube scanner submission in the ci process
louiz’
2016-10-31
Fix the openbsd test, do not use coverage on it
louiz’
2016-10-31
Revert the whole nproc thing
louiz’
2016-10-31
Coin coin
louiz’
2016-10-31
ci: Fix the nproc thingy
louiz’
2016-10-31
Some cleanups
louiz’
[next]