Age | Commit message (Expand) | Author |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-17 | userrec::AddBuffer and userrec::Write end up copying the const std::string& i... | brain |
2006-08-11 | Tons more docs | brain |
2006-08-11 | Document all the new methods (eventually there will be more detail) | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move more stuff into userrec | brain |
2006-08-09 | Change some resolver stuff. | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
2006-08-08 | WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs... | brain |
2006-08-08 | Document new methods | brain |
2006-08-08 | WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri... | brain |
2006-08-08 | Document Write* methods in userrec | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | Tons of comments | brain |
2006-08-08 | Move whowas stuff into its own namespace, move more stuff into userrec | brain |
2006-08-08 | FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::... | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | brain |
2006-08-08 | AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do... | brain |
2006-08-08 | AddWhoWas(userrec) -> userrec::AddToWhoWas() | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-08-04 | Fix global session checks | brain |
2006-08-04 | Changes | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | Fixes | brain |
2006-08-01 | Fixes | brain |
2006-08-01 | Stuff to make user host resolving use class Resolver - not tested yet | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-14 | Rollback dns change | brain |
2006-07-14 | Fix dns socket leak found in stable | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | - userrec::ProcessNoticeMasks - provide a way to set or unset masks. | w00t |
2006-07-10 | -Clone mode methods into notice mask methods for userrec. | w00t |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Change channelmodes -> usermodes (typo) | brain |
2006-07-08 | Convert new +isw modes to new mode format | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-01 | Replace rather craq'y loop with a couple of std::string calls | om |
2006-05-11 | Increase length of dhost | brain |
2006-04-12 | Made FindMatching(Global|Local) available via users.h | brain |