Age | Commit message (Expand) | Author |
2006-08-10 | Change to use the core perl module Cwd rather than the pwd command. Should be... | om |
2006-08-10 | bad_alloc is thrown by reference not by value | brain |
2006-08-10 | Add a default exception handler around main() | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | Remove readfile | brain |
2006-08-09 | Passing invalid instance to dns isnt a good idea | brain |
2006-08-09 | Fix passing wrong instance to resolver | brain |
2006-08-09 | Move more stuff into userrec | brain |
2006-08-09 | Wrong version given in check it seems. Om can review this later, but now it c... | 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 fd_ref_table into class InspIRCd* | brain |
2006-08-09 | Fixes for API changes | om |
2006-08-09 | Fix for when we hit PgSQL 9.x that I think actually works | om |
2006-08-09 | Fix for when we hit PgSQL 9.x | om |
2006-08-09 | This wont build. :( | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | Tidy up loglevel enum (remove some C-ish defines) | brain |
2006-08-09 | Remove do_log() prototypes | brain |
2006-08-09 | do_log -> static void InspIRCd::Log() (with vararg and std::string variants) | 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-09 | Move Blocking/NonBlocking to socket.cpp and make inline | brain |
2006-08-09 | common_channels -> userrec::SharesChannelWith() | brain |
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 | 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 | 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 | userrec::AddToWhoWas() fix | 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 | Check return values | 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 |