summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
AgeCommit message (Expand)Author
2007-10-15Move oper classes and types stuff from users to configreader. It may need to ...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Fixes 1brain
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-27Add <server:id> - this is optional, as stated in the example conf,brain
2007-08-27Remove more unnecessary header trafficw00t
2007-08-27Add options:maxtargets that was somehow omitted, fixes bug #400 (Reported by ...brain
2007-08-26Added new announceinvite setting i discussed briefly with w00t and i like mys...brain
2007-08-26Add option to set invite announcements to nobody, ops only, or all users, bas...brain
2007-08-26Revised fix for bug #367 pointed out during qa by owine, thanks :)brain
2007-08-20Whoops, i left a value out of the array, and gcc didnt warn!brain
2007-08-20Whoops! trunk-only fix to config reader so it doesnt bomb out if you omit an ...brain
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-19Allow changing of an oper's host on oper up using <type:class> (give it a con...brain
2007-08-19Add <connect:inherit> and <connect:name>brain
2007-08-19Add extra stuff to make it work (and compile)brain
2007-08-19Pick up a few error conditions we didnt before in the config reader, and also...brain
2007-08-11Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo...brain
2007-08-07Check for remote and sighup rehashes here, so that it doesnt crash if there a...brain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-12Implement a way to disable options:maxwho, bug #348brain
2007-06-24Fix undocumented windows behaviour where multiple dns servers are packed into...brain
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-04Add options:moronbanner. Yes really, thats what its called. See the example c...brain
2007-06-04Fix windows issue locating some files relative to the conf dir (namely motd, ...brain
2007-06-03Make nt the default channelmode if <options:defaultmodes> is not present.peavey
2007-06-02The code to work out the path seems to work fine now on freebsd and linux, st...brain
2007-06-02Debug to troubleshoot why this writes the log to the current dir in bsd, not ...brain
2007-06-02Specific windows code for getting the full path to the exebrain
2007-05-31Detect BRAINDEAD WINDOWS EDITORS THAT DEFAULT TO SAVING AS UTF-16! When we fi...brain
2007-05-27Add config example, and allow options:defaultmodes="" so that people can have...brain
2007-05-27Config option for default channel modes -- more to follow, don't use yetbrain
2007-05-26pah, bully to you, mister posixbrain
2007-05-26This should do itbrain
2007-05-26Works for me now, please testbrain
2007-05-26Brok.brain
2007-05-26w00t please review, line 1603 configreader.cppbrain
2007-05-22Add comments as to what its doingbrain
2007-05-22Code to find nameservers in the windows registry - largely untestedbrain
2007-05-21It seems that making inspircd.h the first include in .cpp files eliminates th...brain
2007-05-20- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a...w00t
2007-05-20Windows path seperator is \, this was assuming /. Fixed.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-13Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo...w00t