]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Add ModeHandler* versions of channel mode access
[user/henk/code/inspircd.git] / src / channels.cpp
2009-11-15 danieldgAdd ModeHandler* versions of channel mode access
2009-11-06 danieldgSend %#chan messages to all members ranked at least...
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-21 danieldgUse Config->MaxChans as the default if class does not...
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-20 danieldgFix channel deletion on user quit and automatic removal...
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-29 danieldgFix GetExtBanStatus returning MOD_RES_ALLOW when user...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgFix GetPrefixChar returning empty if a non-prefix mode...
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgRemove double prefix conversion from Channel::RawWriteA...
2009-09-13 danieldgMembership* changes
2009-09-05 w00tLikewise, convert OnLocalTopicChange to OnPreTopicChang...
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-02 danieldginline Channel::IsModeSet
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgReplace FOREACH_RESULT_MAP with a more readable and...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-08-15 w00tPartial revert of 1fb8a3f1b120db764375911be9ad8019a807a...
2009-08-13 brainMerge patch from dKingston for missing TOPIC numeric...
2009-08-12 danieldgFixes for config reader
2009-06-30 w00tCheck for oper max chans before user max chans, fixes...
2009-05-13 danieldgUse a FakeUser source for server-sourced commands in...
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
2009-04-24 danieldgFix crash from unregistered users joining a channel...
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-17 danieldgFix SetModeParam to use std::string and handle edge...
2009-03-23 danieldgCheck IsBanned even when the ban list is empty, so...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-02-14 peaveyNuke trailing spaces
2009-01-22 w00tSmall fix: don't set default modes when joining if...
2009-01-09 peaveyRemove channel::created as its unused and only serves...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-18 w00tAdd priv channels/high-join-limit.
2008-09-02 w00tThis string copy is gone now, remove fixme note
2008-08-25 w00tAllow Channel::SetTopic with a NULL user record, which...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-10 w00tFix RPL_NAMREPLY sometimes fucking up
2008-08-07 w00tImplement <options:invitebypassmodes>, optionally circu...
2008-08-05 w00tFix TOPIC to work on propegation again
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 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-21 w00tRemove duplicated member, kept in classes.. Possible...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-16 w00tFix parts being screwed up, thanks psychon
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 w00tDebug
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-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 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-12 pippijnfor real
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-10 brainFix for bug #513
2008-04-07 brainFix for bug #510
2008-04-07 brainMake it work properly, too
2008-04-07 brainShow server kills with correct origin, UNLESS hidden...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-06 w00tStupid, stupid :| use the correct variable to find...
2008-04-04 w00tRemove debug printf
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-03 brainWhoops, allow numeric 353 (names list) to be overridden...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-30 brainThe bug we fixed for bug #506 may still occur in trunk...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainConvert to new api
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-02 w00tSmall tidyup
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tThrow exception if trying to construct a duplicate...
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
next