-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
36 lines (36 loc) · 1.84 KB
/
ChangeLog
File metadata and controls
36 lines (36 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
SeenServ Module for NeoStats Changelog.
Fish (F), Mark (M), DeadNotBuried (D)
==============================================================================
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)