NewEraCracker / LOIC

Deprecated - Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IF YOU GET V& IT IS YOUR FAULT.
https://github.com/NewEraCracker/LOIC/
Other
2.66k stars 650 forks source link

Version 1.1.1.23 and Lower: Issue with channel name #38

Closed NewEraCracker closed 13 years ago

NewEraCracker commented 13 years ago

Channel name shouldn't be compared with case sensitivity, in order to work around that the following variables have to be ToLower()

channel e.Channel e.Data.Channel

See this commits: https://github.com/NewEraCracker/LOIC/commit/729e443258ea3b7408ae16af077ec831e543c425

https://github.com/NewEraCracker/LOIC/commit/a61d501189a3548a47221b7661c1a2943055d1cd

https://github.com/NewEraCracker/LOIC/commit/093a7c18acf9596c9e36edc0666fbdb0b824eb53

https://github.com/NewEraCracker/LOIC/commit/faed5f5b7d6ca5afe9e04a51b9db06ae227c19f9

NewEraCracker commented 13 years ago

Fixed in v1.1.1.24 Closed.