summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2004-04-10Added 'm' datagram type (user mode change)brain
2004-04-10Fixed conflict with NOTICE and key exchange tokens (oops)brain
2004-04-10Added handling of clients with no modesbrain
2004-04-10Fixes to 'n' supportbrain
2004-04-10Added 'n' token for nickchangesbrain
2004-04-10Fixed Q and added N tokens to server linkingbrain
2004-04-10Added J, P and Q type datagramsbrain
2004-04-10Additional server tokensbrain
2004-04-10Fixes to 'P' (privmsg) datagrambrain
2004-04-10More channel join check fixesbrain
2004-04-10Fixes to channel join checksbrain
2004-04-10Fixes to JOINbrain
2004-04-10Fixed process_module_umodes bug where source is null and fake user created in...brain
2004-04-10Added experimental 'P' token (privmsg)brain
2004-04-10Added /map and /linksbrain
2004-04-10Fixed 'T' token to actually syncbrain
2004-04-10Fix to 'M' handlerbrain
2004-04-10Added some logging to 'T' datagram handlerbrain
2004-04-10Addition of 'T' datagram (TS topic set) and F/Y datagrams (start/end of netbu...brain
2004-04-10Fixed bug in 'M' datagram handlingbrain
2004-04-10Added 'M' type datagrambrain
2004-04-10Fixed 'N' gecosbrain
2004-04-10Fixes to server syncingbrain
2004-04-10Fixesbrain
2004-04-10Fixes to 'N' datagrambrain
2004-04-10fix?brain
2004-04-10Added server to server 'J' tokenbrain
2004-04-09Server link sync fixesbrain
2004-04-09fixes for server linkingbrain
2004-04-09Server linking fixesbrain
2004-04-09fixes to 'N' packet handlingbrain
2004-04-09more fixesbrain
2004-04-09fixesbrain
2004-04-09Fixes to 'N' packetsbrain
2004-04-09More fixesbrain
2004-04-09Adjusted N token stuffbrain
2004-04-09N packet fixesbrain
2004-04-09Added parsing of N datagramsbrain
2004-04-09Fixed strcmp typobrain
2004-04-09Changed id tag to date/revision tagsbrain
2004-04-09/WHO fixes and additions (wouldnt WHO a nickname)brain
2004-04-09Fixed example configbrain
2004-04-09Minor security fix (exposes path of config file to opers)brain
2004-04-09Added security function that removes paths from filenamesbrain
2004-04-09Added flood= value to connect allow classes, added checking for floodingbrain
2004-04-08Fixed buffered i/o bugsbrain
2004-04-08Attempted fixes to make ModuleReader::ReadValue return "" if string does not ...brain
2004-04-08Tons of buffering fixes and optimisations for user connectionsbrain
2004-04-08Fixed protocol violation bugsbrain
2004-04-08Fixes to connection pooling... this brain misunderstood the parameters to sel...brain