]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Replace hardcoded mode letters, part 3
[user/henk/code/inspircd.git] / src / channels.cpp
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-07-01 attilamolnarFix a few oversights
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarRefactor Channel::UserList() to use std::string
2013-06-04 attilamolnarRemove the now unused Channel::RemoveAllPrefixes()...
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-03 attilamolnarChannel::KickUser() and cmd_kick changes
2013-06-03 attilamolnarRemove NULL checks from various Channel functions
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-16 attilamolnarGet rid of strlcpy(), strlcat(), charlcat() and charrem...
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarDon't crop the channel name if it's too long in Channel...
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-13 attilamolnarRemove the deprecated invite API
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-02-11 attilamolnarFix exactly <limits:maxchan> long channel names being...
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...
next