summaryrefslogtreecommitdiff
path: root/include/membership.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2018-01-03Fix m_chanhistory sending the history notice directly to the user.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2016-08-30Return std::string from Membership::GetAllPrefixChars()Attila Molnar
2016-08-30Change Membership:hasMode() to accept a PrefixModeAttila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2014-08-30Move the intrusive list containers into the insp namespaceAttila Molnar
2014-06-11Add foundation for membership idsAttila Molnar
2014-05-06Document the Membership and the Invitation classAttila Molnar
2014-02-14Move GetAllPrefixChars() from Channel to MembershipAttila Molnar
2014-02-14Move GetPrefixChar() from Channel to MembershipAttila Molnar
2014-01-24Convert InviteBase::invites to an intrusively linked listAttila Molnar
2014-01-24Remove classbase inheritance from InvitationAttila Molnar
2014-01-24Convert UserChanList to an intrusively linked listAttila Molnar
2013-09-11Move prefix mode specific fields and getters into PrefixModeattilamolnar
2013-09-11Create a base class for prefix modesattilamolnar
2013-04-17Fix Windows buildattilamolnar
2013-04-12Tidy up source files:Peter Powell
2012-06-28InviteBase needs to be a CoreExport on Windows.Peter Powell
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-11More CoreExport.peavey
2009-10-11CoreExport Membership since windows needs this.peavey
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Membership* changesdanieldg