Age | Commit message (Collapse) | Author |
|
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
|
|
Because some plateform accept Z and z, but some only accept z…
|
|
|
|
ref #2948
|
|
Also add a e2e test for the list query
|
|
fix #3209
|
|
If anybody knows why fedora accepts both, but it only works with %z on
debian, please tell me.
|
|
|