Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Also, invalid values result in -1 being set
|
|
|
|
The order of the messages received can be different, if the IRC server
decides so, or lags, or something.
|
|
|
|
|
|
|
|
Reasons explained in the comment in the code
|
|
|
|
fix #3354
|
|
fix #3346
|
|
fix #3311
|
|
|
|
fix #3360
|
|
|
|
|
|
fix #3356
|
|
|
|
Also simplify how we did the whole “limit + 1”
And fix one bad interpretation of the XEP for the case where the query has
no after or before restriction.
fix #3349
|
|
|
|
This reverts commit 857c7d3972a03cbeebf730d99b924d3710dee6a0.
|
|
Some template specialization were not found, because they were not declared
at the point they were used.
We moved things around, things are less inter-dependant, and also now it
works.
|
|
PLEASE backup your database before testing this commit, and report any
migration issue.
In postgresql, we use timestamp with timezone.
In sqlite3 we use REAL (the date is expressed as julianday)
This requires a migration of the muclogline_ table:
In postgresql it’s pretty simple, we convert all the integer into timestamps
With sqlite3, we actually rename the table, create the new one with the
correct type, then copy everything to the new table, with a conversion
function for the Date_ column, and then we delete the old table.
fix #3343
|
|
fix #3347
|
|
|
|
fix #3305
|
|
fix #3305
|
|
fix #3317
|
|
Instead, generate a uuid for that message
|
|
fix #3283
|
|
|
|
|
|
fix #3275
|
|
This reverts commit ba879a882e031d7b8503f78fe41d1210000c96ca.
|
|
|
|
|
|
fix #3339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because it’s only supported in gcc>=5.0
|
|
fix #3325
|