2007-12-22 23:38:09 +01:00
|
|
|
Important stuff:
|
|
|
|
- our I/O operates on raw fds. we should use fde_t's everywhere so that
|
|
|
|
lookups are less necessary and so that I/O is done using the virtual functors,
|
|
|
|
IOFuncRead and IOFuncWrite.
|
|
|
|
- implement comm_get_io_direction(fde_t *) and use it to determine how to reschedule
|
|
|
|
I/O direction when needed.
|
|
|
|
|
2007-05-27 08:33:26 +02:00
|
|
|
Some of this may not be possible to do in 2.3...
|
|
|
|
|
2007-08-09 08:50:13 +02:00
|
|
|
- go TS6 only? [partially done; TS6 is always enabled now]
|
2007-05-27 08:33:26 +02:00
|
|
|
- client.c, channel.c is very 2.8 style still. it'd be nice to pack them into their own namespace and
|
|
|
|
such. moreover, the other 2.8 code needs similar rewriting/reworking too...
|
|
|
|
- internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined
|
|
|
|
special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
|
|
|
|
- somehow hide channel operators like ircnet can do?
|
|
|
|
- SASL opering?
|
2007-06-06 17:46:12 +02:00
|
|
|
- link failover?
|
2007-05-27 08:33:26 +02:00
|
|
|
|
|
|
|
--
|
2007-08-09 08:50:13 +02:00
|
|
|
$Id: IDEAS 3552 2007-08-09 06:50:13Z nenolod $
|