Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is safer, faster, and doesn't require seeding.
|
|
|
|
|
|
Closes #373.
|
|
|
|
|
|
This prevents zombie accounts from being left around that can't be
authenticated to.
Closes #355.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|