ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/pxys2-2.0.0/pxyservd/ChangeLog
Revision: 3252
Committed: Wed Apr 2 20:41:43 2014 UTC (10 years ago) by michael
File size: 2834 byte(s)
Log Message:
- Imported pxys2-2.0.0

File Contents

# User Rev Content
1 michael 3252 2004-01-17 Stephane Thiell <mbuna@bugged.org>
2    
3     * src/irc_client.c: Limit our virtual client's nick name length
4     to 9 characters.
5     * src/irc_network.c: Fixed a core in the squit handler (in the
6     recursion loop).
7     * src/irc_membership.c: Added HASH_FLAG_AUTOSHRINK again, as it
8     looks like the issue wasn't in dbprim.
9    
10     2004-01-15 Stephane Thiell <mbuna@bugged.org>
11    
12     * configure.ac: Changed --with-nicklen= to --with-maxnicklen to
13     conform a bit more with ircu's F lines.
14     * src/irc_membership.c: Removed HASH_FLAG_AUTOSHRINK as it breaks
15     things.
16     * src/glineq.c: Bug fix when allocated space was growing.
17    
18     2004-01-12 Stephane Thiell <mbuna@bugged.org>
19    
20     * src/cfgloader.c, src/cmd_help.c: Fixed a bug on the HELP
21     command, that happened for specific help items.
22     * src/cmd_stats.c: Added L1 IPCache hits counter.
23     * src/scan.c: Fixed a detail that resulted in users not flagged as
24     "scanned" although they were (when hitting local IP cache).
25    
26     2004-01-11 Stephane Thiell <mbuna@bugged.org>
27    
28     * src/cmd_recheck.c: Added recheck command, works with users or
29     channels. Added appropriate documentation in pxyservdconf.xml.
30     * pxyservdconf.xml, doc-pxyservdconf.xml: Finished current
31     commands' documentation.
32    
33     2004-01-10 Stephane Thiell <mbuna@bugged.org>
34    
35     * src/cmd_info.c: Renamed whois command to info. Now supports both
36     client and channel (show basic info + scan related info).
37     * src/session.c: Fix squit bug.
38     * src/irc_channel.c, src/irc_parser.c: Channel creation fix:
39     update creation time if channel already created or chuck()'ed.
40     * src/scan.c: Fixed peak's timers management, as
41     peak_task_timer_add() increases retain count.
42    
43     2004-01-03 Stephane Thiell <mbuna@bugged.org>
44    
45     * doc-pxyservdconf.xml: New documented configuration file.
46    
47     2004-01-02 Stephane Thiell <mbuna@bugged.org>
48    
49     * Fixed linked list bug in evreg.c - I should use dbprim for that
50     anyway, doh.
51     * Added logging for OPAS feed failures.
52     * Changed max pxyservd->pxyscand sendQ (was only 32KB only
53     doh). This value should be moved to the configuration file.
54     * Added pxyservd's version at the end of the help command reply.
55    
56     2004-01-01 Stephane Thiell <mbuna@bugged.org>
57    
58     * Added --with-nicklen=NICKLEN configure option for pxyservd
59     (defaulting to 9).
60     * Added username and IP in evreg +o (/oper report)
61     * Added evreg flags p (proxy), c (cached proxy) and x (pxyscand
62     events) support.
63     * Added <show-cached> in the configuration to display (1) or hide
64     (0) cached proxies found on the console channel, useful if you
65     don't gline the proxies for too long (eg. 30 min) but pxyscand's
66     <proxy-expire> is longer (eg. 4h).
67     * Removed system.log logging in irc_membership_remove(). We remove
68     the client from the channel after a kick or a part message, we
69     don't care about zombies so the membership relation is sometimes
70     already deleted.