summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-10Fixed to not have an idle time greater than the signon timebrain
2005-04-10Added m_setidle, allows opers to set their idle timesbrain
2005-04-10Changed escape codes to work better on dark-on-light terminalsbrain
2005-04-10Moved to beta 3brain
2005-04-10Changed to beta 2 (beta 1 was a fast beta!)brain
2005-04-10Fine-grained control over what can be overridden by whombrain
2005-04-10Test commitbrain
2005-04-10Fixed chu's typobrain
2005-04-10Put the version back after a rush-fixbrain
2005-04-10Fixed a missing semicolon *LARGE SLAP*brain
2005-04-09New day, new version :)brain
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-09Fixed matchingbrain
2005-04-09Never got committed - added GetVersion()brain
2005-04-08Added Dynamic src/modules/Makefile generation, during ./configure the script ...frostycoolslug
2005-04-08Added <disabled:commands> tag!brain
2005-04-08Added ability to disable any command for non-opersbrain
2005-04-08Added m_nicklock module, a module which allows opers to lock a user to a nick...brain
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-07Fixed issue where failing modules would bail by calling exit (deprecated) --brain
2005-04-07Added module flags output to /MODULESbrain
2005-04-07Fixed typo in new /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-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-07Fixed "error in free()" and other bugs going to open socketsbrain
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-06Added log output for on-operbrain
2005-04-06Alright, who forgot to make /oper check hostnames?brain
2005-04-06Changed the loglevel of some startup failure messages to DEFAULT (were DEBUG)brain
2005-04-06Deprecated .layout and .dev files (we no longer use dev-c++ for editing)brain
2005-04-06Fixed casting warning in ShowMOTD under linuxbrain
2005-04-06Fix by om for 'mode change while not on channel' bugbrain
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-05Major optimizations!brain
2005-04-05Optimized connects - motd is sent fasterbrain
2005-04-05If writing the PID file fails, it is now written to the logbrain
2005-04-05InspIRCd now logs value of <die> to the logfile on failurebrain
2005-04-04Added the module method OnUserPostNick for capturing a nickchange AFTER it ha...brain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2005-04-04Added m_operlevels, prevents opers designated as above other opers from being...brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-04-03Strange crash fixbrain