]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/channels.h
Extra comments
[user/henk/code/inspircd.git] / include / channels.h
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
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2004-05-16 brainUpdated header comments
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-04-29 brainMoved more types into Extensible
2004-04-29 brainAdded 'Extensible' class which allows modules to store...
2004-04-04 brainAdded support for module-based chanmodes with parameter...
2004-04-03 brainAdded support for module-defined chanmodes with no...
2003-07-22 randomdanSTL namespace fixes
2003-04-19 brainAdded more code for custom channel/user modes via modules
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-26 brainModified documentation for base classes
2003-01-23 brainInitial revision