Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
c2cc9cb9
Commit
c2cc9cb9
authored
Apr 19, 2017
by
louiz’
Browse files
Remove the flood limit in our e2e charybdis configuration
parent
54fa739d
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/end_to_end/__main__.py
View file @
c2cc9cb9
...
...
@@ -454,6 +454,7 @@ def connection_end_sequence(irc_host, jid):
xpath_re
=
"/message[@to='"
+
jid
+
"'][@from='"
+
irc_host
+
"@biboumi.localhost']/body[re:test(text(), '%s')]"
irc_host
=
'irc.localhost'
return
(
partial
(
expect_stanza
,
xpath_re
%
(
r
'^%s: \*\*\* You are exempt from flood limits$'
%
irc_host
)),
partial
(
expect_stanza
,
xpath_re
%
(
r
'^%s: Your host is .*$'
%
irc_host
)),
partial
(
expect_stanza
,
...
...
tests/end_to_end/ircd.conf
View file @
c2cc9cb9
...
...
@@ -221,6 +221,7 @@ auth {
auth
{
user
=
"*@*"
;
class
=
"users"
;
flags
=
flood_exempt
;
};
/*
privset
{}
blocks
MUST
be
specified
before
anything
that
uses
them
.
That
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment