ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/TODO
Revision: 555
Committed: Sat Apr 22 09:39:44 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/TODO
File size: 2474 byte(s)
Log Message:
- Updated RELNOTED.  Added missing entries etc..
  BUGS, TODO, INSTALL: likewise
- Fixed formatting in example.conf

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     . A FAQ
25     . More translations!
26    
27    
28     -- Rodder's list
29     . Add scalable database-based authentication. Probably part of Iauth.
30     Also add support for server-side notify with the list stored in the
31     auth database. This would make ircd an awesome instant messaging
32     back-end.
33     => currently possible to do as a module
34    
35    
36     -- Diane's list
37     * add logging to ircd.log of possible channel floods
38     * add code to log a minute worth of flooding if the ircd gets n possible
39     flood messages on a channel in t seconds.. This log would be available
40     to hand to authorities if requested.
41    
42    
43     -- Josh's list
44     * Find out the status of the build with IRIX64/MIPSpro.
45     * Make modules.c more flexible in anticipation of Win32 modules usability.
46     * LAZY LINKS ARE BROKEN!!!
47     * TENDRA IS BROKEN! (Not quite our fault)
48     * Fix lack of error message for oper initiating /connect that fails because
49     it's a leaf.
50    
51    
52     -- knight's list
53     * Add Czechoslovakian support.
54     * Database Authentication (IAUTH).
55     * VMS, NetBSD, Mac OS X (testing and porting).
56     * AMD64, Sparc(64) testing and development.
57     * Re-work nickname collision code to change
58     nicknames on collide rather than issue a
59     server kill.
60    
61    
62     -- adx's list
63     * modularize parser, channel modes, member flags and more
64     * split libio (engines, logging etc) from irc related sources?
65     * implement ND/CD split logic
66     * implement /nick 0 and uid addressing
67     * more I/O backends (ports)
68     * make STATIC_MODULES more flexible
69     * get rid of conf attaching as much as possible
70    
71    
72     -- metalrock's list
73     * Fix that missing server connection timed out notice.

Properties

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