Age | Commit message (Expand) | Author |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R... | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | Server::GetConfig, Server::GetVersion -> removed | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-09 | Fix passing wrong instance to resolver | 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 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect() | 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 | 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-06 | Add <link:allowmask> | brain |
2006-08-06 | Fix TS lowering, also update local variable | 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 | 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-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 |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-29 | Started UserManager class | brain |
2006-07-28 | Beat om to the commit | brain |
2006-07-28 | Fix the obligotary typos | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |