NeonServV5.git
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 pk910automatically switch to build in language if a custom...
2011-09-19 pk910save new languages for later use ;)
2011-09-19 pk910load all languages on startup
2011-09-19 pk910added dirty cmd_uset
2011-09-18 pk910added cmd_peek and added example arguments for language...
2011-09-18 pk910changed Makefile (version should always be updated)
2011-09-18 pk910remade Makefile
2011-09-18 pk910added cmd_version
2011-09-17 pk910fixed cmd_resync (bot shouldn't deop itself...)
2011-09-17 pk910fixed cmd_trim access range check
2011-09-17 pk910we should show the new value for dynlimit & nodelete...
2011-09-17 pk910fixed cmd_register
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 +-ov 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 pk910fixed cmd_bans expires time
2011-09-15 pk910fixed time-queue (remove triggered & freed entries...
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 pk910changed version.sh to skip merged commits (they're...
2011-09-14 pk910fixed last commit
2011-09-14 pk910added cmd_resync
2011-09-14 pk910request and parse channel banlist on join
2011-09-12 pk910fixed start_bots query
2011-09-12 pk910implemented event logger
2011-09-12 pk910use the correct channel ID in cmd_unregister
2011-09-12 pk910fixed endless loop in freeChanNode
2011-09-12 pk910fixed cmd_register
2011-09-12 pk910added cmd_unregister and cmd_recover
2011-09-12 pk910added cmd_register
2011-09-12 pk910made cmd_op checking invisible users
2011-09-12 pk910fixed VALID_NICK_CHARS and WHOHandler multi-query support
2011-09-11 pk910made cmd_voice checking invisible users
2011-09-11 pk910made cmd_opall oping invisible users
2011-09-11 pk910made cmd_voiceall voicing invisible users
2011-09-11 pk910made cmd_kick checking invisible users
2011-09-11 pk910added support for invisible users
2011-09-11 pk910reconnect to mysql if disconnected
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 pk910fixed modcmd command (tolower) bug
2011-09-10 pk910removed some doubled checks & added cmd_topic with...
2011-09-09 pk910added some database information to cmd_netinfo
2011-09-09 pk910chmod version.sh to be execute-able before calling it
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 pk910fixed modcmd query bug
2011-09-09 pk910fixed make_banmask (do not use a single * as zero auth...
2011-09-09 pk910added possibilities to change table content after addin...
2011-09-08 pk910fixed cmd_addban NS_BAN_ALREADY_ADDED output
2011-09-08 pk910added bans & kicks to cmd_addban
2011-09-08 pk910fixed make_banmask
2011-09-08 pk910finished cmd_addban
2011-09-08 pk910using mysql UNIX_TIMESTAMP function to store timestamps
2011-09-08 pk910added cmd_addban & simple time queue system
2011-09-08 pk910added cmd_trace and cmd_wipeinfo
2011-09-01 pk910fixed a small comparison fail :D
2011-09-01 pk910do not pass args directly to the mysql query
2011-09-01 pk910fixed last commit
2011-09-01 pk910continued cmd_neonserv_set.c
2011-08-31 pk910fixed last commits
2011-08-28 pk910continued cmd_set
2011-08-28 pk910added BanNode.c to the Makefile
2011-08-28 pk910added simple channel ban cache
2011-08-28 pk910change empty fields to NULL (* later) on make_banmask
2011-08-28 pk910added cmd_ban and all functions depending on
2011-08-27 pk910fixed modcmd privs parsing and extended merge_argv
2011-08-27 pk910fixed small bug in IRCParser.c
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-27 pk910recheck userlist before execute cmd_deop or cmd_deopall
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-25 pk910added ModeBuffer to tools.c
2011-08-24 pk910fixed last commit
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 pk910fixed cmd_upall
next