Age | Commit message (Collapse) | Author |
|
It is better to fix the underlying bug than the result of it.
This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b.
|
|
|
|
|
|
|
|
Closes #1558.
|
|
|
|
|
|
Show the reason in manual xline removal SNOTICEs, just like
expiry SNOTICEs do.
This modifies XLineManager::DelLine() to require another string
reference passed to it.
Requested by @Robby-.
|
|
If the casemapping is set to ascii, advertise the m_ascii module to 2.0
to allow use of the m_ascii extras module for 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes messages being lost when sending them to a user who has
only just connected to the server.
|
|
|
|
Closes #1560.
|
|
|
|
|
|
|
|
This makes it consistent with other <connect> class parameters like
`webirc`
|
|
from the config.
This setting was removed in commit 0a1fe6cf293bef91b419f57374b96a6d2aec636e.
|
|
|
|
This is a buffer overrun but its harmless as the things it will
overwrite are no longer necessary.
|
|
|
|
|
|
|
|
|
|
- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).
Co-authored-by: Robby <robby@chatbelgie.be>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1541).
|
|
- Add linuxdaemon to Active Contributors.
- Move Sheogorath to Active Contributors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We don't send any of these anymore.
|
|
|
|
|
|
A server introduction is only a burst if all of the parent servers
of it are not bursting.
Fixes #1527.
|