aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd_io.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added pid file support, and documentation for itGravatar brain2005-04-021-0/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@950 e03df62e-2008-0410-955e-edbf42e46eb7
* Made config parsing code a bit more lenientGravatar brain2005-03-271-1/+1
| | | | | | | | | | Added error checking to make sure opertypes exist before opering a user! Added 005 handling for modules Started on KILL event for modules Started on OnModuleLoad event for modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@918 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed a minor typoGravatar brain2005-03-261-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@915 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed parsing error with comments that have tabs before themGravatar brain2005-03-261-4/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@914 e03df62e-2008-0410-955e-edbf42e46eb7
* Added implementation of strlcpy and strlcat for systems that dont have itGravatar brain2005-03-251-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a lot of config error checkingGravatar brain2005-03-251-4/+146
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@898 e03df62e-2008-0410-955e-edbf42e46eb7
* Unknown changeGravatar brain2005-03-141-5/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@884 e03df62e-2008-0410-955e-edbf42e46eb7
* Changes for security based on RATS analysisGravatar brain2004-09-111-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@856 e03df62e-2008-0410-955e-edbf42e46eb7
* Security audit based on RATS outputGravatar brain2004-09-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@855 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to bug #24, stringstream::clear() clears the stream error state not its dataGravatar brain2004-09-041-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@854 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #24 (/stats entries doubling after rehash)Gravatar brain2004-09-041-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@853 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated header commentsGravatar brain2004-05-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7
* Added tons of services/uline stuff. DO NOT USE YET! services data isnt ↵Gravatar brain2004-04-221-6/+0
| | | | | | replicated across the network! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7
* ConfigReader fixes to cope with tab characters (why didnt we notice this ↵Gravatar brain2004-04-201-10/+14
| | | | | | before?) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@680 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ConfigReader::EnumValues() (requested by Craig)Gravatar brain2004-04-081-0/+86
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@456 e03df62e-2008-0410-955e-edbf42e46eb7
* Attempted fixes to make ModuleReader::ReadValue return "" if string does not ↵Gravatar brain2004-04-081-0/+3
| | | | | | exist git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@455 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to connection pooling... this brain misunderstood the parameters to ↵Gravatar brain2004-04-081-1/+2
| | | | | | select :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@452 e03df62e-2008-0410-955e-edbf42e46eb7
* Added preliminary support for ConfigReader::Verify at request of the slug :pGravatar brain2004-04-071-3/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@419 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed config reader to cache its files instead of re-reading them for each ↵Gravatar brain2004-04-071-139/+158
| | | | | | access git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@413 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for module-based chanmodes with parameters and the ability to ↵Gravatar brain2004-04-041-0/+6
| | | | | | query the mode states. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@374 e03df62e-2008-0410-955e-edbf42e46eb7
* Added support for /modules commandGravatar brain2004-04-041-3/+3
| | | | | | | Updated contributors git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@373 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes for setpriority on freebsdGravatar brain2004-04-031-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@370 e03df62e-2008-0410-955e-edbf42e46eb7
* Combined The file Modules and Config file existance checkers into one functionGravatar frostycoolslug2003-09-271-18/+3
| | | | | | | Added 'Exists' To the FileReader class of the Module API git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@192 e03df62e-2008-0410-955e-edbf42e46eb7
* changed CheckModule from (char module[MAXBUF]) to (char* module) -- ↵Gravatar frostycoolslug2003-09-271-1/+1
| | | | | | Suggested by [Brain] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@189 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed Bug Causing missing modules to Seg Fault The IRCd, now the missing ↵Gravatar frostycoolslug2003-09-271-1/+9
| | | | | | modules are ignored. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@188 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed so that when the process detaches, it changes its own priority to a ↵Gravatar brain2003-03-231-0/+4
| | | | | | low value to avoid using a lot of CPU git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@168 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed to work with new log-levelGravatar brain2003-02-091-2/+22
| | | | | | | Fixed to allow comments in config file to work properly git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@166 e03df62e-2008-0410-955e-edbf42e46eb7
* Added first part of server linking codeGravatar brain2003-02-021-1/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@160 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved to Dev-C++ as an editor for project (more stable than gvim!)Gravatar brain2003-01-301-30/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@158 e03df62e-2008-0410-955e-edbf42e46eb7
* Initial revisionGravatar brain2003-01-231-0/+371
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7