summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
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-10Why is most of Server:: virtual?`brain
2006-08-10Remove Server::Server() and Server::~Server()brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10#define IS_MINGW on..MinGW (*shock*)om
2006-08-10Don't use -fPIC on MinGW platformsom
2006-08-10Add a few tidbits for MinGW, check for C:\ style paths as well as just beginn...om
2006-08-10Server::GetConfig, Server::GetVersion -> removedbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Change to use the core perl module Cwd rather than the pwd command. Should be...om
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-09Remove readfilebrain
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-09Remove do_log() prototypesbrain
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)brain