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