summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2005-04-12Added OnBackgroundTimer method, ticks every 5 seconds approximatelybrain
2005-04-12Added Server::PseudoToUser and Server::UserToPseudobrain
2005-04-11More fixes :/brain
2005-04-11Blahbrain
2005-04-11Grrbrain
2005-04-11More module fixesbrain
2005-04-11Fucking linuxbrain
2005-04-11Stoopid bloody linuxbrain
2005-04-11More fixesbrain
2005-04-11Attempts to fix broken /loadmodule on some linuxbrain
2005-04-11Fixed /unloadmodule on crappy gentoobrain
2005-04-11Made setrlimit a commandline optionbrain
2005-04-09Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us...brain
2005-04-09Added support for /NAMES with no parameters (just gives a hardcoded response ...brain
2005-04-08Added <disabled:commands> tag!brain
2005-04-08Added ability to disable any command for non-opersbrain
2005-04-08Added customizable pingfreqbrain
2005-04-08Added optional module path to the configuration filebrain
2005-04-08rehashing now adds and removes modulesbrain