]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Add "list" and usage to modulemanager [danieldg]
[user/henk/code/inspircd.git] / include /
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
2008-07-20 brain304 -> RPL_SYNTAX
2008-07-20 w00tis rfc of sorts
2008-07-20 w00tMore numerics.h conversion
2008-07-20 w00tFix potential off-by-one on large reads (thanks psychon)
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-19 w00tFix broken build
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-07-19 w00tUse a switch (cleaner, probably more efficient) for...
2008-07-19 w00tRemove totally unused member, saving sizeof(unsigned...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-07-16 specialApplied patch by psychon to make AddExtBanChar correctl...
2008-07-15 w00tSend ERR_NOTREGISTERED to clients that send SERVER...
2008-07-14 w00tAdd InspIRCd::AddExtBanChar() to avoid copypasta.
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-13 w00tConvert more stuff to use numerics.h, change SERVER...
2008-07-13 brainFix indentation to look right
2008-07-13 w00tMore conversion, and a note to client coders.
2008-07-13 w00tConvertage.
2008-07-13 w00tConvert, convert, convert
2008-07-13 w00tConvert a bunch of crap
2008-07-13 w00tFinish channels.cpp conversion to numerics list
2008-07-13 w00tAdd include/numerics.h, contains/will contain an enum...
2008-07-12 w00tRemove a slightly odd comment
2008-07-12 w00tpeavey already fixed this with climits include, remove...
2008-07-12 w00tOkay, and there's the working version of it. Extbans...
2008-07-12 w00tOverload IsExtBanned to provide a *string matching...
2008-07-12 w00tAdd <cidr> block, and documentation in example config.
2008-07-12 w00tAdd XLineManager::DelAll to delete all lines of a given...
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-07-12 w00tFix for #564
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-07-12 w00tAdd User::GetCIDRMask(int range), will be used for...
2008-07-11 w00tAdd OnCheckExtBan, will be used for exceptions to extbans
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-11 w00tPull in limits.h to fix PATH_MAX problems, thanks to...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-07-01 peaveyinclude limits to get correct PATH_MAX where available
2008-06-21 brainChange the value of number of secs in a year to be...
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-06-15 brainDefined too early
2008-06-15 brainDefine PATH_MAX if its not already defined
next