Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Closes #392
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
|
|
|
|
This is wildly insecure and has been disabled by default for at
least a decade.
|
|
This was added for (and is only used for) for unbanning users on
UnrealIRCd which is an IRCd protocol function so it should be in
IRCDProto.
|
|
|
|
|
|
|
|
Closes #358.
|
|
|
|
|
|
|
|
|
|
Most uses of Tick do not use the parameter and even when it is used
it is always the same as CurTime.
|
|
This was never actually changed from the default.
|
|
|