]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/channels.h
Fix Doxygen syntax errors.
[user/henk/code/inspircd.git] / include / channels.h
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
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-02 danieldginline Channel::IsModeSet
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
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-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-01-09 peaveyRemove channel::created as its unused and only serves...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-28 w00tChange a few bits to use std::list instead of std:...
2008-08-04 omAdd optional 3rd parameter to Channel::SetTopic() which...
2008-08-04 w00tAdd Channel::SetTopic(User *, std::string &) to set...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-12 w00tOverload IsExtBanned to provide a *string matching...
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-05-19 brainMore correctly state the lookup arrays as unsigned...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
2008-01-06 w00tForward declaration isn't required here
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainExtra comments
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-14 brainRefactor userrec::chans.
2006-11-26 brainUpdate comments to reflect new API
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-09-25 brainWhoops, patch
2006-09-15 brainFix for bug noticed by dotslasher (?) where SAJOIN...
2006-09-15 brainRemove ExemptItem and InviteItem, these were never...
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-08-28 brainUpdate comment
2006-08-23 brainDocument ModeParser::FindPrefix() and chanrec::GetAllPr...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainDocument mode prefixes
2006-08-23 brainSpotted problem: must clear out all prefixes attached...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-11 brainDocumentation of new chanrec functions
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-08 brainComment all the new stuff
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-07-09 brainAlter SetModeParam to take const char* to save on casts...
2006-07-08 brainDid some renaming so that the methods for modes in...
2006-04-10 omA few more typedefs defined and put into use.
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
next