36 lines
2.1 KiB
Text
36 lines
2.1 KiB
Text
NeoIRCd ChangeLog.
|
|
Anything we add/change/Delete is noted here.
|
|
Symbols are:
|
|
(F) - Fish (fish@dynam.ac)
|
|
(S) - Shmad (shmad@#neostats.net)
|
|
(HP) - Hybrid Team Patches to Hybrid Source
|
|
|
|
|
|
* NeoIRCd Version 1.0 - 12th August, 2002 - Fish
|
|
(F) - Added +S UserMode. For Services. Allow them to override anything
|
|
(F) - Added Ulined Support (In Addition to whats already there) to allow it to override anything
|
|
(F) - Added Dynamic U lines. Means a
|
|
server can introduce a U lined server to the rest of the
|
|
network, and the U line is dynamically set on all other servers without
|
|
them having to edit the conf file.
|
|
(F) - Added umode +x. Is Hidden Host
|
|
Support. Automatically Hides users hosts. New Client Structure
|
|
client_p->vhost added, and contains the host to display to the network. if
|
|
user removes -x then, vhost is set to real host.
|
|
(F) - Added Setulined to conf file for locally linked servers.
|
|
(HP) - Added Patch to fix race condition in dead_link
|
|
(F) - Added Channel Admins (+a)
|
|
(F) - Moved AnonOps Mode char to +A
|
|
(F) - Only allow channel admins to set +A (anonops)
|
|
(F) - Channel Mode +O (opers only)
|
|
(HP) - Added Patch to fix hardcoded timeouts in s_serv.c
|
|
(HP) - Big arse rc2 patch for Hybrid. Sigh. Found a cute bug in hybrid that would allow it to accept any password for /oper though!
|
|
(F) - Removed all ifdef HALFOP ANONOP VCHAN defines, as these will be standard in NeoIRCd
|
|
(F) - Removed all OANDVcode as its not going to be used at all
|
|
(F) - Removed all Vchan Code and finished rc2 patch from hybrid merge
|
|
(F) - Added svshost and svsnick commands in module m_svscmds.c for begining of service support
|
|
(F) - Added services ID to nick command and in the process broke all Hybrid Compatibility (Needed for services (ie, Epona) support)
|
|
(F) - Added svsid to set services ID on a nickname. Must come from the server, not a client (in m_svscmds.c)
|
|
(F) - Added Chanmode +R and username +r for registered channels and registered users
|
|
(F) - No more need for 3 opers to vote on a Gline. One oper does it now.
|
|
(F) - Moved ungline to m_gline, and unkline, undline to m_kline. removed m_unkline now.
|