Age | Commit message (Collapse) | Author |
|
|
|
fix #3235
|
|
fix #2694 (yeah, it was closed, but it was badly fixed)
|
|
|
|
ref #3231
|
|
|
|
|
|
And add tests for all the mode changes
|
|
|
|
|
|
|
|
|
|
fix #2886
|
|
|
|
As the doc says, the nick changes must be explicit in an already joined
room, and not when joining a room.
|
|
|
|
|
|
|
|
After printing the message, it calls “call_soon(run_scenario)”, and
sometimes, if a stanza handler has already been queued, then that handler
will be called BEFORE the “run_scenario” function could be run, and so no
stanza_checker had the possibility to be set.
|
|
|
|
|
|
|
|
fix #3171
|
|
|
|
fix #3216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a4d67ce041f50e0d25e2b47d04cc25bdad86a048.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See
https://lab.louiz.org/louiz/biboumi/issues/3215
https://github.com/andikleen/glibc/blob/master/time/strptime_l.c#L746-L747
for why strptime() sucks
We use std::get_time now, to parse the date and time. And we parse the
timezone by hand.
fix #3215
|
|
different order
Also, some tests that were raising some exception and thus were not ran at all
fix #3213
|
|
|
|
fix #3069
|
|
fix #3210
|