~singpolyma/biboumi

57263961 — louiz’ 7 years ago
Fix a use after free in IrcChannel::remove_user
c1f678e4 — louiz’ 7 years ago
Fix a missing include for strlen
430bf3a6 — louiz’ 7 years ago
Properly calculate the maximum size of each message line, before cutting

fix #3067
849c50f9 — louiz’ 7 years ago
Save our own host, as reported by the server
4b1c580b — louiz’ 7 years ago
cut messages at 512 bytes, taking into account the UTF-8 codepoints

ref #3067
6235fb2d — louiz’ 7 years ago
Add get_next_codepoint_size
80d0c19c — louiz’ 7 years ago
Refactor, test and improve the way we cut too-long messages for IRC
19bca5c2 — louiz’ 7 years ago
Add a missing return bool in Config
4661f7fe — louiz’ 7 years ago
Fix a doc typo
e8671042 — louiz’ 7 years ago
Improve the signal handling by disabling them while an handler is running
46ff7366 — louiz’ 7 years ago
Clean the Config module, use static things instead of a stupid singleton
550ab46f — louiz’ 7 years ago
Make the logger tests more useful
5a2e6116 — louiz’ 7 years ago
Show off, with some variadic templates, for the logger module
ad4ccdbb — louiz’ 7 years ago
Display a message to tell if we found pandoc or not

fix #3177
abedca19 — Emmanuel Gil Peyrot 7 years ago
Make the default config file put the database in /var/lib
ad15924a — Emmanuel Gil Peyrot 7 years ago
Allow cmake to configure the systemd unit’s user and group
272c0e49 — louiz’ 7 years ago
Reset the preferred private JID when all resources leave a room

For example if we are talking in private with nick Joe from
room #foo, and then we leave that room, we start receiving Joe’s
message from the server-wide JID

e2e tests included!!!
7540f679 — louiz’ 7 years ago
Add some e2e tests to check that private messages come from the right JIDs
199f010f — louiz’ 7 years ago
Add a basic e2e test for channel and private messages
28300dff — louiz’ 7 years ago
Add a missing vector include
Next