Age | Commit message (Expand) | Author |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-11-26 | Update comments to reflect new API | brain |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-15 | Fix for bug noticed by dotslasher (?) where SAJOIN can desync | brain |
2006-09-15 | Remove ExemptItem and InviteItem, these were never used | brain |
2006-09-10 | * Fix ChanModes::ModeString to not try and set a key as a user mode ;) | brain |
2006-09-02 | Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v... | brain |
2006-08-28 | Update comment | brain |
2006-08-23 | Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes() | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Spotted problem: must clear out all prefixes attached to a user when they qui... | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-11 | Documentation of new chanrec functions | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-08 | Comment all the new stuff | brain |
2006-08-08 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-08-08 | add_channel -> chanrec::JoinUser() | brain |
2006-08-08 | Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the... | brain |
2006-08-08 | kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi... | brain |
2006-07-09 | Alter SetModeParam to take const char* to save on casts, notice a load of mod... | brain |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-04-10 | A few more typedefs defined and put into use. | om |
2006-03-12 | Commented a lot of stuff that hasnt been commented since 1.0.2 | brain |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-12 | Removed chanrec::binarymodes - insp wont compile atm do not use :p | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-08 | Fixed #defines to be enums (tidier) | brain |
2006-03-08 | Actually, 64. | brain |
2006-03-08 | chanrec::custom_modes only needs 96 values not 190 | brain |
2006-03-07 | *TEST CODE* Faster custom mode set/unset | brain |
2006-03-05 | Sped up introduction of nicks using vector::resize() rather than the craq++ l... | brain |
2006-02-15 | Moved custom_mode_params to per-channel | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-01-22 | Added facility for servers to send KICK message (ew, i hate this crap) | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2005-12-14 | Fixing move of *_channel functions to here | brain |
2005-12-14 | Moved add_channel, del_channel, kick_channel to channels.cpp | brain |
2005-05-25 | Added parameters | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |