summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-03-25start of fix for bug #805brain
2009-03-25Fix headers for GCC 4.4: sprintf requires #include <cstdio>danieldg
2009-03-23ConfigReaderThread updates: add done flag, remove main-thread-only mutexdanieldg
2009-03-23ThreadEngine: Allow interthread signaling without needing as many hacksdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-22Revert r11241 due to crashiness when rehashing from IRC.dz
2009-03-21Actually close file log FDs when we're done with them.dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Extban rework: allow exceptions to override bans on joindanieldg
2009-03-10Fix snomask stacking to only delay (last message repeated) part of the snomaskdanieldg
2009-03-09Rewrite BufferedSocket::BindAddr to actually make sense, and not infinite loo...w00t
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-14Add missing header #define assuring its only included once where neededpeavey
2009-02-14Nuke trailing spacespeavey
2009-02-13Add security:genericoper as requested by Strawberry and TwinShadow.brain
2009-02-08Fix some stuff for nationalcharsbrain
2009-02-06Patch for bug #704 by Darom, allows for 64 bit file offsets, so that signal 2...brain
2009-01-27Fix the poll socketengine to actually work.psychon
2009-01-24fix typopeavey
2009-01-23Templateise thisbrain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-23Remove an unused event.w00t
2009-01-23Fix bug 688, reported by Ankit: extended invexes don't work correctly at all....w00t
2009-01-09Remove channel::created as its unused and only serves to confuse (see last co...peavey
2009-01-02Update copyrights for 2009.w00t
2008-12-28Change a few bits to use std::list instead of std::vector.w00t
2008-12-21Minor documentation fix, spotted by Johannes13dz
2008-12-15Remove numbers from these. They shouldn't be used anyway, enums are designed ...w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-07national_case_sensitive_map -> national_case_insensitive_map.w00t
2008-12-07Move stuff to use ASCII map where required.w00t
2008-12-07national_case_sensitive_map must be static, thanks to the match stuff being s...w00t
2008-12-07Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen...w00t
2008-12-07Add ascii_case_insensitive_map, thanks MacGyver.w00t
2008-12-07Rename case_sensitive_map to rfc_case_sensitive_mapw00t
2008-12-01Rip flood/threshold out of config classes also.w00t
2008-12-01Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei...w00t
2008-12-01Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase...w00t
2008-12-01Remove OverPenalty, saves sizeof(bool) per user.w00t
2008-11-22Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r...brain
2008-11-02This was never supposed to be invoked on /rehash, only startup.. so move it t...w00t
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-11-01Simulate AF_INET addresses for 4in6 connections [danieldg]w00t
2008-10-28Remove one (now unneeded) 4in6 hack.w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t