~singpolyma/biboumi

3cfaab9a — Florent Le Coz 10 years ago
Map irc commands to callbacks, in a clean way
5817a95b — Florent Le Coz 10 years ago
Basic handling of modes, both ways
b60cbda4 — Florent Le Coz 10 years ago
Read the served hostname from the config file
2be4811d — Florent Le Coz 10 years ago
Unescape XML before sending messages over IRC
096a4e3b — Florent Le Coz 10 years ago
Handle nick changes, both ways
f0d9273d — Florent Le Coz 10 years ago
Add a Config module, and use it to get the password from a file
10d52871 — Florent Le Coz 10 years ago
Handle private messages, both ways
7ba2d0fb — Florent Le Coz 10 years ago
Handle the ACTION (/me) IRC command, both ways
a992e281 — Florent Le Coz 10 years ago
Connect to localhost instead of the served hostname

Because the XMPP component connection is only available locally, the XMPP
servers proably only listen on 127.0.0.1 instead of 0.0.0.0.
0bb7ee01 — Florent Le Coz 10 years ago
Handle IRC QUIT command
af4fc92c — Florent Le Coz 10 years ago
Fix the include of the config.h
5cb81cac — Florent Le Coz 10 years ago
And actually use the values found by cmake
ef014f7d — Florent Le Coz 10 years ago
Properly detect iconv features to compile
6a43d350 — Florent Le Coz 10 years ago
Add include for perror
3d923603 — Florent Le Coz 10 years ago
Use the Expat library directly instead of relying on expatpp

And now we handle namespaces, yay.
And a nice little test.
8acd7a02 — Florent Le Coz 10 years ago
Aaaand, I forgot to add files
7c671499 — Florent Le Coz 10 years ago
Implement part and join, both ways
f38b31a6 — Florent Le Coz 10 years ago
Remove IRC colors from the body when forwarding it to XMPP
af554889 — Florent Le Coz 10 years ago
Cosmetic
ccebe901 — Florent Le Coz 10 years ago
Check UTF-8 encoding, and convert strings to UTF-8

Handle conversion errors properly by inserting � instead.  Add a binary
header to provide portable way to write binary literals (I like them) Also
add a test file.  ref #2404
Next