]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Merge branch 'master+tlsversion'
[user/henk/code/inspircd.git] / src / channels.cpp
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-30 Robin BurchellMerge pull request #163 from attilamolnar/insp20+silent...
2012-05-29 Robby-Add more documentation about logging, aswell as make...
2012-05-29 attilamolnarFix printf-style WriteAllExcept not obeying serversourc...
2012-05-29 attilamolnarSilence the MODE too if a join was silenced by a module...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #53 from SaberUK/clang-analyze
2012-04-14 Peter PowellFix unused variables reported by the clang static analyzer.
2010-09-30 Daniel De GraafFix kick level check to scan all status modes and not...
2010-09-28 Daniel De GraafFix kicking permisisons - GetPrefixChar returns the...
2010-08-05 Daniel De GraafPrevent kicking people you do not have permission to...
2010-03-15 danieldgUse CycleHostsFromUser for on-join modes too (m_autoop)
2010-03-07 danieldgMake "topiclock" exemption only apply when +t is set
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-19 danieldgKill m_spy, which was replaced by channels/auspex in...
2010-02-09 danieldgAllow exemptchanops to modify the channel access level...
2010-02-05 danieldgDon't enforce access control on remote users for topic...
2010-01-16 danieldgSearch for correct access level for mode changes, remov...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
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
next