- look for performance enhancements
 
- correct mistakes in the documentation (I am not a native english speaker :)

- find a better name for this program :)
                
Further enhancements
- have replacement strings in the config file (like ant)
- create modules for remote working - create a remote DataBus connection
  - UPD - without synchronization or guarantee for correct order of events
  - TCP - can guarantee order of events in one direction, but no synchronization
  - JMS - complete synchronization possible?
- write / read standard logfile format
- write directly into zip /gzip files - add finished logfiles automagically into archive
- create statistic module (instead of external logfile analyzer)
- create more NetworkControl modules / command handlers
- have a startup order for databus components (or more startup steps)
  - for the LogFileInputFilter - delete the logfile before starting the server
- LineFilter
  - have the option not to send unknown / unrecognized messages
  - create more configurations
      - Q3F
      - Q3 Rocket Arena
      - Q3A
      - Q3A CTF
  - implement map specific messages (especially for Q3F) 
- have a character conversion table for the input modules
- create statistical data about components, events and the databus
- AutoKicker
  - warning rules
  - rules with free actions (user defined command or with DynamicJava)
  - warning before action is taken
  
- a voting engine?
  - with rcon commands?
- IdentKicker
  - use regular expressions
  - search for other ways to identify user
  - scripting?
  
