Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to ban by IP instead of player account #3

Open
TerrorBite opened this issue Sep 20, 2012 · 3 comments
Open

Add ability to ban by IP instead of player account #3

TerrorBite opened this issue Sep 20, 2012 · 3 comments
Labels
Milestone

Comments

@TerrorBite
Copy link
Member

  • Allow IP-banning of an online player by name via /ipban
  • Allow banning of an arbitrary IP via /ipban (and kick any matching players when ban is placed)
  • Check player IP for matching bans upon login, and disconnect player with appropriate message
  • When looking up a player's history, display any past IP bans that match player's current IP
  • Upon regular kick or ban, store the current IP of the player being kicked/banned, for future reference
  • When looking up a player's history, display any regular kicks and bans (including records for other players) where the IP at the time of kick/ban matches player's current IP, which allows ban evasion to be detected
@TerrorBite
Copy link
Member Author

Yes, that is the idea. Note:

  • Allow IP-banning of an online player by name via /ipban

@nickperkins
Copy link
Contributor

Will look into this.

@nickperkins
Copy link
Contributor

And 9 months later, the baby's head is crowning.

  • Allow IP-banning of an online player by name via /ipban
  • Allow banning of an arbitrary IP via /ipban (and kick any matching players when ban is placed)
  • Check player IP for matching bans upon login, and disconnect player with appropriate message
  • When looking up a player's history, display any past IP bans that match player's current IP
  • Upon regular kick or ban, store the current IP of the player being kicked/banned, for future reference
  • When looking up a player's history, display any regular kicks and bans (including records for other players) where the IP at the time of kick/ban matches player's current IP, which allows ban evasion to be detected

No where near ready for a PR though.

TerrorBite added a commit that referenced this issue Jun 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants