summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-22Fix for alias var names within aliasesbrain
2006-12-22Fixed to compile properly with -O; keep in mind that this is not supported, u...special
2006-12-21Removed a pointless check in ./configure --clean that made it only work with ...special
2006-12-21Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo...brain
2006-12-21And back onto the SVN track...brain
2006-12-21Beta 6, patchlevel 1 (lets try this again.)brain
2006-12-21Proper fix for CS server crash, forgot to delete chanrec* from users chanlist...peavey
2006-12-21Crude hotfix to what's been crashing chatspikepeavey
2006-12-21This should fix the issue with unsetting +Jspecial
2006-12-19When we handle a READ event on a user, return immediately.brain
2006-12-19Fix server prefix on JOIN.w00t
2006-12-18Avoid no such nick on non oper attempting to view modes of a user.w00t
2006-12-18std::string something = "";brain
2006-12-18Whack a warning (unused var)brain
2006-12-18Then, realize you got your subtraction back to front.brain
2006-12-18Really clever VOODOO.brain
2006-12-18Refactor dns.cpp to use an array of request types rather than map, for O(1) l...brain
2006-12-18Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed.w00t
2006-12-17Fix for new m_helpopbrain
2006-12-17Advance the version number to beta7+SVNbrain
2006-12-17Branch for beta 6 Juletrebrain
2006-12-17Fix this (at last) to only log commands which are operonlybrain
2006-12-17Add this:brain
2006-12-17Correctly send TS in JOIN so that services packages etc dont become desynched...brain
2006-12-17Add a message to the makefile, when starting the build: "this will take a lon...brain
2006-12-17Dont use FJOIN to join users to channels outside the burst (revert to earlier...brain
2006-12-17Use $^O rather than chomp(`uname`); - use perl's neat detection of the OS nam...brain
2006-12-17Make RemoveCommand private.peavey
2006-12-17Invented safe delete-while-itering for hash_map.peavey
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-17Fix a little = turned into a ==peavey
2006-12-17Use safe iter for deleting while iteratingpeavey
2006-12-17someone test this pleasebrain
2006-12-17If the caller said no linefeeds, dont bail, instead just turn the linefeeds i...brain
2006-12-17Finally document <insane> tag, we've had this since like 1.0 beta 6, but we n...brain
2006-12-16Add format="" value, at request of Emeric.brain
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-16Fix all the left out examples that dont get copied to the config dir on installbrain
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