Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not every IRC server accepts arbitrary tags so this is a better
way to handle tag filtering.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 should prevent users being renicked if they changed their nick
between services sending the renick and the IRCd receiving it.
|
|
|
|
|
|
|
|
|
|
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
|
|
|
|
|
|
|
|
|
|
|
|
|