summaryrefslogtreecommitdiff
path: root/include/channels.h
AgeCommit message (Expand)Author
2014-01-24Convert InviteBase::invites to an intrusively linked listAttila Molnar
2013-09-11Create a base class for prefix modesattilamolnar
2013-08-12Clean up a few constructorsattilamolnar
2013-07-19Replace hardcoded mode letters, part 2attilamolnar
2013-07-01Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...attilamolnar
2013-06-21Fix Doxygen comments.Peter Powell
2013-06-16Always set the topic in Channel::SetTopic(), move access checks into cmd_topicattilamolnar
2013-06-04Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible()attilamolnar
2013-06-04Reduce User* -> Membership* lookups on part and kickattilamolnar
2013-06-02Move a few trivial functions into headersattilamolnar
2013-05-16Get rid of strlcpy(), strlcat(), charlcat() and charremove()attilamolnar
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-04-13Channel::JoinUser() and Channel::ForceChan() changesattilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
2012-07-05Fix Doxygen syntax errors.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
2010-01-09Disallow adding prefix-mode when it is already set (fixes bug #935)danieldg
2009-11-15Add ModeHandler* versions of channel mode accessdanieldg
2009-11-15Hide channel mode structuresdanieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-18Cull channels, warn when Extensible objects are not culled as they must bedanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Change match direction of extbans to allow stackingdanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Membership* changesdanieldg
2009-09-02inline Channel::IsModeSetdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-02Remove a few unneeded string copies in the PRIVMSG pathdanieldg
2009-09-02Add "created" parameter to OnUserJoin, to avoid explicit checks for +Pdanieldg
2009-04-29Overloading SetMode seems to cause the compiler to interpret "" as a bool and...danieldg
2009-04-20Use loopCall to protect OnUserKick rather than the triggerevents hackdanieldg
2009-04-17Fix SetModeParam to use std::string and handle edge cases.danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Extban rework: allow exceptions to override bans on joindanieldg
2009-01-09Remove channel::created as its unused and only serves to confuse (see last co...peavey
2009-01-02Update copyrights for 2009.w00t
2008-12-28Change a few bits to use std::list instead of std::vector.w00t
2008-08-04Add optional 3rd parameter to Channel::SetTopic() which overrides all access ...om
2008-08-04Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i...w00t