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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
different order
Also, some tests that were raising some exception and thus were not ran at all
fix #3213
|
|
|
|
fix #3069
|
|
fix #3210
|
|
|
|
ref #2948
|
|
Also add a e2e test for the list query
|
|
fix #3209
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
|
|
|
|
This should fix #3205
|
|
|
|
It’s now easier to use. The distinction between a nick and a channel name is
based on the first character (by default it's '#' and '&'). The user doesn’t
have to worry about which separator to use anymore.
fix #3066
|
|
|
|
|
|
|
|
|
|
|