]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/channels.h
FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, GetClass...
[user/henk/code/inspircd.git] / include / channels.h
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