Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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 #354.
|
|
|
|
|
|
Not every IRC server accepts arbitrary tags so this is a better
way to handle tag filtering.
|
|
|
|
Closes #358.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #357.
|
|
|
|
|
|
|
|
|
|
This is the new way of sending messages to the uplink inspired by
the work done in the old git master. This will allow us to do new
things involving tags in the future.
|
|
|
|
This will be used for upgrading certificate fingerprints when the
InspIRCd 1206 protocol support is added.
|
|
|
|
|
|
|
|
|
|
Closes #351.
|
|
|
|
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.
|
|
|
|
|