summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-05-05Fixes to:brain
2005-05-04Fix to a mode parsing bug (eating wrong version of parameter?)brain
2005-05-03Fixed off-by-one error in client read() (improbable due to size of buffer but...brain
2005-05-03Fixed 'no such server' when server is foundbrain
2005-05-03Reordered some on-connect network stuff to stop services being so confusedbrain
2005-05-03Fixed to always write log to bin directorybrain
2005-05-03Extra safety checks to avoid trying to write() remote usersbrain
2005-05-03A few cpu usage tweaksbrain
2005-05-03Optimized WriteCommon and WriteCommonExceptbrain
2005-05-02Updated /stats T to include motdsbrain
2005-05-02Added /stats Tbrain
2005-05-02Fixed weird line wrapping bug with extremely long linesbrain
2005-05-01Sanity checks for fd_ref in addclientbrain
2005-05-01Added and tested fd crossreference table - improves speed a lot, and fixes on...brain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-30Changed how remote version works a bitbrain
2005-04-29Fixed some flood checkingbrain
2005-04-29Added some pretty mean anti-flood featuresbrain
2005-04-29A few anti-flood featuresbrain
2005-04-29Tidied up zline stuffbrain
2005-04-29Made xline notices neater when notifying of unknown connectionsbrain
2005-04-29Added code to detect and set local zlines for "flood from unregistered connec...brain
2005-04-29Updated buffering, faster and more sensible (old code sucks)brain
2005-04-28Fixed WriteCommon not writing to the source user when not on any channelsbrain
2005-04-28Remote versioning fixesbrain
2005-04-28Added remote versioningbrain
2005-04-28Blah (ive committed so many times to fix this bug its not worth commenting here)brain
2005-04-28Changed point where routing table is sent so that services worksbrain
2005-04-28Fixes to WriteCommon and WriteCommonExceptbrain
2005-04-27Double nickchangebrain
2005-04-27Double nickchange issuebrain
2005-04-27Fixed stuffbrain
2005-04-27Linking fixesbrain
2005-04-27No suck nickname?! why didn't anyone see this?!brain
2005-04-27Optimized stuffbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Updated startup colour schemebrain
2005-04-26Changed some %d to %lubrain
2005-04-26strlen tidyup #2brain
2005-04-26Strlen tidyup (based on results of gprof output)brain
2005-04-26Fixed problem where nobody could message a channel they werent a member of (i...brain
2005-04-26Major *MAJOR* optimizations by double-referencing channels to usersbrain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-23Speedup for buffered uplinksbrain
2005-04-21Added warning on unresolved symbol errors about 'you might need ./inspircd st...brain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-18Added PID reporting and testing before daemonizebrain
2005-04-18Changed "is now running" message to AFTER port bind checksbrain
2005-04-18Fixed /LUSERS server count againbrain