summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-16Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ...peavey
2006-12-16Add stuff so that the core catches CoreException properlybrain
2006-12-16Allow linefeeds in this module in one valuebrain
2006-12-16Tidy up text formattingbrain
2006-12-16Change m_helpop to use the new boolean flag in ReadConf for allowing newlines...brain
2006-12-16Add an optional parameter to ConfigReader::ReadValue which defines if we want...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-16Make irc::spacify take 'const char*' instead of 'char*'peavey
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-15s/ChatSpike/InspIRCd/ development teamw00t
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-15Try harder to make sure the ERROR string gets sent when closing a connectionbrain
2006-12-15Cleaning up irrelevent stuff in channels.cppbrain
2006-12-14Remove commented out FlushWriteBuf()brain
2006-12-14Remove misc debugbrain
2006-12-14Fix silly bug of the day.brain
2006-12-14Remove FlushWriteBuffer() from DoBackgroundUserStuff(). Its no longer require...brain
2006-12-14CPU Usage percent in stats z! yay!brain
2006-12-14Change how users are quit if they get a write error during the things they do.brain
2006-12-14Refactor userrec::chans.brain
2006-12-14Refactoring: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
2006-12-13Change m_watch to use hash_map rather than map, because of the large number o...brain
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-13Properly fix 'changed nickname from one thats on your notify to one thats not...brain
2006-12-13Whoops, one too many paramsbrain
2006-12-13Fix /nick signoff messagebrain
2006-12-13More to fix.brain
2006-12-13Make this behave more like other WATCH implementationsbrain
2006-12-13Fix quite a few whoopsiesbrain
2006-12-13Untested! New m_watch that should be hundreds of times faster (im not joking ...brain
2006-12-12Avoid pointless vsnprintf() when our loglevel doesnt meet requirementsbrain
2006-12-12Remove unused debugbrain
2006-12-12Improve how we handle ELINEs on connect, turn O(2n) into O(n) (thats the best...brain
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-12Make FounderProtectBase::remove_own_privs a reference, so we can change it on...brain
2006-12-12Someone forgot to do founder too :pbrain
2006-12-12Fixed a pretty nasty bug that allowed users to +a themselves if deprotectself...special
2006-12-12Reverted om's commit so we can keep laughing at him for never doing anythingspecial
2006-12-12I yell 'LIES' in the face of anyone who says I don't commitom