Age | Commit message (Expand) | Author |
2006-08-08 | Oops, goofed up | brain |
2006-08-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs... | brain |
2006-08-08 | WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri... | brain |
2006-08-08 | WHEEEEE!!!!! | 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-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-04 | Fix global session checks | brain |
2006-08-04 | Better detection for hosts starting with : | brain |
2006-08-04 | Fixes for ::0 ip's, disable autobind when using ::ffff: etc | brain |
2006-08-04 | More changes | brain |
2006-08-04 | Changes | brain |
2006-08-04 | Debug | brain |
2006-08-04 | Extra debug | brain |
2006-08-04 | Safety wrapper defines for ipv6 code on ipv4 ircds | brain |
2006-08-04 | IPV6 changes for userrec::ip | 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-03 | Dynamically generate 004 numeric from the modehandler list | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | Fixes | 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 | Add support for comparing ipv6 for clone counting | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | 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-27 | Fix crashbug when exiting a remote client with threaded dns on (oops) | brain |
2006-07-20 | Move a confusing debug message within its conditional | brain |
2006-07-20 | Make threaded dns stable by placing some mutexes around some stl stuff (this ... | brain |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | brain |
2006-07-16 | Improved connect time by not referencing the hash for each user value, store ... | brain |
2006-07-16 | Ignore empty lines, don't try and process them as commands | brain |
2006-07-16 | Remove some casts | brain |
2006-07-16 | Craq removal service, at your service | brain |
2006-07-16 | i'm doing this in increments, because if i try and change too much at once, i... | brain |
2006-07-16 | Fixing sendq crask | brain |
2006-07-16 | *Changed user input/output buffering to incur less copies | brain |
2006-07-16 | Fix socket leak properly this time | 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 |