~singpolyma/biboumi

79cdf170 — Florent Le Coz 7 years ago
Use the configured encoding value when decoding received messages
b0c3aa0b — Florent Le Coz 7 years ago
Defaults the encoding in the DB to latin-1
cb0209bb — Florent Le Coz 7 years ago
Also provide in and out encoding configure options for IRC servers
1fc3fa1b — Florent Le Coz 7 years ago
Add an ad-hoc configure command on IRC channels

Include encodingIn and encodingOut options, unused at the moment
421c960d — Florent Le Coz 7 years ago
Add a ChannelOptions table in the DB

And a way to retrieve its values, defaulting on the ServerOptions for unset
values.
9ac0d3a5 — Florent Le Coz 7 years ago
A few cleanups, and make a few things more modern
9167cdf1 — Florent Le Coz 7 years ago
Notify systemd when the process is stopping
9714d020 — Florent Le Coz 7 years ago
Also store a reference instead of a pointer, in AdhocCommandsHandler
7e242714 — Florent Le Coz 7 years ago
Use references instead of raw pointer, to store the “parent” object

In Bridge and IrcClient
8ddbe8d3 — Stuart Mumford 7 years ago
Make the XMPP server address configurable.

fix #3145
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++
Next