summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-12-28Tidy up indenting in here and remove a ^Mbrain
2006-12-28Reasonably sized fix - when adding modes in modules, be sure to check the ret...brain
2006-12-28Add support for LOCKSERV/UNLOCKSERV to block/open for new connections. Thanks...peavey
2006-12-28Tidyup and is now a vendor module.peavey
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-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-26Add support for config option for percent and minimum string length +P will t...peavey
2006-12-25Fix m_httpd always crashing in destructor if no active Timeout.peavey
2006-12-24Fix broken +G for AnMaster (thanks for pointing out the bug)brain
2006-12-24Double whoopsbrain
2006-12-24Whoops!brain
2006-12-24SQLQuery operator% and operator, now support any data typebrain
2006-12-24Relatively small typo fixbrain
2006-12-23Hash rehashing changebrain
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-22Fix for alias var names within aliasesbrain
2006-12-21Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo...brain
2006-12-21This should fix the issue with unsetting +Jspecial
2006-12-19Fix server prefix on JOIN.w00t
2006-12-18Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed.w00t
2006-12-17Fix this (at last) to only log commands which are operonlybrain
2006-12-17Correctly send TS in JOIN so that services packages etc dont become desynched...brain
2006-12-17Dont use FJOIN to join users to channels outside the burst (revert to earlier...brain
2006-12-17When receiving an FJOIN, if we have no local users, dont send deops, this jus...brain
2006-12-17Handle removal of permenant svsholdsbrain
2006-12-17Fix potential crash, not enough parameters for va_arg when adding perm SVSHOLDbrain
2006-12-17Use safe iter for deleting while iteratingpeavey
2006-12-17someone test this pleasebrain
2006-12-16Add format="" value, at request of Emeric.brain
2006-12-16Allow linefeeds in this module in one valuebrain
2006-12-16Change m_helpop to use the new boolean flag in ReadConf for allowing newlines...brain
2006-12-16Add some comments to explain whats going off in one of the TreeSocket constru...brain
2006-12-16Not sending capab when theres no transport module attached to a server socketbrain
2006-12-16Get rid of HelpopException, use ModuleException thats had reasons for ages nowbrain
2006-12-16w00t: the power to rewrite modules in the leap of a small tiredness barrier. ...w00t
2006-12-16Make SNO notice for +o globalpeavey
2006-12-16Linefeeds in quotes, just for w00t.brain
2006-12-16Usermode +G allowed opers to change other user's modes. As the core doesn't f...w00t
2006-12-16Fix setting of * for bans in m_messageflood, this has been broken for quite s...brain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-14Refactor userrec::chans.brain
2006-12-13Fix m_watch to properly use OnCleanup, and to delete pointer on quitbrain
2006-12-13Commentsbrain
2006-12-13Turn watchlist back to map. watchlist is small, watchentries is large, only w...brain