Commit graph

54 commits

Author SHA1 Message Date
DNB
1e92d35f42 fix version numbers 2005-12-12 14:14:16 +00:00
DNB
1fc33a1a70 fixup version numbers 2005-12-12 14:00:05 +00:00
Fish
52f9f8a6db bump version 2005-12-12 11:52:29 +00:00
DNB
7c6e949992 fix indents for readabilty 2005-12-11 12:06:21 +00:00
Mark
1836cd08cb update Win32 build to VS2005 2005-11-14 22:40:36 +00:00
Mark
80f55f8b1f update version and project info 2005-10-18 20:01:30 +00:00
Mark
0ea61f6dce update RELNOTES 2005-10-18 19:42:09 +00:00
Mark
b90c3e61a1 const correct module API update 2005-10-13 22:30:23 +00:00
DNB
5a1e15ad49 ensure seendata table always open 2005-10-12 13:31:50 +00:00
Mark
91a11cba11 fix list max 2005-10-11 22:11:33 +00:00
Mark
05b8a5411e update to new event table end macro 2005-09-19 20:38:57 +00:00
Mark
bb39201f2b New macros NS_CMD_END() and NS_SETTING_END() for terminating command and setting lists 2005-08-17 21:00:17 +00:00
Mark
6c3e24cde5 fix compilation 2005-08-16 22:13:53 +00:00
Fish
9ee419bf3f fix addtimer calls 2005-08-09 12:25:20 +00:00
DNB
f506745cf1 only load data on module load if using in memory list
use removeagedseenrecords to ensure expiretime set when changing MEMORYLIST setting
2005-08-09 06:27:15 +00:00
DNB
004fc8e9cb expire records when using DB only 2005-08-09 06:20:57 +00:00
DNB
c37a4934f8 add option to allow lookups from DB only, using im memory list as cache only until data saved (not tested 100% yet)
update copyright info
2005-08-09 06:11:58 +00:00
DNB
0d86a7d1e6 remove unused var 2005-08-05 04:20:14 +00:00
DNB
bca4257c1c add dbupdatetime setting to save new data to the db at set interval (1 to 900 seconds), or on lookup request 2005-08-05 04:12:41 +00:00
Fish
b9c2410fb5 kill compiler warnings 2005-07-01 09:35:53 +00:00
DNB
3f391bab3d remove records based on age if they are displayed by a request
more optimising of limit and expiry checks
add timer for removing records based on age
2005-06-10 04:10:17 +00:00
DNB
9805489bf5 check for valid nickname and if nickname online before wildcard match 2005-06-10 02:26:24 +00:00
DNB
dfbaa2b416 change copyright text
fix changes from rev 30 that crashed services when using seen command
2005-05-26 14:32:20 +00:00
Mark
a7d3c8a49e introduce some TS defines for easier code reading 2005-05-25 19:05:16 +00:00
Mark
e438402a03 help system update and some code tidy ups 2005-05-25 17:45:52 +00:00
DNB
a7fea55541 code tidyups
add check for enabled channel to join/part pseudo client
remove verbose setting
add segfault location s and debug info
2005-05-10 03:30:03 +00:00
Mark
92c46f8935 restore oper reports accidentally removed in rev 25 and additional type checking 2005-05-02 17:26:09 +00:00
Mark
60c2663bf8 minor string clear tidy up 2005-05-01 23:42:51 +00:00
Mark
590f946d4f optimisations 2005-05-01 23:03:25 +00:00
Mark
fddb5aafc2 more reporting cleanup 2005-05-01 22:50:02 +00:00
Mark
0c40ddba49 clean up seen reporting with helper function 2005-05-01 22:31:09 +00:00
Mark
dfd36e6b6c some list processing tidy ups 2005-05-01 21:51:36 +00:00
Mark
43438bec17 Optimise limit and expiry checks 2005-05-01 21:08:44 +00:00
Mark
c5171c47e5 win32 lib fix and strchr call fix 2005-05-01 20:42:31 +00:00
DNB
3fa8815137 add record expiry by number of days 2005-03-30 05:47:23 +00:00
DNB
7dc245be81 use old host/vhost on nick change 2005-03-22 14:17:34 +00:00
DNB
cf22b790c1 code tidyups
fix up copyright notices
ensure memory free when unloading module
2005-03-20 02:36:34 +00:00
DNB
e3141d177f fix segfault when server kicks from a channel and verbose mode on 2005-03-19 00:04:04 +00:00
DNB
8ac96aa2f9 Add Enable/Disable options for each event
change connection output to nick only instead of vhost (no vhost recorded when signon/nickip events activated)
Add output from event recording when verbose set on
2005-03-18 12:20:22 +00:00
DNB
c63e373632 add misc Files 2005-03-18 01:55:57 +00:00
DNB
b930a82bb2 remove unneeded ModExcludeChannel check 2005-03-18 01:03:31 +00:00
DNB
ae41e27d9f Add Module Exclusions
change REMOVE command to DEL (suggested by Mark)
2005-03-18 00:34:05 +00:00
DNB
007b3ecb89 use new core user struct fields userhostmask and uservhostmask (seendata file must be removed when updating to this rev) 2005-03-17 23:27:28 +00:00
Mark
c99f4b34fd Update to FetchRows handlers to take size parameter 2005-03-17 21:02:31 +00:00
Mark
2895364667 Update to FetchRows handlers to take size parameter 2005-03-17 19:54:17 +00:00
DNB
d8a333fbe2 fix bug not showing data if valid nickname used and the nick wasn't currently online.
stop showing extra matches if only one match found
added missed ChangeLog Updates
2005-03-17 08:57:50 +00:00
DNB
6cbe418361 stop segfault on connection event 2005-03-17 07:27:39 +00:00
DNB
1d7a3cff62 fix typo 2005-03-17 07:17:02 +00:00
DNB
bf972294c4 Add ChangeLog
code tidyups
data changes (SeenServseendata.gdbm must be deleted when updateing from previous revisions)
Extra data output on wildcarded seen.c
Verbose Option added
2005-03-17 07:10:18 +00:00
Mark
92f243cd7a Add win32 support files 2005-03-17 00:10:19 +00:00