]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/channels.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / channels.h
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...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-12 brainRemoved chanrec::binarymodes - insp wont compile atm...
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainFixed #defines to be enums (tidier)
2006-03-08 brainActually, 64.
2006-03-08 brainchanrec::custom_modes only needs 96 values not 190
2006-03-07 brain*TEST CODE* Faster custom mode set/unset
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-02-15 brainMoved custom_mode_params to per-channel
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainChanged channel user lists from vector to map
2005-12-14 brainFixing move of *_channel functions to here
2005-12-14 brainMoved add_channel, del_channel, kick_channel to channel...
2005-05-25 brainAdded parameters
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-04-26 brainCommented new functions
next