]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Trap SIGXFSZ
[user/henk/code/inspircd.git] / include /
2009-02-08 brainFix some stuff for nationalchars
2009-02-06 brainPatch for bug #704 by Darom, allows for 64 bit file...
2009-01-27 psychonFix the poll socketengine to actually work.
2009-01-24 peaveyfix typo
2009-01-23 brainTemplateise this
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-23 w00tRemove an unused event.
2009-01-23 w00tFix bug 688, reported by Ankit: extended invexes don...
2009-01-09 peaveyRemove channel::created as its unused and only serves...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 w00tChange a few bits to use std::list instead of std:...
2008-12-21 dzMinor documentation fix, spotted by Johannes13
2008-12-15 w00tRemove numbers from these. They shouldn't be used anywa...
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-12-07 w00tAdd InspIRCd::national_case_sensitive_map pointer,...
2008-12-07 w00tAdd ascii_case_insensitive_map, thanks MacGyver.
2008-12-07 w00tRename case_sensitive_map to rfc_case_sensitive_map
2008-12-01 w00tRip flood/threshold out of config classes also.
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tSimulate AF_INET addresses for 4in6 connections [danieldg]
2008-10-28 w00tRemove one (now unneeded) 4in6 hack.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-25 w00tFix a number of commands to have max_params field....
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-25 w00tAs we have an enum for type, why not ..use it?
2008-10-25 w00tLast of documentation for protocol interface. XXX,...
2008-10-25 w00tDocument SendMode.
2008-10-25 w00tDocument SendTopic.
2008-10-25 w00tDocument SendMetaData.
2008-10-25 w00tDocument ENCAP.
2008-10-25 w00t(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-23 w00tPatch from dz to fix bug 622 (config errors build up...
2008-10-20 w00tImplement <security:runasuser> and <security:runasgroup...
2008-10-18 brainDefault 'noisy' to false. Until i hear from w00t i...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-10-18 w00tMigrate oper commands to an std::set, add a set for...
2008-10-18 w00tAdd skeleton of HasPrivPermission.
2008-10-17 w00tRemove the duplicate checking/disabled setting of ...
2008-10-02 brainFix for bug #601
2008-09-30 brainFix for bug #604 reported by Phoenix, thanks
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-09-22 brainwarning-free on windows
2008-09-22 brainSecond part of fix for bug #605, make adding and remova...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-21 psychonFix some comment which was left over from before the...
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-20 brainMore comments
2008-09-20 brainMore comments, and remove some unused craq. Someone...
2008-09-20 brainmore comments
2008-09-20 brainStart documenting stuff for 3rd party developers. Comme...
2008-09-13 aquanightChanged Allowed Modes to bitsets.
2008-09-13 w00tRemove unneeded namespace stuff.
2008-09-12 w00tMinor style tidyup.
2008-09-12 w00tCleanup of some internals. Tested via m_httpd.
2008-09-11 w00tRemove some duplication, everything calls the SE equivi...
2008-09-11 w00tRemove useless parameter.
2008-09-11 w00tFix a comment.
2008-09-11 w00tExperimental WSAPoll (thanks for not just using poll...
2008-09-11 w00tThere is absolutely no need to cache connect timeout.
2008-09-11 w00tRemove an unused member.
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-10 specialClear out the string used for the temporarily stored...
2008-09-10 specialFixed comments for cached host fields in User; 3/4...
2008-09-09 w00tRemove a totally redundant method (this is already...
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tRemove listening from BufferedSocket, it's bloaty and...
2008-09-08 w00tMake OnAcceptReady pure virtual, rename ListenSocket...
2008-09-08 w00tAdd incoming IP to OnAcceptReady
2008-09-07 w00tTidy up some of the internals a bit, making things...
2008-09-07 w00tMerge class connection in with class user (nothing...
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tInitialising the member we added might be an idea.
2008-09-07 w00tFix forward-declaration caused as a result of recent...
2008-09-07 w00tStart moving IO hooking from being bufferedsocket based...
2008-09-06 brainGrr at windows exports
2008-09-06 brainfixes so m_sqloper builds on win
2008-09-06 brainMake ThreadEngine::Mutex() protected too, make the...
2008-09-06 brainSpeedups
2008-09-06 brainNope w00t it wasnt the last :p
2008-09-06 brainProperly handle CIDR etc for user pointer extbans
2008-09-06 brainMake sure user is null when a literal is passed
2008-09-06 brainOptional use of user object
2008-09-06 brainWhoops left something out
2008-09-06 brainNewer extban-supporting listmode api
2008-09-06 brainStick Enable() in private, enhance comments
2008-09-06 brainNew methods in mutex purely for readability:
2008-09-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 brainFix silly compile errors
next