summaryrefslogtreecommitdiff
path: root/chat/inspircd12
AgeCommit message (Collapse)AuthorFilesLines
2009-02-14On to what's actually in 1.2RC1:adrianp3-8/+10
This is primarily a fix-based release from 1.2b4. * Minor memory leak * Expire XLines when accessed, not just when matched, to prevent a large buildup of stale XLines * Allow +l 0 (for use with things like +PlL #newchan) * Fix poll socket engine to work correctly * Fix undefined memory read on /stats : * kqueue fixes * Don't allow bad censor configurations to result in an infinite loop * STARTTLS fixes * Change numeric for +L to be easier to parse (and more standardised: freenode and others use this) * Fix autoconnects triggering at the wrong time * Numerous docs typos and updates * Small security hole where /oper allowed /oper login <hash> to oper up * Allow binding to all IPv4 IPs easily on an IPv6 compile * Disallow silly messageflood parameters * And more!
2009-01-04Add latest BETA for InspIRCd 1.2adrianp12-0/+629
Convert m_shun and m_cban to use new XLine framework Allow for custom prefixes to be used in /notice #chan e.g. & /WATCH away notification Exceptions for m_denychans. userrec::HasPermission -> map of maps, for (even faster) access For all the details see: http://wiki.inspircd.org/Development/Roadmap/1.2