Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This fixes a conflict with the numerics used by the invite
exception mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a partial reversion of 687778b72e.
See also: #1749.
|
|
This is harmless because it will always be set to one of the items
in the TargetType enum.
|
|
This fixes a minor bug in the filter module where the target would
be blank in messages when a server-targetted message matches a
filter.
|
|
This could be a temporary string so copy it instead of risking a
crash and/or dumping the contents of memory into messages.
This fixes a crash introduced last week.
|
|
|
|
|
|
|
|
Closes #1742.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Only give the annoying message about root if --runasroot is not
specified.
- If --runasroot is specified then assume the user knows what they
are doing.
- Move CheckRoot to a static function in inspircd.cpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for various things which will be coming in the future.
e.g. Transferring users to another server on upgrade.
|
|
|
|
|
|
I don't know of any places this causes issues but its better to be
safe than sorry.
|