Age | Commit message (Expand) | Author |
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 | 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 | Fix mem leakage in reading in and connecting to databases and have destructor... | peavey |
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 | 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 | 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 | Add support for config option for percent and minimum string length +P will t... | peavey |
2006-12-25 | Fix m_httpd always crashing in destructor if no active Timeout. | peavey |
2006-12-24 | Fix broken +G for AnMaster (thanks for pointing out the bug) | brain |
2006-12-24 | Double whoops | brain |
2006-12-24 | Whoops! | brain |
2006-12-24 | SQLQuery operator% and operator, now support any data type | brain |
2006-12-24 | Relatively small typo fix | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-22 | Fix for alias var names within aliases | brain |
2006-12-21 | Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo... | brain |
2006-12-21 | This should fix the issue with unsetting +J | special |
2006-12-19 | Fix server prefix on JOIN. | w00t |
2006-12-18 | Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed. | w00t |
2006-12-17 | Fix this (at last) to only log commands which are operonly | brain |
2006-12-17 | Correctly send TS in JOIN so that services packages etc dont become desynched... | brain |
2006-12-17 | Dont use FJOIN to join users to channels outside the burst (revert to earlier... | brain |
2006-12-17 | When receiving an FJOIN, if we have no local users, dont send deops, this jus... | brain |
2006-12-17 | Handle removal of permenant svsholds | brain |
2006-12-17 | Fix potential crash, not enough parameters for va_arg when adding perm SVSHOLD | brain |
2006-12-17 | Use safe iter for deleting while iterating | peavey |
2006-12-17 | someone test this please | brain |
2006-12-16 | Add format="" value, at request of Emeric. | brain |
2006-12-16 | Allow linefeeds in this module in one value | brain |
2006-12-16 | Change m_helpop to use the new boolean flag in ReadConf for allowing newlines... | brain |
2006-12-16 | Add some comments to explain whats going off in one of the TreeSocket constru... | brain |
2006-12-16 | Not sending capab when theres no transport module attached to a server socket | brain |
2006-12-16 | Get rid of HelpopException, use ModuleException thats had reasons for ages now | brain |
2006-12-16 | w00t: the power to rewrite modules in the leap of a small tiredness barrier. ... | w00t |
2006-12-16 | Make SNO notice for +o global | peavey |
2006-12-16 | Linefeeds in quotes, just for w00t. | brain |