[svn] - add some IDEAS, including SASL based opering, internally reworking channel access (custom access
levels?), hideops, namespace cleanups, etc
This commit is contained in:
parent
a3986d9482
commit
a6ac2e9122
|
@ -1,3 +1,12 @@
|
|||
nenolod 2007/05/27 05:44:35 UTC (20070527-3486)
|
||||
Log:
|
||||
- disallow JOIN 0
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+0 -65 trunk/modules/core/m_join.c (File Modified)
|
||||
|
||||
|
||||
nenolod 2007/05/27 05:35:06 UTC (20070527-3482)
|
||||
Log:
|
||||
- blacklist{}: add notes about DroneBL and enable it by default. AHBL is still not enabled by default due
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
Some of this may not be possible to do in 2.3...
|
||||
|
||||
- go TS6 only?
|
||||
- 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?
|
||||
|
||||
--
|
||||
$Id: IDEAS 3488 2007-05-27 06:33:26Z nenolod $
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070527-3482"
|
||||
#define SERNO "20070527-3486"
|
||||
|
|
Loading…
Reference in New Issue