summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-09Never got committed - added GetVersion()brain
2005-04-08Told Makefile to ignore if cp fails on the binaries.frostycoolslug
2005-04-08Modified to kill -9, if a kill -TERM fails.frostycoolslug
2005-04-08Added Dynamic src/modules/Makefile generation, during ./configure the script ...frostycoolslug
2005-04-08Added <disabled:commands> to the example config (commented out by default!)brain
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-08Changed documentation of /loadmodule and /unloadmodule to include parametersbrain
2005-04-08rehashing now adds and removes modulesbrain
2005-04-07New docs to match extra module Version class stuff, etcbrain
2005-04-07Fixed issue where failing modules would bail by calling exit (deprecated) --brain
2005-04-07Added module flags output to /MODULESbrain
2005-04-07Documented /LOADMODULE and /UNLOADMODULE plus new /MODULES behaviourbrain
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-07Added VF_ module flags as discussed with Craigbrain
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-05Removed reference to depricated ./makeconf and updated command to exec to bui...frostycoolslug
2005-04-05Fixed ./inspircd cron actually working.. but not claiming too!frostycoolslug
2005-04-05Fixed careless bug i left in while debugging :/frostycoolslug
2005-04-05Added ./inspircd (start|stop|restart|rehash|status|cron|Cheese-Sandwich) (Hap...frostycoolslug
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-04Updated docs for ELINEbrain
2005-04-04Added new documentation for ELine class and OnUserPostNick methodbrain
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
2005-04-03Added shutdown() calls on diebrain