!!Extension
* Port to Mac OS X
** socklen_t (is not defined htere)
** in cdcconf Adding tv_sec, using the __typeof__ is probably a sollution
** resolve dlfcn searching and undefined dlopen etc.. search for file dlfcn.h (/sw/include/dlfcn.h)
** g++: unrecognized option `-rdynamic'
** ld: can't locate file for: -lcrypt

* Port to Win32
* Support the new DC protocol
* Remember searches - Bloom Filter
* multi thread

!!Features
+ multicommand
* tmysqlmemorylist - don't reload all when adding or deleting
* iplog - log redirs
* add active search plugin for passive ops (users)
* +hubinfo
* rights for commands
* connectome (test for ghosts)
* vote 4 kick (use tHashArray, cumulate times)
* different max msg length for ops and admins
- allow list
- $GetNetInfo

!!Project &Installation
* insertion of defautl values in sme tables
* configure.in choose among -lcrypt and crypto for the crypt function
* try vh_ scripts with sh instead of bash
!!Cosmetic
* conn types as strings in a table
* redirect min class
* registrace pres mail / generace hesla - plugin ?
* paypal message
* when refused search - make a fake search response for feedback
- min share for each class - is in isp

!!Minor bugs
* do something about the userlist ! fix user count (Users in list > online users) test on maniac's hub
* lua does not add the robot in the list
* fix show_tags option
* hidekickclass nefunguje - a nebude
* no PM with luaplugin ??
* cbanlist.cpp - convert the sharesize to a string
* forbid - send reports to another robot (eg chatroom)

!!Major bugs
* +report crashes hub

!!Unsure bugs
* regenerate \ / bug in nick
* fix \ / in nick, and ban
* check out user connecting and disconnecting with used nick..
* bug: !kick AA test_ban_2d
* forbid  - all users get connection timedout ??

!!Security
* CTM antiflood to test

!!Performance
	- faster nUtils::tUniqueHashArray::::iterator::operator++() or less calls => resisable hash arrays
	- OptOut ... takes time
	- delayed $Hello
	- usercollection separate SendToAll X CacheToAll (for profilinPurposes)
	- Less Log(int) in cAsyncConn::Write
	- cAsyncConn::Send right now or later ??? how long does it take to attempt sending when not ready??
