]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Last of documentation for protocol interface. XXX, ProtocolInterface::GetServerList...
[user/henk/code/inspircd.git] / include /
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
2008-09-04 brainability to create mutexes (rather than just having...
2008-08-31 brainWhoops, left off a virtual. Please ensure youre using...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 w00tSave 4 bytes (assuming sizeof(ptr) == 2) per user recor...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-27 w00tAdd <disabled:fakenonexistant> - ircd will pretend...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-08-25 w00tNumerous changes to make this build..
2008-08-25 w00tThis include doesn't exist in 1.2
2008-08-25 w00tForward-port poll socket engine as it seems reasonably...
2008-08-24 brainProperly name the windows service error constants and...
2008-08-24 brainForgot to remove a ,
2008-08-24 brainNo names for the service specific errors, probably...
2008-08-24 brainMove
2008-08-24 brainwork in progress
2008-08-22 w00tAdd OnSendSnotice(char &, std::string &, const std...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-21 brainadd support for windows service. This now is part of...
2008-08-17 brainAdd OnParameterMissing to modehandler, called when...
2008-08-09 w00tUnbreak compile..
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-08-07 w00tImplement <options:invitebypassmodes>, optionally circu...
2008-08-07 w00tAlways deny invite to users below halfop status, move...
2008-08-07 w00tFix incorrect numerics, closes bug #588
2008-08-04 omAdd optional 3rd parameter to Channel::SetTopic() which...
2008-08-04 w00tOops, actually, return 1 to block change, 0 to check...
2008-08-04 w00tAdd Channel::SetTopic(User *, std::string &) to set...
2008-07-29 w00tMove umode_n to umode_s, second half of last commit
2008-07-29 w00tAfter discussions and thought, move umode +n to +s...
2008-07-21 w00tRemove duplicated member, kept in classes.. Possible...
2008-07-20 w00tRemove custom members for +lk storage
next