Age | Commit message (Expand) | Author |
2006-12-29 | Fix my whoopsies | brain |
2006-12-29 | This doesnt need to be static | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-29 | Fixed search and replace, code pilfered from m_alias (i think someone misread... | brain |
2006-12-29 | A few fixes, but i cant see why the reverse check doesnt work | brain |
2006-12-29 | Oops slippy fingers. | peavey |
2006-12-29 | Less debug. | peavey |
2006-12-29 | Fix for rehash/load/unload. | peavey |
2006-12-29 | Fix desync (modes not being pushed to remote servers with send_mode event) | brain |
2006-12-29 | Majorly rewrite to totally funk up SQL logging module. Works well with both M... | peavey |
2006-12-29 | Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F... | peavey |
2006-12-29 | Should fix bug #183 (rconnect issues), thanks Bricker | special |
2006-12-29 | Oops. Forgot table ircd_log_hosts. | peavey |
2006-12-29 | Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F... | peavey |
2006-12-29 | Forgot to init it, clean up mem leakage too and log X-Lines proper. | peavey |
2006-12-29 | Also using new interface methods, and maybe less crashage. | peavey |
2006-12-28 | Change the SQLutils and SQL providers to also use interfaces for proper unloa... | peavey |
2006-12-28 | Copyright header added. | peavey |
2006-12-28 | Just a comment. | peavey |
2006-12-28 | Schema for sqloper for PostGre. | peavey |
2006-12-28 | Schema for PostGre. | peavey |
2006-12-28 | Fix mem leakage in reading in and connecting to databases and have destructor... | peavey |
2006-12-28 | microly minorly typo. | peavey |
2006-12-28 | Add m_lockserv to example conf. | peavey |
2006-12-28 | Fix for empty 005 lines | brain |
2006-12-28 | Tidy up indenting in here and remove a ^M | brain |
2006-12-28 | Reasonably sized fix - when adding modes in modules, be sure to check the ret... | brain |
2006-12-28 | Add support for LOCKSERV/UNLOCKSERV to block/open for new connections. Thanks... | peavey |
2006-12-28 | Add m_dnsbl to example conf. | peavey |
2006-12-28 | Tidyup and is now a vendor module. | peavey |
2006-12-28 | Whoops unused variable. | peavey |
2006-12-28 | Add cleanup of objects on readconf and in destructor. | peavey |
2006-12-28 | Remove an extra delete that caused a segfault. | peavey |
2006-12-26 | Fix deprotectself=no not working. | peavey |
2006-12-26 | Beta 8 track! (oh, and there are now officially more 1.1 betas than there wer... | brain |
2006-12-26 | Crux! | 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 | Change to use std::string::iterator rather than making a copy of the pointer ... | brain |
2006-12-26 | Just a little tweak so trigger values makes more sense. | peavey |
2006-12-26 | Document new blockcaps options in example conf. | peavey |
2006-12-26 | Add support for config option for percent and minimum string length +P will t... | peavey |
2006-12-26 | Add some defaults to serverconfig, removing need to set them in validate meth... | peavey |
2006-12-26 | Add Template itoa to convert integer to char* | peavey |
2006-12-26 | Even more typos from Tyler... | peavey |
2006-12-26 | Another minor typo discovered by Tyler. | peavey |
2006-12-26 | Also add support for default values for ConfValueBool and ConfValueInteger in... | peavey |
2006-12-26 | Fix small typo found by Tyler. | 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 |