Age | Commit message (Expand) | Author |
2006-08-08 | Improve Write functions, and change some stuff from char* to const char* | brain |
2006-08-08 | WHEEEEE!!!!! | 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 | 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 | chanrec::KickUser and chanrec::ServerKickUser return number of users left on ... | brain |
2006-08-08 | kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKi... | brain |
2006-08-08 | Add checking on AddFd that was missing (it assumed, like everything else) | brain |
2006-08-07 | Only local users can have angry monkeys and packs of wild dogs. These are loc... | brain |
2006-08-07 | Now with added ANGRY MONKEYS. | brain |
2006-08-07 | Change the error message, just for LeaChim <3 | 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 | Extra debug all over the place, which maybe we should keep | brain |
2006-08-07 | Untested but compiling updates for Resolver DNS API | om |
2006-08-07 | General cleanup of code., add support for +Q channel mode (and config tag <re... | om |
2006-08-07 | Add m_tline, tests how many users a gline, zline etc would match. Can use thi... | brain |
2006-08-06 | Fix for ipv6 build | brain |
2006-08-06 | Add <link:allowmask> | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-08-06 | Fix TS lowering, also update local variable | brain |
2006-08-05 | Dont try and cloak remote clients | brain |
2006-08-05 | Extra stuff for identifying ipv6 addresses | brain |
2006-08-05 | Use insp_aton so we can correctly cloak ipv6 | brain |
2006-08-04 | Sanity checks | brain |
2006-08-04 | Add 'no such server' on remote stats to invalid name | brain |
2006-08-04 | Backwards mode stuff! | brain |
2006-08-04 | Fixes? | brain |
2006-08-04 | Bugs bugs | brain |
2006-08-04 | Debug | brain |
2006-08-04 | Fix craq loop | brain |
2006-08-04 | More fuckup | brain |
2006-08-04 | Not checking a pointer, bad brain bad | brain |
2006-08-04 | Whoops, typo | brain |
2006-08-04 | Fixes for ::0 ip's, disable autobind when using ::ffff: etc | brain |
2006-08-04 | IPV6 compile fixes | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | 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 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | Check for duplicate servers in OnLookupComplete | brain |
2006-08-02 | Comment ServernameResolver class | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |