]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/channels.h
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / include / channels.h
2021-04-27 Sadie PowellFix a bunch of weird indentation and spacing issues.
2021-03-31 Sadie PowellFix various documentation comments.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-21 Peter PowellFix warnings from Doxygen.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-03-05 Attila MolnarMerge branch 'master+chanwritenotice'
2016-03-05 Attila MolnarAdd Channel::WriteNotice()
2016-02-22 Attila MolnarMerge insp20
2015-12-28 Attila MolnarReturn true from Channel::PartUser() if the user was...
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila MolnarRewrite invite system
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-09-27 Attila MolnarStore Membership objects physically in the nodes of...
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-06-10 Attila MolnarReturn the newly created Membership object from Channel...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-07 Attila MolnarMerge insp20
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-02-14 Attila MolnarMove GetAllPrefixChars() from Channel to Membership
2014-02-14 Attila MolnarMove GetPrefixChar() from Channel to Membership
2014-01-24 Attila MolnarConvert InviteBase::invites to an intrusively linked...
2014-01-21 Attila MolnarMerge insp20
2013-09-11 attilamolnarCreate a base class for prefix modes
2013-08-30 attilamolnarMerge insp20
2013-08-12 attilamolnarClean up a few constructors
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-24 Attila MolnarMerge pull request #564 from SaberUK/master+doxygen-fix
2013-06-21 Peter PowellFix Doxygen comments.
2013-06-16 attilamolnarAlways set the topic in Channel::SetTopic(), move acces...
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarRemove the now unused Channel::RemoveAllPrefixes()...
2013-06-04 attilamolnarReduce User* -> Membership* lookups on part and kick
2013-06-01 attilamolnarMove a few trivial functions into headers
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-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
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...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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-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 #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
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-15 danieldgHide channel mode structures
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgRemove redundant ServerInstance* fields
next