summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-08-17Add OnParameterMissing to modehandler, called when the mode handler should ha...brain
2008-08-09Unbreak compile..w00t
2008-08-09Add translation type TR_CUSTOM, and fix up callerid some.aquanight
2008-08-07Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ...w00t
2008-08-07Always deny invite to users below halfop status, move OnUserPreInvite up to a...w00t
2008-08-07Fix incorrect numerics, closes bug #588w00t
2008-08-04Add optional 3rd parameter to Channel::SetTopic() which overrides all access ...om
2008-08-04Oops, actually, return 1 to block change, 0 to check it, -1 to allow it regar...w00t
2008-08-04Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i...w00t
2008-07-29Move umode_n to umode_s, second half of last commitw00t
2008-07-29After discussions and thought, move umode +n to +s. This increases cross-ircd...w00t
2008-07-21Remove duplicated member, kept in classes.. Possible now we have a pointer. t...w00t
2008-07-20Remove custom members for +lk storagew00t
2008-07-20304 -> RPL_SYNTAXbrain
2008-07-20is rfc of sortsw00t
2008-07-20More numerics.h conversionw00t
2008-07-20Fix potential off-by-one on large reads (thanks psychon)w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-19Fix broken buildw00t
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-19Fix compile. Also remove write error stuff, as that was used prior to the goo...w00t
2008-07-19Use a switch (cleaner, probably more efficient) for user status here, also, w...w00t
2008-07-19Remove totally unused member, saving sizeof(unsigned int) per user recordw00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-07-16Applied patch by psychon to make AddExtBanChar correctly take a single charspecial
2008-07-15Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te...w00t
2008-07-14Add InspIRCd::AddExtBanChar() to avoid copypasta.w00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-07-13Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST...w00t
2008-07-13Fix indentation to look rightbrain
2008-07-13More conversion, and a note to client coders.w00t
2008-07-13Convertage.w00t
2008-07-13Convert, convert, convertw00t
2008-07-13Convert a bunch of crapw00t
2008-07-13Finish channels.cpp conversion to numerics listw00t
2008-07-13Add include/numerics.h, contains/will contain an enum for numerics. Work in p...w00t
2008-07-12Remove a slightly odd commentw00t
2008-07-12peavey already fixed this with climits include, remove limits.h. Keep the war...w00t
2008-07-12Okay, and there's the working version of it. Extbans that don't work on users...w00t
2008-07-12Overload IsExtBanned to provide a *string matching* version, this finally ope...w00t
2008-07-12Add <cidr> block, and documentation in example config.w00t
2008-07-12Add XLineManager::DelAll to delete all lines of a given type.w00t
2008-07-12Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F...w00t
2008-07-12Fix for #564w00t
2008-07-12Remove individual read buffers inside of BufferedSocket, use the shared netbu...w00t
2008-07-12Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also...w00t
2008-07-11Add OnCheckExtBan, will be used for exceptions to extbansw00t
2008-07-11Convert API to use std::string, fixes my slight bug from earlier and looks ti...w00t