Move almost all filter command code to cmd_* subroutinesv2.0.4
commit1228488962c5218f211fca7e9a5c453ff3b846b3
authorJakub Narebski <jnareb@gmail.com>
Fri, 7 Nov 2008 11:39:30 +0000 (7 12:39 +0100)
committerJakub Narebski <jnareb@gmail.com>
Fri, 7 Nov 2008 11:39:30 +0000 (7 12:39 +0100)
tree32201aeac01ba261debff58efb00d56b0e7e40d4
parent561df6f1429a6b22663ad42368561d2efbbc8ae6
Move almost all filter command code to cmd_* subroutines

For example '/FILTER VERSION' (sub)command is now dispatched from
filter_command_handler to cmd_version() subroutine.  The exceptions
are ON. OFF, ALLOW and HELP subcommands (with to short code to bother
separating into subroutine); and SERVERON and ALL which reuse
cmd_server_limit() subroutine; and SAVE and LOAD commands which use
save_filter() and load_filter() subroutines, respectively.

While at it correct output about finishing loading script, and bump
version to 2.0.4

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
SoftSnow_filter.pl