Age | Commit message (Expand) | Author |
2008-12-17 | Removed the old autotools files that are no longer needed because of the use ... | cyberbotx |
2008-12-17 | Massive cleanup of the CMakeLists.txt files to finalize them. | cyberbotx |
2008-12-17 | Implemented dependency calculation within CMake, now header file dependencies... | cyberbotx |
2008-12-17 | A few GCC 3.4.x and MSVC++ warning fixes. | cyberbotx |
2008-12-17 | More CMake work, mostly to handle both *nix and Windows builds. | cyberbotx |
2008-12-17 | Implemented CMake build system to replace the old autoconf-based build system. | cyberbotx |
2008-11-30 | Removed Service class, if we need something like it later we can add it back,... | cyberbotx |
2008-11-30 | Modified BotInfo to store a pointer to a command hash table (this is so modul... | cyberbotx |
2008-11-29 | Renamed Services to Service, keeping it more in line with the naming of other... | cyberbotx |
2008-11-29 | Added start of Services class to be used by new and existing pseudo-clients. | cyberbotx |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-28 | Removed mod_current_module, again, so far, no ill-effects... | cyberbotx |
2008-11-28 | Removed mod_current_user and mod_current_op, the latter of which was only an ... | cyberbotx |
2008-11-28 | Remove a few prototypes to module-related functions that were moved to the Mo... | cyberbotx |
2008-11-28 | Moved moduleSet*Help() functions to Module::Set*Help(). | cyberbotx |
2008-11-28 | Moved moduleNoticeLang() to Module::NoticeLang(). | cyberbotx |
2008-11-27 | Moved moduleGetLangString() to Module::GetLangString(). | cyberbotx |
2008-11-27 | Moved moduleDeleteLanguage() to Module::DeleteLanguage(). | cyberbotx |
2008-11-26 | A few more Win32 fixes, Anope 1.9 compiles and runs under Windows now. | cyberbotx |
2008-11-26 | Various fixes for compiling under Windows. | cyberbotx |
2008-11-25 | Used std::vector for MemoInfo's memos variable instead of an malloc'd array. | cyberbotx |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Properly initialized new objects when needed so they don't contain garbage data. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-20 | Removed some signed/unsigned comparison warnings. | cyberbotx |
2008-11-20 | Changed integer config values that were marked PARAM_POSINT in the old config... | cyberbotx |
2008-11-20 | Moved include of configreader.h to stop undefined reference to strlcpy (needs... | cyberbotx |
2008-11-19 | Make this compile.. create NI_FORBIDDEN (temporary) and NI_NOEXPIRE to migrat... | rburchell |
2008-11-19 | Converted modules to use ConfigReader to access new config parser. | cyberbotx |
2008-11-18 | Added ConfigReader class from InspIRCd to be used in modules to read config f... | cyberbotx |
2008-11-18 | Removed autokilldatabase directive from operserv block as it is no longer in ... | cyberbotx |
2008-11-16 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-16 | Added module blocks for autoloading non-core modules. | cyberbotx |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-16 | Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw... | rburchell |
2008-11-16 | Remove UnRestrictSAdmin. | rburchell |
2008-11-15 | Added ulineservers directive to options block in new config. | cyberbotx |
2008-11-15 | Added restrictopernicks directive to options block in new config. | cyberbotx |
2008-11-15 | Added anonymousglobal directive to options block in new config. | cyberbotx |
2008-11-15 | Modules now delete themselves instead of letting the core do it (just incase ... | robbeh |
2008-11-15 | Added globaloncycle directive to options block in new config. | cyberbotx |
2008-11-15 | Added hidestatso directive to options block in new config. | cyberbotx |
2008-11-15 | Added dumpcore and logusers directives to options block in new config. | cyberbotx |
2008-11-15 | Added usestrictprivmsg directive to options block in new config. | cyberbotx |
2008-11-15 | Added useprivmsg directive to options block in new config. | cyberbotx |
2008-11-15 | Added forceforbidreason directive to options block in new config. | cyberbotx |
2008-11-15 | Add newline | rburchell |
2008-11-15 | Add forgotten new header. | rburchell |
2008-11-15 | Added timeoutcheck directive to options block in new config. | cyberbotx |
2008-11-15 | Added warningtimeout directive to options block in new config. | cyberbotx |