This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/ChangeLog

32 lines
1.6 KiB
Text
Raw Normal View History

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)
2002-08-15 06:06:01 +00:00
(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