Age | Commit message (Expand) | Author |
2009-02-07 | Add the capability to (properly) send login/logout account messages, used for... | rburchell |
2009-01-23 | Fix a signed vs unsigned warning (this also means Anope will correctly functi... | rburchell |
2009-01-12 | Fix bug 993, Anope was crashing on /os reload, no longer crashes. | cyberbotx |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-31 | Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ. | cyberbotx |
2008-12-29 | Edits to CPack-related part of CMake to not include Autotools-built files fro... | cyberbotx |
2008-12-29 | Final modifications to Autotools build system to work alongside CMake build s... | cyberbotx |
2008-12-29 | Modifications to the Autotools build system to try to make it work with the c... | cyberbotx |
2008-12-29 | Revived Autotools from the grave, although it'll need some tweaking to work a... | cyberbotx |
2008-12-29 | Reverting my last 2 commits in an attempt to fix my own screwball mistake. | cyberbotx |
2008-12-29 | Merge branch 'cmake' | cyberbotx |
2008-12-23 | Some more Windows fixes, both in CMake and in the code itself. (I don't like ... | cyberbotx |
2008-12-19 | Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers... | cyberbotx |
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 |