Age | Commit message (Expand) | Author |
2007-01-17 | It says something about how excessive our debug output is when the ssl module... | brain |
2007-01-09 | Made the real name value for /admin optional (line isn't displayed if not spe... | special |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2007-01-04 | And fix this bit too | brain |
2007-01-02 | Add support for suffixes K, M, G (kilo, mega, gigabyte) and prefix 0x (hex) | brain |
2006-12-29 | Fixed search and replace, code pilfered from m_alias (i think someone misread... | brain |
2006-12-28 | Fix for empty 005 lines | brain |
2006-12-26 | have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_S | brain |
2006-12-26 | Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S ... | brain |
2006-12-26 | Add some defaults to serverconfig, removing need to set them in validate meth... | peavey |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Tidyup a few var inits for whowas and ircu style prefix. | peavey |
2006-12-26 | Add possibility to define default value for ConfValue in configreader and Rea... | peavey |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-22 | Uninitialized values: fun for ALL the family this xmas time. | brain |
2006-12-22 | Line 1582 configreader.cpp | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-17 | Fix a little = turned into a == | peavey |
2006-12-17 | If the caller said no linefeeds, dont bail, instead just turn the linefeeds i... | brain |
2006-12-16 | Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ... | peavey |
2006-12-16 | Tidy up text formatting | brain |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-16 | Linefeeds in quotes, just for w00t. | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-09 | It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ... | brain |
2006-12-09 | Add the stuff required for the InspSocketHook interface | brain |
2006-12-09 | Not yet tested -- allow iohooking of inspsockets | brain |
2006-12-03 | CheckDie was always still here, we were just forgetting to set the die value'... | brain |
2006-12-03 | Fix <die:value>, its been broken for quite some time. (whoops *hide*) | brain |
2006-11-22 | Removed <options:tempdir> - this hasn't been used since modules were updated ... | special |
2006-11-19 | Fix all the _FORTIFY_SOURCE warnings except "punned pointer". | brain |
2006-11-15 | Tidy up some stuff | brain |
2006-11-15 | The array should no longer be static | brain |
2006-11-15 | All of the void* cast stuff gone!!! | brain |
2006-11-15 | Remove tons of pointer craq (theres still a tinnny bit more to remove) | brain |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
2006-11-14 | Tidyup and tons of debug in here, to troubleshoot an ongoing issue with gcc3.... | brain |
2006-11-13 | Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas.... | peavey |
2006-11-13 | Do *NOT* use local vars in ServerConfig::Read for temporary storage of values | peavey |
2006-11-13 | add <whowas> config option to control whowas behaviour. *may break* | peavey |
2006-11-12 | When rehashing and adding new ports, error back to the user if the ports fail... | brain |
2006-11-12 | When some (but not all) of the ports fail to bind on startup, give the user a... | brain |
2006-11-05 | Fixed bug #164 by peaveydk | special |
2006-11-04 | As requested by satmd, inspircd will now run with no client ports configured | brain |
2006-10-27 | <pid file> is no longer a manditory tag (thanks dotslasher) | brain |
2006-10-27 | Allow relative path on pid file | brain |
2006-10-27 | Allow relative paths for motd and rules (and anything that uses ReadFile) | brain |
2006-10-07 | Replaced operonlystats with userstats to improve security | special |
2006-10-06 | Remove a strcpy | brain |