Age | Commit message (Collapse) | Author |
|
|
|
Stop allowing the 1024-bit for irc.ppirc.net
See merge request louiz/biboumi!16
|
|
compat: revert to using sqlite's close() function for compat with older distros.
See merge request !17
|
|
close_v2(), in use before this commit, was introduced as part of sqlite 3.7.14
(2012-09-03), and is as such incompatible with debian wheezy (3.7.13) and
centos6 (3.6.20).
FTR, Wheezy will be supported until May 2018, and centos6, until November 2020.
|
|
|
|
|
|
|
|
Set symbol visibility to hidden in cmake
See merge request !15
|
|
This reduces the size of the final binary by 12% by not including
symbols, and thus function bodies that have been inlined for example.
|
|
|
|
|
|
fix #3293
|
|
This makes sure that multi-lines messages are properly parsed as a single
message by journald.
fix #3268
|
|
fix #3284
|
|
[skip-ci]
|
|
|
|
Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0)
attributes.
fix #3270
|
|
Instead of irc.example.com@biboumi, because that’s actually user named
“irc.example.com”, in that case.
And that fixes the raw messages in fixed mode.
fix #3286
|
|
This immensely speeds up the archive select queries.
fix #3292
|
|
|
|
|
|
fix #3291
|
|
|
|
fix #3290
|
|
|
|
fix #3290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, these fields cannot be emptied by the user
fix #3281
|
|
fix #3285
|
|
fix #3224
|
|
|
|
fix #3274
|
|
|
|
fix #3277
|
|
|
|
Use a db roster to manage biboumi’s presence with the contacts
Closes #3217
See merge request !13
|
|
|