Age | Commit message (Expand) | Author |
2006-08-11 | New API update | om |
2006-08-11 | New API update | om |
2006-08-11 | New API update | om |
2006-08-11 | Use pcre-config to detect pcre | brain |
2006-08-11 | Somehow, i'd cp'd all these and was making local changes :/ | brain |
2006-08-11 | Updates to new API and small cleanup | om |
2006-08-11 | commands.cpp:extern InspIRCd* ServerInstance; | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | And fix a bug | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-11 | (Bigger than it looks, i did this with perl inplace edit) -- commands now tak... | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Committing this as a rollback point - does not compile | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move all_opers into class InspIRCd | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-10 | Make it more readable | brain |
2006-08-10 | Much faster hash<string> for case-insensitive hashing, combined copy and lowe... | brain |
2006-08-10 | Move AllModulesReportReady into a private method of class InspIRCd | brain |
2006-08-10 | Move strlower into nspace namespace where hash<std::string> lives | brain |
2006-08-10 | Move InsertMode into ModeParser | brain |
2006-08-10 | Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfig | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | 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 | Updates to new API | om |
2006-08-10 | Cast value to long instead of int, shouldn't break any sane system, fixes war... | om |
2006-08-10 | Fix to new API | om |
2006-08-10 | Why is most of Server:: virtual?` | brain |
2006-08-10 | Remove Server::Server() and Server::~Server() | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | #define IS_MINGW on..MinGW (*shock*) | om |
2006-08-10 | Don't use -fPIC on MinGW platforms | om |
2006-08-10 | Add a few tidbits for MinGW, check for C:\ style paths as well as just beginn... | om |
2006-08-10 | Server::GetConfig, Server::GetVersion -> removed | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
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 |