~singpolyma/biboumi

ref: 8cf0b833c47314ada66e6a25bbdb9a2178e096d0 biboumi/tests/end_to_end/__main__.py -rw-r--r-- 184.9 KiB
8cf0b833 — louiz’ 5 years ago
Make the IRC channel configuration form available from the MUC config

fix #3250
da701069 — louiz’ 5 years ago
Little fix and cleanup in the channels list code
f200126f — louiz’ 5 years ago
Add an execute_incomplete_hello_adhoc_command e2e test
f588ce07 — louiz’ 5 years ago
Group simultaneous JOINs into a single command, to avoid flooding

We still split the JOINs with a key and the ones without
78765a4b — louiz’ 5 years ago
Remove the e2e test for the linger_time
5ef674c4 — louiz’ 5 years ago
Revert "Add a linger_time configuration option on IRC servers"

This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
42677ae4 — louiz’ 5 years ago
Fix the tests to take into account the new “your are exempt bla” line
51696c09 — louiz’ 5 years ago
Make sure the channel is joined before trying to leave it

fix #3243
47ff1cd3 — louiz 5 years ago
Merge branch 'mam_default_limit' into 'master'

Limit of 100 MAM messages, if no other limit has been set by the client

Closes #3256

See merge request !9
727d887d — louiz’ 5 years ago
Fix wrong JID computing when sending iq ping or version in fixed mode

fix #3259
a4e2e56a — louiz’ 5 years ago
Add an e2e test for the mam default limit

We send 150 messages, then retrieve the archive. We should receive messages
from 50 to 149 only.
c2cc9cb9 — louiz’ 5 years ago
Remove the flood limit in our e2e charybdis configuration
3a8203c3 — louiz’ 5 years ago
Handle the RSM "max" value in the MAM requests

fix #3255
dec3e42a — louiz’ 5 years ago
Add an e2e test for the ad-hoc reload command
68d6b829 — louiz’ 5 years ago
Properly handle multiline topics

fix #3254
79b24d7e — louiz’ 5 years ago
Add an e2e test for the ad-hoc ping
b82a14f2 — louiz’ 5 years ago
Fix the display of the number of checks to be run by the e2e tests
0878a034 — louiz’ 5 years ago
Do not allow pings from resources that aren’t in the channel

fix #3252
e4cc6960 — louiz’ 5 years ago
Handle some iq of type='error' as valid ping response

fix #3251
7f2127a7 — louiz’ 5 years ago
Add the archive ID to messages when they are sent to users

This makes us compatible with mam 6.0

fix #3249
Next