NeonServV5.git
2012-01-12 pk910added full half-op support
2012-01-12 pk910fixed small (null) output issue in cmd_access
2012-01-12 pk910added IPNode for storing real IP's of users
2012-01-08 pk910fixed cmd_peek
2012-01-08 pk910fixed timeq: remove entry from list before executing...
2012-01-08 pk910fixed temporary user management
2012-01-08 pk910fixed crash in multiple commands if createTempUser...
2012-01-08 pk910fixed WHOHandler.c: don't WHO if requested nickname...
2012-01-07 pk910fixed crash if some strange admins simul bots in unregi...
2012-01-07 pk910fixed small "uninitialized string" bug in bot_NeonHelp.c
2012-01-07 pk910made commands op, deop, opall, deopall, voice, devoice...
2012-01-07 pk910don't show sub-sub-commands in linker overview
2012-01-07 pk910added support for multi-interleaved commands
2012-01-07 pk910removed CMDFLAG_REQUIRED from some not-really-required...
2012-01-06 pk910fixed modcmd (allow #chan parameter in custom parameter...
2012-01-06 pk910fixed small cmd_setbot error
2012-01-06 pk910added some missing language strings and a internal...
2012-01-06 pk910added some more helpserv functions
2012-01-06 pk910added database structure for NeonHelp tables
2012-01-04 pk910added SOCKET_FLAG_SILENT flag for "silent modcmd"
2012-01-04 pk910fixed #989cb8324ec8fe9caba511d89051552638dbc776
2012-01-04 pk910Merge branch 'master' of ssh://git.pk910.de:16110/NeonS...
2012-01-04 pk910added first helpserv functions
2012-01-04 pk910fixed #65bb4d5
2012-01-04 pk910fixed cmd_downall and cmd_upall to be multibot-supported
2012-01-04 pk910fixed merge_argv_char to walk over skipped spaces
2012-01-04 pk910fixed event_neonserv_kick and user-free-after-kick...
2012-01-04 pk910fixed raw_mode execution order: update cache before...
2012-01-04 pk910try to get op back on deop
2012-01-04 pk910fixed cmd_set: show set option explanation
2012-01-04 pk910fixed cmd_nicklist text
2012-01-04 pk910decreased minimal timeban time to 5seconds
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-29 pk910fixed neonspam cmd_set (support for default trigger)
2011-12-26 pk910added some default parameters to cmd_unregister (curren...
2011-12-26 pk910fixed cmd_devoiceall & cmd_deopall
2011-12-25 pk910allow god users overriding the cross-channel restriction
2011-12-25 pk910fixed database (increased flags field size)
2011-12-25 pk910give an external script the possibility to log the...
2011-12-25 pk910added possibility to edit command flags (cmd_modcmd)
2011-12-25 pk910added cmd_modcmd
2011-12-24 pk910fixed ClientSocket.c: don't close socket on close_socke...
2011-12-24 pk910fixed cmd_register again... damn zero-bot support
2011-12-23 pk910censor server password on cmd_setbot
2011-12-23 pk910fixed cmd_register & cmd_unregister (fixed some zero...
2011-12-23 pk910fixed crash in cmd_set (use default trigger instead...
2011-12-23 pk910don't try to read from closing (SOCKET_FLAG_QUIT) sockets
2011-12-23 pk910fixed small crash bug in ClientSocket.c:socket_loop
2011-12-22 pk910fixed language
2011-12-22 pk910don't close socket directly after sending the QUIT...
2011-12-22 pk910added possibility to change default trigger (even for...
2011-12-22 pk910*** VERSION 5.3.0 ***
2011-12-22 pk910added cmd_reconnect
2011-12-22 pk910added MODCMD_UNKNOWN reply for unknown commands sent...
2011-12-22 pk910fixed small mysql error on cmd_setbot
2011-12-22 pk910bind / unbind commands when bot gets marked as active...
2011-12-22 pk910fixed cmd_addbot, cmd_setbot: resolve_botalias value...
2011-12-22 pk910remove bot entries from `bot_binds` and `bot_channels...
2011-12-22 pk910fixed cmd_unbind crash when unbinding a temporary bound...
2011-12-22 pk910added cmd_addbot and cmd_delbot for dynamic bot management
2011-12-21 pk910fixed cmd_linker output for empty subcommand list
2011-12-21 pk910fixed crash in modcmd.c (bots could be destroyed inside...
2011-12-21 pk910added cmd_setbot for dynamic bot management
2011-12-21 pk910fixed trigger callback
2011-12-21 pk910fixed ClientSocket::SOCKET_FLAG_READY: unset this flag...
2011-12-20 pk910fixed cmd_access: do not use nick for NS_NOT_ON_USERLIS...
2011-12-20 pk910added possibility for default values (dynamic parameter...
2011-12-18 pk910added cmd_search onchan criteria
2011-12-18 pk910added basic halfop support
2011-12-17 pk910added some more ZNC/sBNC support
2011-12-15 pk910fixed "Net Rider" kick crash
2011-12-15 pk910allow gods adding users via cmd_nicklist without having...
2011-12-14 pk910fixed invi join for BNC bots
2011-12-14 pk910fixed cmd_nicklist: add users only one time to the...
2011-12-14 pk910fixed last commits
2011-12-14 pk910remove CHANUSERFLAG_INVISIBLE if bot gets voiced /...
2011-12-14 pk910fixed invisible nicklist (bots need to be added even...
2011-12-14 pk910added cmd_nicklist
2011-12-14 pk910fixed cmd_register and cmd_unregister for "zero-bot...
2011-12-14 pk910added support for independent "zero-bots" (bots without...
2011-12-12 pk910fixed cmd_myaccess: don't use empty, maybe uninitialize...
2011-12-11 pk910fixed unused variable
2011-12-11 pk910fixed WIN32 compatibility (use old connect function...
2011-12-11 pk910fixed cmd_search: used wrong MYSQL_RES variable
2011-12-11 pk910fixed WIN32 compatibility
2011-12-11 pk910use nonblocking fgets instead of fork in cmd_extscript
2011-12-11 pk910added new files to Makefile.am
2011-12-11 pk910added cmd_restart cmd_reload and cmd_die; added Socket...
2011-12-10 pk910updated included mysql defaults (database.defaults...
2011-12-10 pk910implemented bind support (vhost)
2011-12-10 pk910implemented ipv6 support
2011-12-10 pk910fixed cmd_myaccess: do not show channels from inactive...
2011-12-10 pk910added automatic multi-bot rejoin for opless channels
2011-12-10 pk910prevent users from executing CrossChannel commands...
2011-12-10 pk910fixed last commit
2011-12-10 pk910fixed autoinvite feature: we need to check if the user...
2011-12-10 pk910fixed cmd_resync: don't op/voice users with NoAutoOp...
2011-12-10 pk910added AC_ARG_ENABLE to configure.ac to use -W (all...
2011-12-09 pk910register only to active bots - even if the register...
2011-12-09 pk910implemented autoinvite (invite to all channels enabled...
next