Age | Commit message (Expand) | Author |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | Comment all the new stuff | 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-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-08-08 | Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot... | brain |
2006-08-07 | The segfaults on missing init_module symbol are now gone, and hopefully not c... | brain |
2006-08-07 | Change symbol back | brain |
2006-08-07 | Added some hax :( to prevent invalid symbols. It seems that instead of return... | brain |
2006-08-07 | Tidy up, make a lot of char*'s const | brain |
2006-08-07 | Better checks for running out of disk space, inability to write to tmp dir, etc | brain |
2006-08-07 | Extra debug all over the place, which maybe we should keep | brain |
2006-08-07 | Change prototype of OneOfMatches | brain |
2006-08-06 | Add -notraceback startup option, disables automatic backtrace facility so tha... | brain |
2006-08-06 | Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-06 | Fix CIDR functions so they work | 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 | Add proper support for "munging" of ipv6 addresses when ::ffff:addr is used (... | brain |
2006-08-03 | Change comments to reflect change from ip6.int to ip6.arpa which occured on ... | brain |
2006-08-03 | Extra stuff for forcing a v4 or v6 lookup | brain |
2006-08-03 | Added test framework, so that i can work on improving MakeIP6Int | brain |
2006-08-03 | *.ip6.int PTR lookups. FUGLY AS FUCK. someone please help me tidy (backported... | brain |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-03 | Support CNAME, AAAA | brain |
2006-08-03 | Check for spoofed DNS replies where the source-port is invalid, or the ip is ... | brain |
2006-08-03 | Improve PRNG | brain |
2006-08-03 | Dynamically generate 004 numeric from the modehandler list | brain |
2006-08-02 | Added comments to class DNS and typedefs | brain |
2006-08-02 | Allocate request id's in sequence, which means we wont get a duplicate id unt... | brain |
2006-08-02 | Change to a const | brain |
2006-08-02 | Change more names and types | brain |
2006-08-02 | Move more stuff into private members of class DNS | brain |
2006-08-02 | Tidyups, rename some vars | brain |
2006-08-02 | Made MasterSocket static | brain |
2006-08-02 | Move more stuff into class DNS | brain |
2006-08-02 | Change comment at start of the file, rename dns_connection | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |