~singpolyma/biboumi

1f6eea62 — Florent Le Coz 8 years ago
Add an ad-hoc command to disconnect a user from one or more IRC server

fix #3077
700a6c7b — Florent Le Coz 8 years ago
JID class provides bare() and full() methods
756b2970 — Florent Le Coz 8 years ago
Small cleanup
284af791 — Florent Le Coz 8 years ago
Provide a “var” map in AdhocSession objects, to save values between each step
6a7cd5ee — Florent Le Coz 8 years ago
Do not forget to call freeaddrinfo, fix a memleak

For the getaddrinfo call we added in the previous commit, to convert the IP
provided in the conf.
05a82b81 — Florent Le Coz 8 years ago
Display a better error when connection fails

The error should not tell “while reading” when we are just connecting.
24176883 — Florent Le Coz 8 years ago
Add the outgoing_bind option

Lets the admin choose a local address to bind each outgoing (IRC) socket.
6dcb21a0 — Florent Le Coz 8 years ago
Document the fact that the joining-nick is ignored

fix #2695
a2fb3d05 — Florent Le Coz 8 years ago
Rename the CI build where we run the coverage
87d00ebe — Florent Le Coz 8 years ago
Coverage cannot run with clang++
296a16fa — Florent Le Coz 8 years ago
Do not segfault when trying to send TLS data over a not-yet connected socket
0620c8e5 — Florent Le Coz 8 years ago
Avoid leaking socket filedescriptors

When trying the various results of getaddrinfo, we forgot to close the
socket when one fails, before trying the next one.

Also use the destructor to make sure we do not have some other unrelated
leak.
5027b21f — Florent Le Coz 8 years ago
Add verifyCert field into the database
73dffca2 — Florent Le Coz 8 years ago
Only include the coverage flags when compiling with gcc
de6335b9 — Florent Le Coz 8 years ago
Fix a clang warning
a44372e1 — Florent Le Coz 8 years ago
Add a CI build with clang
5ce9d3f1 — Florent Le Coz 8 years ago
Make the CA file configurable
e8386bd1 — Florent Le Coz 8 years ago
Provide an adhoc option to let user pass the cert verif for some IRC servers
06db9b36 — Florent Le Coz 8 years ago
Fix the build without botan, caused by credentials_manager
4a518501 — Florent Le Coz 8 years ago
Verify TLS certificate with the given hostname, instead of a hardcoded one
Next