summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2005-04-07Added module flags output to /MODULESbrain
2005-04-07Added ability for non-opers to see simplistic /modules outputbrain
2005-04-07/LOADMODULE and /UNLOADMODULE all successfully working!brain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-07Fixed a double free in dnsqueue.cppbrain
2005-04-06Moved module loading to a LoadModule function that can be called outside of i...brain
2005-04-06Changed the loglevel of some startup failure messages to DEFAULT (were DEBUG)brain
2005-04-06Fixed casting warning in ShowMOTD under linuxbrain