Age | Commit message (Expand) | Author |
2006-03-02 | Added IS_SINGLE, see comment in include/inspircd.h | brain |
2006-03-02 | Added a sleep on startup to stop it mucking up the display | brain |
2006-03-02 | *UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC... | brain |
2006-03-02 | is_uline was an inefficient piece of crap - fixed. | brain |
2006-03-02 | Made extensive use of charlcat to cut down on strlcat usage | brain |
2006-02-28 | Fixes for new banhiding | brain |
2006-02-28 | BanHiding | brain |
2006-02-28 | Tweaks for unrealisms | brain |
2006-02-28 | Extra error output when fails to bind a port | brain |
2006-02-26 | Valgrind fixes | brain |
2006-02-26 | Removed setpriority() | brain |
2006-02-26 | Lowercase the servername automatically | brain |
2006-02-19 | Removed the 'one of' check for <dns> | brain |
2006-02-19 | Throws exception on failed GetIOHook() | brain |
2006-02-19 | Added check for if the servername contains a '.', if not append one on rehash | brain |
2006-02-11 | Added anti-retard check to prevent retarded flood settings | brain |
2006-02-09 | Added comment about the craqness of ServerConfig::Read() | brain |
2006-02-07 | Experimental improved string handling in server links | brain |
2006-02-06 | Removed some debug notices that were mistakenly in the DEFAULT loglevel | brain |
2006-02-06 | Fix typo | brain |
2006-02-06 | Added support for changing tempdir via <options:tempdir> | brain |
2006-02-04 | When rehashing by sighup and adding/removing modules, don't attempt to write ... | brain |
2006-02-03 | Added ircu-like hidewhois feature that allows hiding of server name in whois ... | brain |
2006-02-03 | *EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-23 | And the programming god looked down upon his deciples and said: VERILY, THOU ... | brain |
2006-01-22 | Allowed for configuration of maxtargets in <options:maxtargets> | brain |
2006-01-16 | Fixed so that ONLY ports of type "" or type "clients" are bound by the core, ... | brain |
2006-01-15 | missing linefeed | brain |
2006-01-15 | Made <disabled> non-manditory, added check for when singular tags arent defin... | brain |
2006-01-15 | CleanFilename movage | brain |
2006-01-15 | Fixed SIGHUP rehash to actually send rehash event to modules | brain |
2006-01-15 | Fixes to make this actually WORK. | brain |
2006-01-15 | Added checks to forbid declaring certain config tags twice (ones which should... | brain |
2006-01-15 | Fix for warning in OpenLog call | brain |
2006-01-15 | Added support for <options customversion> to customize the second part of VER... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-15 | Made inspircd close and reopen its log on rehash | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | brain |
2005-12-30 | Optimized out some more redundant va_args voodoo | brain |
2005-12-28 | Signal handlers were not being set when -nofork was enabled | brain |
2005-12-22 | Optimized out strcpys that copy empty strings (craq++) | brain |
2005-12-22 | Changed two fields in ConnectClass to strings, moved constructor stuff to ini... | brain |
2005-12-18 | Added IOHookModule stuff to allow for different modules to hook different ports | brain |
2005-12-15 | Tidied up some string stuff | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-14 | Moved ModuleError() | brain |
2005-12-14 | Forgot to initialize a var | brain |
2005-12-14 | Shuffling stuff about | brain |
2005-12-14 | Fixed a bad extern (bad extern, BAD) | brain |