Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't ignore message tags on ServerCommands, and avoid creating
duplicate CommandBase::Params instances
|
|
When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally
sends it to S3 to send to U2, S2 doesn't send the tags it received on
the command from S1 to S3.
|