Age | Commit message (Collapse) | Author |
|
This fixes a crash bug in the silence module on some versions of GCC.
|
|
This fixes an issue with the previous commit where if a user had a
non-killing X-line applied to them (e.g. Q-line) they would not
have any further X-lines applied to them.
Thanks to @linuxdaemon for pointing this out.
|
|
|
|
|
|
|
|
This allows users to use the example config without any special
configuration.
|
|
|
|
|
|
|
|
|
|
|
|
This should fix #851.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requested by @niacat.
|
|
This allows modules to override them if necessary.
Fixes #1619.
|
|
Fixes #1634.
|
|
|
|
|
|
- Fix not being able to set a zero limit.
- Fix MAXLIST not reflecting the true lower limit.
- Fix not treating an empty <maxlist:limit> as equivalent to *.
|
|
|
|
|
|
|
|
inspircd.h defines __STDC_LIMIT_MACROS to ensure that C99 int type
limits are defined, however, if <stdint.h> is included implicitly
before inspircd.h, the build fails due to the C99 integer type
limits being undefined.
|
|
exemptions.
|
|
|
|
|
|
This may not be set in some circumstances.
|
|
libmaxminddb redefines this when building under MSVC and breaks the
build otherwise due to the redefinition of ssize_t
|
|
|
|
|
|
This should give more time for clients on slow connections that
want to do a lot of things (request caps, do SASL auth, etc) on
connect.
Reported by @ensra.
|
|
|
|
Reported by @ensra.
|
|
|
|
Reported by @ensra.
|
|
Reported by @ensra.
|
|
|
|
operonly option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|