Merge remote-tracking branch 'IoMultiplexer.git/master' into development
[NeonServV5.git] / src / modules /
2012-10-18 pk910Merge remote-tracking branch 'IoMultiplexer.git/master...
2012-10-18 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-09-28 pk910do not filter access levels if not wanted (show databas...
2012-09-27 pk910added cmd_myaccess override message and blocked iohandl...
2012-09-27 pk910added new multi log system
2012-09-24 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-09-24 pk910tidied up main.c code
2012-09-24 pk910added "all" argument to cmd_invitemeall to get invited...
2012-09-23 pk910added SUB_LINKER command flag to add a quiet sub comman...
2012-09-23 pk910moved inviteme all to an own command called invitemeall
2012-09-23 pk910added "all" argument to inviteme to invite users to...
2012-09-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-09-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-09-22 pk910Merge remote-tracking branch 'refs/remotes/IOMultiplexe...
2012-09-22 pk910added uptime to stats module
2012-09-10 pk910fixed cache asyncs caused by users rejoining the channe...
2012-09-09 pk910fixed cmd_neonspam_set.c neonspam_cmd_set_reaction_time...
2012-09-09 pk910fixed cmd_neonserv_set trigger mysql query
2012-09-09 pk910fixed WIN32 compilation
2012-09-09 pk910fixed colors in cmd_neonserv_nicklist.c (again)
2012-09-09 pk910fixed colors in cmd_neonserv_nicklist.c
2012-09-09 pk910fixed possible crash (NULL pointer) in cmd_neonserv_unv...
2012-09-08 pk910fixed multi-/zerobot support for cmd_neonserv_set trigger
2012-09-08 pk910fixed crash in module.c if no bot is available
2012-09-07 pk910added some debug code & fixed compiler warning
2012-09-07 pk910added 2 small ASCII's to cmd_funcmds.c
2012-09-07 pk910added bomb funcmd
2012-09-07 pk910added free-client event
2012-09-06 pk910*** VERSION 5.6.0 ***
2012-09-06 pk910Merge branch 'development' v5.5
2012-09-06 pk910changed version numbering (separate stable and dev...
2012-09-06 pk910added NeonKick bot (just kicking users from channels...
2012-09-02 pk910fixed small memory leak in game_uno.c
2012-08-28 pk910Merge branch 'IOMultiplexer'
2012-08-27 pk910Merge branch 'master' into IOMultiplexer
2012-08-27 pk910Merge branch 'master' into IOMultiplexer
2012-08-27 pk910added configuration (re)load event
2012-08-25 pk910Merge branch 'master' into IOMultiplexer
2012-08-23 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910Merge remote-tracking branch 'remotes/IOMultiplexer...
2012-08-22 pk910Merge branch 'master' into IOMultiplexer
2012-08-22 pk910only add ban timers with a duration lower than 7 days...
2012-08-22 pk910Merge branch 'master' of git://git.pk910.de/IOMultiplex...
2012-08-22 pk910Merge branch 'master' into IOMultiplexer
2012-08-21 pk910some fixes for previous commit
2012-08-21 pk910Merge branch 'master' into IOMultiplexer
2012-08-21 pk910modified code to use IOHandler functions instead of...
2012-08-21 pk910added bot/ircop mark to cmd_nicklist
2012-08-20 pk910added more debug output to cmd_nicklist
2012-08-15 pk910added sort function to cmd_nicklist
2012-08-13 pk910Merge remote-tracking branch 'IOMultiplexer.git/master...
2012-08-12 pk910*** VERSION 5.5.0 ***
2012-08-12 pk910rewrote IRC cache parser to be (hopefully) more stable v5.4
2012-08-06 pk910fixed function name in cmd_neonhelp_delete.c
2012-08-06 pk910removed accidentally committed future feature structure...
2012-08-03 pk910NeonHelp: reinvite active requests when resetting the...
2012-08-02 pk910reset invite list when a request gets closed
2012-07-26 pk910added output limit for cmd_history
2012-07-26 pk910added NeonHelp history command
2012-07-24 pk910removed getTextBot() function and added textbot paramet...
2012-07-01 pk910use modeBuffer in recover_chan function and call it...
2012-07-01 pk910fixed cmd_global_unregister.c: invalid return
2012-07-01 pk910added recover function to NeonBackup (used to recover...
2012-07-01 pk910fixed some bugs
2012-07-01 pk910added NeonBackup bot
2012-05-19 pk910always allow users to invite clones (override invite...
2012-05-19 pk910added BlockInvite uset setting to block invites globally
2012-05-06 pk910fixed small output bug in cmd_neonspam_set
2012-04-29 pk910add more information when deleting a user; added zombie...
2012-04-03 pk910fixed cmd_set nodelete
2012-03-31 pk910added OPER support (let the bots try to op themselves)
2012-03-28 pk910fixed crash in cmd_recover
2012-03-27 pk910fixed UNO game
2012-03-25 pk910fixed crash in event_neonserv_join.c (dynlimit callback)
2012-03-22 pk910fixed 4wins, uno ranking output and some language strings
2012-03-22 pk910added cmd_global
2012-03-22 pk910fixed 4wins game counter and prevent players playing...
2012-03-22 pk910added 4wins game
2012-03-17 pk910added NeonFun Bot with UNO Game
2012-02-25 pk910fixed crash in stats.mod/module.c
2012-02-24 pk910tidied up cmd_uset
2012-02-20 pk910added NeonSpam Badword scanner
2012-02-18 pk910added automatic unregistration of unvisited channel
2012-02-16 pk910added stats module for neonserv.krypton-bouncer.de...
2012-02-16 pk910moved cmd_move to global.mod and fixed crash in bot_Spa...
2012-02-16 pk910*** VERSION 5.4.0 ***
2012-02-12 pk910moved cmd_extscript from NeonServ.mod to global.mod
2012-02-12 pk910multiple fixes
2012-02-11 pk910added Makefile.am to each directory
2012-02-11 pk910rearranged NeonServ code to be modular