Age | Commit message (Expand) | Author |
2007-03-18 | set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe... | brain |
2007-02-19 | Addition of feature request outlined in bug #195, suggested by Bricker | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-09 | Assigning a std::string var initially to "" is pointless. | brain |
2007-01-09 | Tidy up (optimize, improve) chanrec::WriteChannelWithServ | brain |
2007-01-09 | Tidy up an if/then/else chain into a switch | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-06 | Fix desync with halfop and voice when opped (this happens because we were ORi... | brain |
2006-12-30 | Tweaks to instantiate less stuff when writing to a bunch of users | brain |
2006-12-30 | Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ... | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-15 | Cleaning up irrelevent stuff in channels.cpp | brain |
2006-12-14 | Fix silly bug of the day. | brain |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-03 | Make the 'override' parameter actually *do* something, wee | w00t |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-11-12 | Thanks for the pointer jilles ;) | brain |
2006-11-05 | Added time syncing! This is fairly simple - servers exchange timestamps and u... | special |
2006-10-27 | <pid file> is no longer a manditory tag (thanks dotslasher) | brain |
2006-10-01 | Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser... | special |
2006-09-30 | Fix mode desync when setting custom prefixes on joining users (trigger the mo... | brain |
2006-09-27 | Tidyups | brain |
2006-09-27 | Comments | brain |
2006-09-27 | Because the user's prefix list must remain sorted at all times (because of as... | brain |
2006-09-27 | Optimizations | brain |
2006-09-27 | Tidy up how PART without reason is done | brain |
2006-09-27 | And correct it | brain |
2006-09-27 | Move OnCheckBan into chanrec::IsBanned() so its always called for any attempt... | brain |
2006-09-26 | Fix handling of multiple @%+ core permissions modes on join when more than on... | brain |
2006-09-25 | Mini security audit | brain |
2006-09-25 | Whoops, fix minor typo | brain |
2006-09-25 | More patch | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-19 | Tidy up key handling | brain |
2006-09-11 | Whack a strlcpy() | brain |
2006-09-10 | * Fix ChanModes::ModeString to not try and set a key as a user mode ;) | brain |
2006-09-08 | Explicitly call the std::string version of WriteServ in chanrec::UserList to ... | brain |
2006-09-02 | Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v... | brain |
2006-08-31 | Made CountChannels faster. We use it in quite a few places. It's now O(1) rat... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-28 | Zed, you are found guilty of over-assuming the IRC protocol and forcing ircd ... | brain |
2006-08-28 | YOU KNOW I REALLY HATE IT WHEN CLIENT AUTHORS JUST MAKE ASSUMPTIONS ON THINGS... | brain |
2006-08-28 | Add support for NAMESX | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | More prefixchar stuff. | 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-18 | EventHandler class, an abstraction for raw i/o | brain |