~singpolyma/biboumi

ref: 50cadf3dac0d56ef8181d1800cc30f8dcb749141 biboumi/src/irc/irc_client.cpp -rw-r--r-- 43.8 KiB
50cadf3d — louiz’ 5 years ago
Implement our own database ORM, and update the whole code to use it

Entirely replace LiteSQL

fix #3271
0ee53325 — louiz’ 5 years ago
Handle messages 367 and 368 to display the banlist in the MUC

fix #3234
3079c38d — louiz’ 5 years ago
Refactor the channel::self to point at the existing user

This way, the user is always up to date, instead of being a duplicate out of
sync.

fix #3258
bb150d58 — louiz’ 5 years ago
Redirect welcome NOTICE to their channel, instead of sending a global one

fix #3236
0a8a77e6 — louiz’ 5 years ago
Fix a segmentation fault when connecting to a server without a port

fix #3260
3af9d0ac — louiz’ 5 years ago
Make sure we don’t exceed 512 bytes when grouping JOINs
f588ce07 — louiz’ 5 years ago
Group simultaneous JOINs into a single command, to avoid flooding

We still split the JOINs with a key and the ones without
be9c577d — louiz’ 5 years ago
Apply all the clang-tidy performance-* fixes
ccb4ee09 — louiz’ 5 years ago
Apply all the clang-tidy misc-* fixes
5402a256 — louiz’ 5 years ago
Apply all the clang-tidy modernize-* fixes
1a09c965 — louiz’ 5 years ago
Remove two sneaky log_debug
4baedc45 — louiz 5 years ago
Merge branch 'persistent_chans' into 'master'

Add a Persistent option on channels

Closes #3230

See merge request !6
b7789fe5 — louiz’ 6 years ago
Add a Persistent option on channels

fix #3230
0ab40dc1 — louiz’ 6 years ago
Refactoring louloulibs and cmake

Use OBJECT libraries
Remove the louloulibs directory
Write FOUND variables in the cache
a0a2de3b — louiz’ 6 years ago
Revert "Don’t send the unavailable presence to all resources, in the virtual channel"

This reverts commit 38ff50f5d2ca356f659429ff57546bd2364a0fef.
38ff50f5 — louiz’ 6 years ago
Don’t send the unavailable presence to all resources, in the virtual channel
f0bc6c83 — louiz’ 6 years ago
Pass the shared_ptr by reference, to avoid useless copies
3ae4937f — louiz’ 6 years ago
Add missing <algorithm> include for last commit
6ececd9f — louiz’ 6 years ago
Only try to join chans only once, even if we received multiple presences

ref #3228
4792c706 — louiz’ 6 years ago
Send a presence error from the room, when receiving command ERR_BADCHANNELKEY

fix #2886
Next