index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inspircd_io.cpp
Age
Commit message (
Expand
)
Author
2005-04-07
Fixed "error in free()" and other bugs going to open sockets
brain
2005-04-05
Major optimizations!
brain
2005-04-05
If writing the PID file fails, it is now written to the log
brain
2005-04-03
Added shutdown() calls on die
brain
2005-04-03
Added code to shutdown listening sockets on exit
brain
2005-04-02
Config files read by the ircd are now chmod'ed 0600
brain
2005-04-02
Added pid file support, and documentation for it
brain
2005-03-27
Made config parsing code a bit more lenient
brain
2005-03-26
Fixed a minor typo
brain
2005-03-26
Fixed parsing error with comments that have tabs before them
brain
2005-03-25
Added implementation of strlcpy and strlcat for systems that dont have it
brain
2005-03-25
Added a lot of config error checking
brain
2005-03-14
Unknown change
brain
2004-09-11
Changes for security based on RATS analysis
brain
2004-09-11
Security audit based on RATS output
brain
2004-09-04
Fix to bug #24, stringstream::clear() clears the stream error state not its data
brain
2004-09-04
Fix for bug #24 (/stats entries doubling after rehash)
brain
2004-05-16
Updated header comments
brain
2004-04-22
Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...
brain
2004-04-20
ConfigReader fixes to cope with tab characters (why didnt we notice this befo...
brain
2004-04-08
Added ConfigReader::EnumValues() (requested by Craig)
brain
2004-04-08
Attempted fixes to make ModuleReader::ReadValue return "" if string does not ...
brain
2004-04-08
Fixes to connection pooling... this brain misunderstood the parameters to sel...
brain
2004-04-07
Added preliminary support for ConfigReader::Verify at request of the slug :p
brain
2004-04-07
Fixed config reader to cache its files instead of re-reading them for each ac...
brain
2004-04-04
Added support for module-based chanmodes with parameters and the ability to q...
brain
2004-04-04
Added support for /modules command
brain
2004-04-03
Fixes for setpriority on freebsd
brain
2003-09-27
Combined The file Modules and Config file existance checkers into one function
frostycoolslug
2003-09-27
changed CheckModule from (char module[MAXBUF]) to (char* module) -- Suggested...
frostycoolslug
2003-09-27
Fixed Bug Causing missing modules to Seg Fault The IRCd, now the missing modu...
frostycoolslug
2003-03-23
Changed so that when the process detaches, it changes its own priority to a l...
brain
2003-02-09
Changed to work with new log-level
brain
2003-02-02
Added first part of server linking code
brain
2003-01-30
Moved to Dev-C++ as an editor for project (more stable than gvim!)
brain
2003-01-23
Initial revision
brain