Age | Commit message (Collapse) | Author |
|
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
|
|
These requests are only meant to be received by the room itself. The
participant must answer with not-implemented instead.
fix #3323
|
|
fix #3322
|
|
See https://xmpp.org/extensions/xep-0045.html#privatemessage
fix #3321
|
|
Even if we built with postgresql’s support
|
|
|
|
|
|
|
|
|
|
fix #3293
|
|
This makes sure that multi-lines messages are properly parsed as a single
message by journald.
fix #3268
|
|
fix #3284
|
|
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
|
|
|
|
Otherwise, these fields cannot be emptied by the user
fix #3281
|
|
fix #3285
|
|
fix #3224
|
|
|
|
|
|
|
|
|
|
|
|
|