summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2004-04-08Fixed bug on client registration timeout/ping timeoutbrain
2004-04-08Added connection pooling - connections are sorted into pools of X descriptorsbrain
2004-04-08fixed typobrain
2004-04-08More characters allowed in command field requested by phidjitbrain
2004-04-08Damn typosbrain
2004-04-08Proper fix for comma seperated listsbrain
2004-04-08Fix to loop_call and comma seperated lists - another phidjit onebrain
2004-04-08Fixed module loading and chop() bugsbrain
2004-04-08Fixed module loading bugs...againbrain
2004-04-08Fixed another module loader bugbrain
2004-04-07Fix to an old old bug? :)brain
2004-04-07Fixed bug where putting too many spaces in a privmsg disconnected the userbrain
2004-04-07Fixes to /modules output (found by typobox43)brain
2004-04-07Added preliminary support for ConfigReader::Verify at request of the slug :pbrain
2004-04-07Stability fixesbrain
2004-04-07Fixed config reader to cache its files instead of re-reading them for each ac...brain
2004-04-06indentation fixesbrain
2004-04-06Fixes to OnUserPreMessage and OnUserPreNoticebrain
2004-04-06Added OnUserPreMessage and OnUserPreNotice events (not tested yet)brain
2004-04-06Fixed error where ircd would crash if user's quit message was 'Client exited'...brain