summaryrefslogtreecommitdiff
path: root/include/inspircd_io.h
AgeCommit message (Expand)Author
2006-03-18Allow adding of new client ports via /REHASH.brain
2006-03-13Removal of ancient TRUE/FALSE #defines (C-ish stuff)brain
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-03-10Test stuff for improved multi-tags in corebrain
2006-03-10Added MultiConfig for multiple-occurance config itemsbrain
2006-03-10Moved typedefs etc into the header where they belongbrain
2006-03-10Improvementsbrain
2006-03-06Tidied GetMaxBans to leave the ConfigReader subsystem alonebrain
2006-03-02is_uline was an inefficient piece of crap - fixed.brain
2006-02-28BanHidingbrain
2006-02-06Added support for changing tempdir via <options:tempdir>brain
2006-02-03Added ircu-like hidewhois feature that allows hiding of server name in whois ...brain
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-01-22Allowed for configuration of maxtargets in <options:maxtargets>brain
2006-01-15CleanFilename movagebrain
2006-01-15Fixes to make this actually WORK.brain
2006-01-15Added checks to forbid declaring certain config tags twice (ones which should...brain
2006-01-15Added support for <options customversion> to customize the second part of VER...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-15Made inspircd close and reopen its log on rehashbrain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2005-12-29Cached ISUPPORTbrain
2005-12-28Added SetSignals()brain
2005-12-26Added global_implementation array, bypasses calls which *NO* modules are curr...brain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-14Fixupsbrain
2005-12-14Fixed to use MAXSOCKSbrain
2005-12-14Moved BindPorts out of main file into inspircd_io.cppbrain
2005-12-14Added tons of commentsbrain
2005-12-14Moved some other stuff into ServerConfigbrain
2005-12-14More config tidyupsbrain
2005-12-14Moved a ton of *Conf functions into the ServerConfig classbrain
2005-12-14Mis-declared ClearStack()brain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Moved classes out of inspircd.cppbrain
2005-12-14Moved readconfig to serverconfig classbrain
2005-12-14Config fixes for moving MOTD and RULES vectors into the ServerConfig classbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Finished moving main config items into class ServerConfigbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-04-02Added pid file support, and documentation for itbrain
2005-03-25Added a lot of config error checkingbrain
2004-05-16Updated header commentsbrain
2004-04-08Added ConfigReader::EnumValues() (requested by Craig)brain
2004-04-07Added preliminary support for ConfigReader::Verify at request of the slug :pbrain
2004-04-07Fixed config reader to cache its files instead of re-reading them for each ac...brain
2003-09-27Combined The file Modules and Config file existance checkers into one functionfrostycoolslug