summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-05Major optimizations!brain
2005-04-05Optimized connects - motd is sent fasterbrain
2005-04-05InspIRCd now logs value of <die> to the logfile on failurebrain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-04-03Strange crash fixbrain
2005-04-03Added another check to the mainloopbrain
2005-04-03Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ...brain
2005-04-03Added code to shutdown listening sockets on exitbrain
2005-04-03Fixed a few small dns timeout bugs (allowing users on without nick or user)brain