changed Makefile; build all commands as an own file
[NeonServV5.git] / bot_NeonServ.c
2011-10-02 pk910changed Makefile; build all commands as an own file
2011-09-30 pk910added missing cmd_set options & help strings
2011-09-28 pk910added cmd_setaccess
2011-09-28 pk910added event_invite & event_topic
2011-09-28 pk910fixed comments
2011-09-28 pk910added event_ctcp, event_notice and event_quit
2011-09-24 pk910renamed cmd_a to cmd_access
2011-09-24 pk910added cmd_command
2011-09-24 pk910fixed example parameters for NS_INVITE_DONE_USER
2011-09-24 pk910added cmd_search
2011-09-24 pk910added cmd_oplog and added CMDFLAG_LOG to all cmd's...
2011-09-24 pk910tidied up command list
2011-09-24 pk910added cmd_events
2011-09-22 pk910added cmd_bind & cmd_unbind
2011-09-22 pk910added event_part
2011-09-22 pk910using integer as parameter for NS_SET_INVALID_OPTION...
2011-09-21 pk910continued event_join
2011-09-21 pk910started event_join & removed cmd_modes (debug cmd)
2011-09-20 pk910added cmd_move
2011-09-20 pk910added missing language strings & parameters
2011-09-20 pk910added cmd_csuspend and cmd_cunsuspend
2011-09-20 pk910added cmd_help
2011-09-20 pk910added cmd_invite and cmd_inviteme
2011-09-20 pk910updated DATABASE.txt and implemented suspended channels
2011-09-20 pk910added cmd_unban, cmd_unbanall, cmd_unbanme
2011-09-19 pk910added cmd_reloadlang
2011-09-19 pk910using $b, $k for formating purposes - don't use \002...
2011-09-19 pk910added dirty cmd_uset
2011-09-18 pk910added cmd_peek and added example arguments for language...
2011-09-18 pk910added cmd_version
2011-09-17 pk910added cmd_god
2011-09-17 pk910added cmd_say, cmd_emote, cmd_notice, cmd_raw
2011-09-16 pk910added mode +-b to cmd_mode
2011-09-16 pk910added cmd_mode and added some useful functions to ModeN...
2011-09-15 pk910moved all modes to an extra ModeNode struct
2011-09-15 pk910remove timed out bans from the channel ban list
2011-09-14 pk910modified time-queue system and added cmd_addtimeban
2011-09-14 pk910added cmd_resync
2011-09-12 pk910fixed start_bots query
2011-09-12 pk910implemented event logger
2011-09-12 pk910fixed cmd_register
2011-09-12 pk910added cmd_unregister and cmd_recover
2011-09-12 pk910added cmd_register
2011-09-11 pk910completed cmd_chanservsync
2011-09-10 pk910started writing cmd_chanservsync
2011-09-10 pk910execute mysql_check only if a query fails.
2011-09-10 pk910removed some doubled checks & added cmd_topic with...
2011-09-09 pk910added some database information to cmd_netinfo
2011-09-09 pk910added some code & compiler information to cmd_netinfo
2011-09-09 pk910removed ban timeout check (need to do it on another...
2011-09-09 pk910fixed cmd_netinfo
2011-09-09 pk910fixed ban timeout check
2011-09-09 pk910added cmd_netinfo
2011-09-09 pk910added cmd_delban
2011-09-09 pk910added possibilities to change table content after addin...
2011-09-08 pk910finished cmd_addban
2011-09-08 pk910added cmd_addban & simple time queue system
2011-09-08 pk910added cmd_trace and cmd_wipeinfo
2011-09-01 pk910fixed last commit
2011-09-01 pk910continued cmd_neonserv_set.c
2011-08-28 pk910continued cmd_set
2011-08-28 pk910added cmd_ban and all functions depending on
2011-08-27 pk910fixed required parameter count for cmd_kick & cmd_kickban
2011-08-27 pk910added cmd_kick, cmd_kickban & all the functions dependi...
2011-08-25 pk910fixed last commit
2011-08-25 pk910modified modcmd to give the possibility for dynamic...
2011-08-25 pk910started cmd_set
2011-08-25 pk910fixed last commits
2011-08-25 pk910added cmd_op cmd_deop cmd_voice cmd_devoice cmd_opall...
2011-08-24 pk910added cmd_giveowner
2011-08-24 pk910cmd_trim added, fixed some bugs and added DATABASE...
2011-08-24 pk910added strToTime function and started writing cmd_trim
2011-08-23 pk910added cmd_mdeluser
2011-08-23 pk910changed temporary static channel trigger to +
2011-08-23 pk910added cmd_downall & cmd_upall
2011-08-23 pk910cmd_down added
2011-08-22 pk910fixed access check & added cmd_up
2011-08-22 pk910added cmd_myaccess
2011-08-21 pk910added list of cmd's to do and added cmd_delme
2011-08-21 pk910changed cmd_users output
2011-08-21 pk910fixed last commit
2011-08-21 pk910added cmd_suspend and cmd_unsuspend
2011-08-21 pk910added timeToStr and cmd_users
2011-08-21 pk910added table system
2011-08-20 pk910fixed small language "bug"
2011-08-20 pk910added missing cmd includes
2011-08-20 pk910added cmd_a
2011-08-20 pk910fixed last commit
2011-08-20 pk910added cmd_clvl and moved all the database request funct...
2011-08-19 pk910cmd_neonserv_deluser added
2011-08-17 pk910completed cmd_adduser and added CMDFLAG_REGISTERED_CHAN...
2011-08-17 pk910continues cmd_neonserv_adduser.c
2011-08-17 pk910syntax fix
2011-08-17 pk910added missing include
2011-08-17 pk910added error messages to cmd_adduser
2011-08-17 pk910fixed last commits
2011-08-17 pk910register this new command in modcmd
2011-08-17 pk910pass NULL to the get_userauth callback if the user...
2011-08-17 pk910set automodes on connect
2011-08-17 pk910moved cmds to extra files and loading binds from the...
next