summaryrefslogtreecommitdiff
path: root/include/configreader.h
AgeCommit message (Expand)Author
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-10-23Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash)...w00t
2008-10-20Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u...w00t
2008-10-18Working privs implementation, and example usage in NOTICE for mass messaging.w00t
2008-09-21Fix some comment which was left over from before the conversion from User* to...psychon
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-09-20more commentsbrain
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-08-27Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...w00t
2008-08-07Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ...w00t
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-12Add <cidr> block, and documentation in example config.w00t
2008-06-08Check for invalid characters in keys, will catch config errors earlier and cl...brain
2008-05-26Dont increment maxmodes at finalisation, it isnt used in the same waybrain
2008-05-25All the limits were one less than specified in the config, so now we postincr...brain
2008-05-25Add parsing of <limits> tag and finish documenting it, make all the values ma...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-20A few minor fixes, some copy constructor stuff, misnamed channelmanager const...brain
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
2008-04-11(untested) don't move newconfig to ServerConfig::config_data until its been v...brain
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-24This module uses io hooking too, fix it upbrain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-14Add fixes to stop people changing the SID of a live server - certain configur...brain
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24More stuffbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-24Probably doesnt runbrain
2008-02-21More test suite stuffbrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-02Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident...w00t
2008-02-02Cache User::GetIPString()w00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Implement <options:prefixpart|suffixpart|fixedpart>w00t
2008-01-03Patch turning Config->sid from size_t to char **. This also undoes the total ...w00t
2007-11-18First part of stuff for remote includes (this doesnt work yet)brain
2007-11-11Currently crashes with multiple layers of include. don't use this yetbrain
2007-11-11Provide a facility for modules to flag a config file completedbrain
2007-11-11Report failure to load configsbrain
2007-11-11Add a counter for errored filesbrain
2007-11-11More stuff for this. Its starting to take shape a bit now, and is tidier than...brain
2007-11-11Begin rethink on this. Warning, this WILL break your ircd if youre using trunk!brain
2007-11-11In prep for remote includes, configuration reading is now two-pass.brain
2007-11-04Get rid of global_implementation[] and implement_lists[] from herebrain