-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate nick change handling from 'admin' to 'joinquit' (and improve …
…it to fix spam due to bypass) Until now, you'd be able to change nick (using /nick or MTA settings) at unlimited frequency despite the "You can only change your name once every 5 seconds" message, due to resources working past eachother. Example scenario (Chatbox): You can only change your name once every 5 seconds * dude is now known as spammer1 It says it won't go through, but it does. This enabled massive spam.
- Loading branch information
1 parent
95e4da3
commit d8834a8
Showing
4 changed files
with
35 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters