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-seenserv/ChangeLog

42 lines
2.1 KiB
Text

SeenServ Module for NeoStats Changelog.
Fish (F), Mark (M), DeadNotBuried (D)
==============================================================================
3.0.b1-dev
- add ExtraSeenChans list to allow SeenServ to sit in multiple channels (D)
- fix deletion of records from DB (D)
- fix removal of records from DB when using memory list only (D)
- help fixups (D)
- Fix Incorrect syntax for SEENNICK command (F)
3.0.a3
- add option to use DB only or in memory list for lookups (D)
- save records to db on configurable timer (D)
- remove records based on age if they are displayed by a request (D)
- more optimising of limit and expiry checks (D)
- add timer for removing records based on age (D)
- have Pseudo client join/part Channel when Seen Channel Enabled/Disabled (D)
- remove verbose setting (D)
- add segfault and debug reporting (D)
- Add seen_report helper function to manage messaging. (M)
- Renamed STATS command to STATUS to match other modules. (M)
- Optimise limit and expiry checks. (M)
- Add EXPIRETIME setting, to expire records after # days (D)
- Ensure memory is free when unloading module (D)
- Add Enable/Disable options for each event (D)
- Use Nick only on connection Event output for non Opers, as Vhosts are
not known when event recorded (D)
- Add output from event recording when verbose set on (D)
- Add Module Exclusions (D)
- change REMOVE command to DEL (D)
- use new core user struct fields userhostmask and uservhostmask (breaks
the seendata file again but should be the last time hopefully) (D)
- SEEN and SEENNICK available to NS_ULEVEL_LOCOPER even if disabled
(including in the services channel) (D)
- SEEN and SEENNICK now checks to see if passed data is a valid nickname,
and if the nick is online before traversing the Seen Data List (D)
- Added Verbose Setting. (D)
- SEEN now shows up to the last 5 Nicknames that match, but only shows
the full details for the last entry (D)
- Updated SeenData Strucure field sizes, this breaks the file so
SeenServseendata.gdbm must be removed when updating (D)
- Added This File (D)
- Added Win32 required files (M)