Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This will be made a hard failure in v4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|