summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move all_opers into class InspIRCdbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10Make it more readablebrain
2006-08-10Much faster hash<string> for case-insensitive hashing, combined copy and lowe...brain
2006-08-10Move AllModulesReportReady into a private method of class InspIRCdbrain
2006-08-10Move strlower into nspace namespace where hash<std::string> livesbrain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-10Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfigbrain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R...brain
2006-08-10Updates to new APIom
2006-08-10Cast value to long instead of int, shouldn't break any sane system, fixes war...om
2006-08-10Fix to new APIom
2006-08-10Remove Server::Server() and Server::~Server()brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10Server::GetConfig, Server::GetVersion -> removedbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10bad_alloc is thrown by reference not by valuebrain
2006-08-10Add a default exception handler around main()brain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-10Relocate timer stuff into TimerManager classbrain
2006-08-09Passing invalid instance to dns isnt a good ideabrain
2006-08-09Fix passing wrong instance to resolverbrain
2006-08-09Move more stuff into userrecbrain
2006-08-09Wrong version given in check it seems. Om can review this later, but now it c...brain
2006-08-09Change some resolver stuff.brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move fd_ref_table into class InspIRCd*brain
2006-08-09Fixes for API changesom
2006-08-09Fix for when we hit PgSQL 9.x that I think actually worksom
2006-08-09Fix for when we hit PgSQL 9.xom
2006-08-09This wont build. :(brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-09Move Blocking/NonBlocking to socket.cpp and make inlinebrain
2006-08-09common_channels -> userrec::SharesChannelWith()brain
2006-08-08Oops, goofed upbrain
2006-08-08Improve Write functions, and change some stuff from char* to const char*brain
2006-08-08WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs...brain
2006-08-08WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri...brain