removed cmd_debug
[NeonServV5.git] / src /
2011-10-04 pk910removed cmd_debug
2011-10-04 pk910fixed a core bug (user got lost in the channel userlist...
2011-10-04 pk910added cmd_info & cmd_debug
2011-10-03 pk910fixed cmd_bind (content of params gets changed on bind_...
2011-10-03 pk910fixed modcmd again (small fix)
2011-10-03 pk910update channel_lastvisit if a user without access joins
2011-10-03 pk910fixed modcmd parameter handling
2011-10-03 pk910order ranks in cmd_listrank
2011-10-03 pk910fixed cmd_addrank and cmd_delrank
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-03 pk910send BOTWAR_ALERT's always with the default language
2011-10-03 pk910change global access of all users in the ranking when...
2011-10-03 pk910fixed cmd_assignrank
2011-10-03 pk910show ranking information above the channel access in...
2011-10-03 pk910fixed cmd_listrank
2011-10-03 pk910added support ranking system
2011-10-03 pk910fixed cmd_myaccess table length & modified mysql query...
2011-10-02 pk910fixed cmd_delban and issuer prefix on cmd_addtimeban
2011-10-02 pk910prefix kick reason with the issuers nick
2011-10-02 pk910don't send PASS cmd if password is empty
2011-10-02 pk910fixed Tables maxwidth array (needs to have as many...
2011-10-02 pk910don't crash if a table field is NULL
2011-10-02 pk910use low priority bot if there is no preferred one
2011-10-02 pk910fixed NULL-Pointer bug when performing oper cmd's in...
2011-10-02 pk910fixed "may be uninitialized" on linux systems
2011-10-02 pk910added mysql config file and some initial database insta...
2011-10-02 pk910some more changes for WIN32 compatibility
2011-10-02 pk910some modifications for WIN32 support :)
2011-10-02 pk910tried to reorder the program structure and build process