Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use "yes" and "no" instead of "y" and "n".
- Validate the true and false responses properly.
- Keep prompting the user for a response until they give one which
is valid.
|
|
This hides potentially useful information.
|
|
- Consistently set the gid/uid for all directories and files.
- Replace the obnoxious warning about root on `make install` with
a friendlier warning whilst running configure.
- Always install the inspircd executable and modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|