summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-28Whoops unused variable.peavey
2006-12-28Add cleanup of objects on readconf and in destructor.peavey
2006-12-28Remove an extra delete that caused a segfault.peavey
2006-12-26Fix deprotectself=no not working.peavey
2006-12-26Beta 8 track! (oh, and there are now officially more 1.1 betas than there wer...brain
2006-12-26Crux!brain
2006-12-26have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_Sbrain
2006-12-26Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S ...brain
2006-12-26Change to use std::string::iterator rather than making a copy of the pointer ...brain
2006-12-26Just a little tweak so trigger values makes more sense.peavey
2006-12-26Document new blockcaps options in example conf.peavey
2006-12-26Add support for config option for percent and minimum string length +P will t...peavey
2006-12-26Add some defaults to serverconfig, removing need to set them in validate meth...peavey
2006-12-26Add Template itoa to convert integer to char*peavey
2006-12-26Even more typos from Tyler...peavey
2006-12-26Another minor typo discovered by Tyler.peavey
2006-12-26Also add support for default values for ConfValueBool and ConfValueInteger in...peavey
2006-12-26Fix small typo found by Tyler.peavey
2006-12-26Tidyup a few var inits for whowas and ircu style prefix.peavey
2006-12-26Add possibility to define default value for ConfValue in configreader and Rea...peavey
2006-12-25Fix m_httpd always crashing in destructor if no active Timeout.peavey
2006-12-25Cosmetic fix to stats z output.peavey
2006-12-24Fix ISON with multiple lines of ISON response, canonize the responses to weed...brain
2006-12-24Fix broken +G for AnMaster (thanks for pointing out the bug)brain
2006-12-24Correctly ignore commented out includesbrain
2006-12-24Double whoopsbrain
2006-12-24Whoops!brain
2006-12-24SQLQuery operator% and operator, now support any data typebrain
2006-12-24Tidyupbrain
2006-12-24Tidyupbrain
2006-12-24Add new people to /infobrain
2006-12-24Tidyup Leet Caps Like This, and display PID when performing operationsbrain
2006-12-24Make gdb ignore sighup toobrain
2006-12-24And fix obligitary brainfartsbrain
2006-12-24Whoops, crash on sighup due to passing null argv and argc (similar to rehash,...brain
2006-12-24Fix the launcher for two situations:brain
2006-12-24Damnit, the comment caused a conflict :<brain
2006-12-24w00t was right, freebsd needs <getopt.h> toobrain
2006-12-24Added a comment /* GNUs smell */ to an #ifdef linux makes us put inbrain
2006-12-24Change argument parsing to use getopt_long_only().brain
2006-12-24Fix --with-max-clients not taking a parameter (reported by erich)brain
2006-12-24Fix a bug in whowas that could desync list.peavey
2006-12-24Add whowas usage to stats z.peavey
2006-12-24Neither should thisbrain
2006-12-24Relatively small typo fixbrain
2006-12-24Add call for OnGarbageCollect to the hourly cleanupbrain
2006-12-24Add OnGarbageCollect methodbrain
2006-12-24Do garbage collection of hash map automatically every hourbrain
2006-12-24Fix loop when quitting multiple users (this is probably whats eating cpu)brain
2006-12-23Better checks for NULL log handlesbrain