]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Use the preprocessor to detect whether hash_map is available.
[user/henk/code/inspircd.git] / src / channels.cpp
2012-10-31 AdamDon't send quitting users in RPL_NAMREPLY, fixes desync...
2012-10-03 attilamolnarCheck if the mask is long enough before accessing it...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarChange debug message in Invitation::Find() to output...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robin BurchellMerge pull request #166 from Robby-/insp20-cfgcorrections
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
next