This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/doc/old/ChangeLog.connectserv.old

86 lines
3.6 KiB
Text
Raw Permalink Normal View History

ConnectServ Module for NeoStats 2.x ChangeLog
Shmad & ^Enigma^
2003-10-07 15:09:11 +00:00
==============================================================================
* Version 1.14 * Mark (M) * Feb 17, 2004
- SET interface for nick/user/host/realname added (M)
* Version 1.13 * Mark (M) * January 9, 2004
- New SERVWATCH option to track server joins/quits (M)
2004-01-12 22:46:43 +00:00
- Tidy up message strings (M)
2004-01-12 22:55:02 +00:00
- Add user@host to server kills (M)
- Fix mem leak from strdup (M)
2004-01-29 21:27:12 +00:00
- Use new IsMe macro rather than comparing strings to exclude NeoStats users from reports (M)
2003-12-28 15:08:40 +00:00
* Version 1.12 * Fish (F) * December 28, 2003
- Gecos is echoed in signon/signoff now (F)
2003-12-02 22:54:00 +00:00
* Version 1.11 * Mark (M) * December 2, 2003
2003-11-23 00:03:46 +00:00
- Use core bot message handler to process commands (M)
2003-12-02 22:54:00 +00:00
- Use core bot set handler (M)
2003-12-04 21:10:10 +00:00
- Removed Invisibility (+I) handling since it no longer exists in Unreal and no other IRCDs need it (M)
2003-12-04 23:33:44 +00:00
- Use GOTUSERSMODES feature define so we can support Quantum correctly and not just Ultimate 3 (M)
2003-12-14 21:57:45 +00:00
- Removed local module_function table to use core for /VERSION replies (M)
2003-11-23 00:03:46 +00:00
* Version 1.10 * Mark (M) * November 13, 2003
- Moved mode defines to ircd header files (M)
* Version 1.9 * Mark (M) * November 1, 2003
- Message system cleanup (M)
- Nick change messages now include user@host for spotting nick flooders (M)
* Version 1.8 * Fish (F) & Mark (M) * August 29, 2003
2003-10-07 15:09:11 +00:00
- Colorized Output thanks to MrAllThat (F)
- Now only compiles for Modes that are relevent (F)
- Help text cleanup (M)
- Added ABOUT command (M)
- Coloured output is now optional - see cs.c for details (M)
2003-10-07 23:10:17 +00:00
- Changed to new Module API system removing need for __module_get_xxx() calls (M)
- Added missing NULL checks for finduser results to avoid referencing NULL pointers (M)
- Renamed output module to connectserv to fix load/unload issues (M)
2003-08-29 11:16:00 +00:00
* Version 1.7 * July 15th, 2003
2003-10-07 15:09:11 +00:00
- Fixed a problem with connectserv clobering the avlist for modes
* Version 1.6 * Mar 11th, 2003
2003-10-07 15:09:11 +00:00
- Moved ConnectServ to new Logging and Config Interface
* Version 1.5 * September 12th, 2002
2003-10-07 15:09:11 +00:00
- Fixed cosmetic bug reported by eggy (Shmad)
- Added NICK watching support for nick changes (Shmad)
- Fixed other misc bugs.
* Version 1.4 * July 17th, 2002
2003-10-07 15:09:11 +00:00
- Moved to new Event API (Fish)
- Stopped it flooding the net when neo starts up (Fish)
* Version 1.3 * March 12th, 2002
2003-10-07 15:09:11 +00:00
- Code overhaul for NeoStats-2.5 core.
* Version 1.2 * November 18th, 2001
2003-10-07 15:09:11 +00:00
- Add u->mode check for Local Kills (^Enigma^)
- Changed LOCAL KILL format to same as GLOBAL format (much nicer..) (Shmad)
- Changed KILL code. Local kills prefixed with LOCAL KILL, Globals with GLOBAL KILL (Shmad)
- Added Local Kill code. (Shmad)
- Fixed Global Kill reason msg (Shmad)
* Version 1.1 * November 16th, 2001
2003-10-07 15:09:11 +00:00
- Version 1.1 is ready to be released in next ver of NeoStats
- fixed compiler warnings. (Shmad)
- Fixed cs_user_modes() segfault. Was in _init() *thwaps niggles* (Shmad)
- Updated LoadConf(); to parse quicker. :) (Shmad)
- Updated LoadConf(); to only load valid settings!! (Shmad)
- Added LoadConfig(); to load connect.db (Shmad)
- Command Settings in connect.db loaded upon module load (Shmad)
- Command settings now saved to connect.db (^Enigma^)
* Version 1.0 * November 13th, 2001
2003-10-07 15:09:11 +00:00
- Version 1.0 is ready to use in the devel NeoStats
- ABOUT Added - Little info about service (^Enigma^)
- STATUS Added - Check if KILLWATCH, MODEWATCH or SIGNWATCH is active or not (^Enigma^)
- KILLWATCH Added - Watch for server or oper /kill's (^Enigma^)
- MODEWATCH Added - Watch for users chaning to oper flags or opers changing flags (^Enigma^)
- SIGNWATCH Added - Watch for signon/signoffs (^Enigma^)
- Started the module, not much here yet. (^Enigma^)