summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2005-04-18Fixed /LUSERS server countbrain
2005-04-18Fixed strange join behavior reported by w00t (mirc requesting MODE immediatel...brain
2005-04-18Fixed strhashcompbrain
2005-04-17Fixed bug #47 reported (and suggested fix) by Ombrain
2005-04-15Added new API methods:brain
2005-04-15Fixed bug where if channel limit was lower than the user count users could st...brain
2005-04-14Added ability for modules to hold users in a 'holding pattern' while they do ...brain
2005-04-14Added OnUserKick and OnUserPreKickbrain
2005-04-14Stupid typosbrain
2005-04-14Fixed minor typo in AllModulesReportReady()brain
2005-04-14Added (untested!) OnCheckReady and OnUserRegister (gonna write an ident looku...brain
2005-04-14Added OnPreCommandbrain
2005-04-13Fixed some 'unknown command' stuff (sorry w00t) :pbrain
2005-04-13Updated to support OnSendListbrain
2005-04-13Fixed m_park stuffbrain
2005-04-13Fixed OnBackgroundTimer segfaultsbrain