summaryrefslogtreecommitdiff
path: root/include/channels.h
AgeCommit message (Expand)Author
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-08Comment all the new stuffbrain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-08-08Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the...brain
2006-08-08kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi...brain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-04-10A few more typedefs defined and put into use.om
2006-03-12Commented a lot of stuff that hasnt been commented since 1.0.2brain
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-12Removed chanrec::binarymodes - insp wont compile atm do not use :pbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Fixed #defines to be enums (tidier)brain
2006-03-08Actually, 64.brain
2006-03-08chanrec::custom_modes only needs 96 values not 190brain
2006-03-07*TEST CODE* Faster custom mode set/unsetbrain
2006-03-05Sped up introduction of nicks using vector::resize() rather than the craq++ l...brain
2006-02-15Moved custom_mode_params to per-channelbrain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12Changed channel user lists from vector to mapbrain
2005-12-14Fixing move of *_channel functions to herebrain
2005-12-14Moved add_channel, del_channel, kick_channel to channels.cppbrain
2005-05-25Added parametersbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-04-26Commented new functionsbrain
2005-04-26Major *MAJOR* optimizations by double-referencing channels to usersbrain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain
2004-05-16Updated header commentsbrain
2004-05-01Provided modules with the ability to sync data on a netjoinbrain
2004-04-29Moved more types into Extensiblebrain
2004-04-29Added 'Extensible' class which allows modules to store custom data in objectsbrain
2004-04-04Added support for module-based chanmodes with parameters and the ability to q...brain
2004-04-03Added support for module-defined chanmodes with no parametersbrain
2003-07-22STL namespace fixesrandomdan
2003-04-19Added more code for custom channel/user modes via modulesbrain
2003-01-30Moved to Dev-C++ as an editor for project (more stable than gvim!)brain
2003-01-26Modified documentation for base classesbrain
2003-01-23Initial revisionbrain