summaryrefslogtreecommitdiff
path: root/include/channels.h
AgeCommit message (Expand)Author
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Extra commentsbrain
2007-05-27Config option for default channel modes -- more to follow, don't use yetbrain
2007-05-19Space indents must die.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-12-14Refactor userrec::chans.brain
2006-11-26Update comments to reflect new APIbrain
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-09-25Whoops, patchbrain
2006-09-15Fix for bug noticed by dotslasher (?) where SAJOIN can desyncbrain
2006-09-15Remove ExemptItem and InviteItem, these were never usedbrain
2006-09-10* Fix ChanModes::ModeString to not try and set a key as a user mode ;)brain
2006-09-02Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v...brain
2006-08-28Update commentbrain
2006-08-23Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes()brain
2006-08-23Multi-prefix FJOIN, and allowing module-defined prefixes across the networkbrain
2006-08-23Document mode prefixesbrain
2006-08-23Spotted problem: must clear out all prefixes attached to a user when they qui...brain
2006-08-23Mode handlers handling listmodes where a listmode item is a nickname can now ...brain
2006-08-11Documentation of new chanrec functionsbrain
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