ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/TODO
Revision: 33
Committed: Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/TODO
File size: 2572 byte(s)
Log Message:
- svn:keywords

File Contents

# User Rev Content
1 knight 31 $Id$
2 adx 30
3     - dynamically extensible parser for modules
4    
5     - modularize channel, network code etc (not just commands)
6     we can use override_function() or similar for this
7     => means prepared, now just make use of them
8    
9     - username/passwords (iauth ?)
10    
11     - make the reserved FD limit run-time tunable, esp from comm_open()
12     This involves making fd_table[] a dynamically growing/(don't bother with
13     shrinking) list.. have the max fd list configurable in the conf file..
14     => partially done, just turn HARD_FDLIMIT into a variable
15    
16     - Add the IRCnet(?) split logic for nick collisions - on a nick collision,
17     change to "%d-%s", random, nick
18     => this is rather equal to their /nick 0, ie set nick to user's UID
19    
20     ------------------------------------------------------------------------------
21     Little things to be done given enough time and initiative -Hwy
22    
23     . <Riedel> walter : have you implemented the motd= thing in the auth block ?
24     . Fix topic bursting to LL servers (broke lately for some reason)
25     . A FAQ
26     . More translations!
27    
28    
29     -- Rodder's list
30     . Add scalable database-based authentication. Probably part of Iauth.
31     Also add support for server-side notify with the list stored in the
32     auth database. This would make ircd an awesome instant messaging
33     back-end.
34     => currently possible to do as a module
35    
36    
37     -- Diane's list
38     * add logging to ircd.log of possible channel floods
39     * add code to log a minute worth of flooding if the ircd gets n possible
40     flood messages on a channel in t seconds.. This log would be available
41     to hand to authorities if requested.
42    
43    
44     -- Josh's list
45     * Find out the status of the build with IRIX64/MIPSpro.
46     * Make modules.c more flexible in anticipation of Win32 modules usability.
47     * LAZY LINKS ARE BROKEN!!!
48     * TENDRA IS BROKEN! (Not quite our fault)
49     * Fix lack of error message for oper initiating /connect that fails because
50     it's a leaf.
51    
52    
53     -- knight's list
54     * Add Czechoslovakian support.
55     * Database Authentication (IAUTH).
56     * VMS, NetBSD, Mac OS X (testing and porting).
57     * AMD64, Sparc(64) testing and development.
58     * GCC4 testing and development
59     * Re-work nickname collision code to change
60     nicknames on collide rather than issue a
61     server kill.
62    
63    
64     -- adx's list
65     * modularize parser, channel modes, member flags and more
66     * split libio (engines, logging etc) from irc related sources?
67     * implement ND/CD split logic
68     * implement /nick 0 and uid addressing
69     * more I/O backends (ports)
70     * make STATIC_MODULES more flexible
71     * get rid of conf attaching as much as possible
72    
73    
74     -- metalrock's list
75     * Fix that missing server connection timed out notice.

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision