summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
Commit message (Expand)AuthorAgeFilesLines
* Obsolete•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3852 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-081-1577/+0
* - first steps towards a working IPv6 port. I'll work more on this tomorrow. :-P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3845 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar nenolod2006-04-081-3/+3
* Slight optimisation to config reader, looks nicer even if it's not faster.•••Make ./inspircd script use -nolog (it already used -debug, which didn't exist until now!?) Add commandline options -nolog and -debug, -debug forces all log messages to be output regardless of level. -nolog stops the logfile being written, so you can run with -debug without filling up your disk. make clean && make install, apparently some of the core doesn't depend on inspircd_io.h in the makefiles..so it'll probably segfault if you don't. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3841 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-071-3/+3
* Same error message somewhere else, and actually define the const char* versio...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-071-2/+6
* Change error message so it's not 'out of range' when a tag doesn't exist•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3839 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-071-1/+5
* Remove 'validation' for server description and network name (didn't do anything)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3834 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-20/+2
* And the bit I missed... :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3829 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-1/+3
* Remove a load of unneeded debugging output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3828 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-28/+4
* Just indentation tidyups, dont worry i didnt break your lovely parser <3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3827 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-04-041-18/+18
* Extra error detection, thwap me if this comes up with false positives•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3823 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-0/+6
* Remove duplicate error messages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-1/+2
* Die properly on included config file errors•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3821 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-1/+2
* Undo the last tweak, which broke it, and show filenames in the error messages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3820 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-13/+11
* combine a couple of if()'s•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3819 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-3/+3
* Remove some random unneeded casts•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3818 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-3/+3
* All new shiny config parser, there's probably some bugs there somewhere but h...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3817 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-041-502/+402
* Forward port the removal of -nolimit (doesn't seem to be in the current comma...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3815 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-04-041-14/+11
* Fix Odin & Dune's obscure bug when you have the name of a config variable wit...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3807 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-031-7/+33
* Initialise OperSpyWhois value to false, just in case.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3806 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-04-031-1/+1
* Add configuration option <options:operspywhois> to set if opers see invisble ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3789 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-301-31/+31
* Listening sockets are now explicitly nonblocking just in case the socket engi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3755 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-261-1/+2
* Allow adding of new client ports via /REHASH.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3731 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-181-8/+74
* Obscure bug of the week: InspIRCd crashes when given more than 64 client port...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3701 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-131-1/+1
* Removal of ancient TRUE/FALSE #defines (C-ish stuff)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3700 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-131-13/+22
* Removed lowercasing of servername on validation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3698 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-1/+1
* Const refs (this is about the last of them in the core api)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3694 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-1/+1
* Removed 8-space indents•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3644 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-56/+56
* Whoops, forgot a NULL•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3643 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-1/+1
* Commented all the new config stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3642 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-20/+60
* Typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3638 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-1/+1
* Moved more stuff into right places•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3637 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-2/+10
* Made it compile :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-4/+3
* Mass tidyup of ServerConfig::Read and stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3634 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-162/+156
* Test stuff for improved multi-tags in core•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3632 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-1/+120
* Support for hostnames in <bind> tag (so long as the hostname resolves to a lo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3621 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-9/+42
* Tidyup of config reader lowlevel reading•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3620 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-147/+143
* Align names that are output on startup using \t htabs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3618 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-3/+3
* Moved typedefs etc into the header where they belong•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3617 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-12/+0
* Move vars to top of function•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3616 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-9/+5
* Validating wrong field•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3615 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-1/+1
* Improvements•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3614 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-38/+30
* Tidyup of ServerConf::Read about half done (works)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3613 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-1/+1
* Probably doesnt work yet•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3612 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-110/+164
* More stuff done•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-13/+12
* I hate casts.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3610 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-11/+12
* Please diagnose error line 205•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3609 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-43/+88
* Cleanup.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3576 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-03-091-314/+362
* Update to Start() credits, now refers users to /info output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3568 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-03-091-3/+2
* CM -> CM1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3493 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-061-1/+1
* Tidied GetMaxBans to leave the ConfigReader subsystem alone•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3491 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-061-0/+9