summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-02-07Add the capability to (properly) send login/logout account messages, used for...rburchell
2009-01-23Fix a signed vs unsigned warning (this also means Anope will correctly functi...rburchell
2009-01-12Fix bug 993, Anope was crashing on /os reload, no longer crashes.cyberbotx
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-31Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ.cyberbotx
2008-12-29Edits to CPack-related part of CMake to not include Autotools-built files fro...cyberbotx
2008-12-29Final modifications to Autotools build system to work alongside CMake build s...cyberbotx
2008-12-29Modifications to the Autotools build system to try to make it work with the c...cyberbotx
2008-12-29Revived Autotools from the grave, although it'll need some tweaking to work a...cyberbotx
2008-12-29Reverting my last 2 commits in an attempt to fix my own screwball mistake.cyberbotx
2008-12-29Merge branch 'cmake'cyberbotx
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-12-19Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers...cyberbotx
2008-12-17Removed the old autotools files that are no longer needed because of the use ...cyberbotx
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx
2008-12-17Implemented dependency calculation within CMake, now header file dependencies...cyberbotx
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-12-17More CMake work, mostly to handle both *nix and Windows builds.cyberbotx
2008-12-17Implemented CMake build system to replace the old autoconf-based build system.cyberbotx
2008-11-30Removed Service class, if we need something like it later we can add it back,...cyberbotx
2008-11-30Modified BotInfo to store a pointer to a command hash table (this is so modul...cyberbotx
2008-11-29Renamed Services to Service, keeping it more in line with the naming of other...cyberbotx
2008-11-29Added start of Services class to be used by new and existing pseudo-clients.cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-28Removed mod_current_module, again, so far, no ill-effects...cyberbotx
2008-11-28Removed mod_current_user and mod_current_op, the latter of which was only an ...cyberbotx
2008-11-28Remove a few prototypes to module-related functions that were moved to the Mo...cyberbotx
2008-11-28Moved moduleSet*Help() functions to Module::Set*Help().cyberbotx
2008-11-28Moved moduleNoticeLang() to Module::NoticeLang().cyberbotx
2008-11-27Moved moduleGetLangString() to Module::GetLangString().cyberbotx
2008-11-27Moved moduleDeleteLanguage() to Module::DeleteLanguage().cyberbotx
2008-11-26A few more Win32 fixes, Anope 1.9 compiles and runs under Windows now.cyberbotx
2008-11-26Various fixes for compiling under Windows.cyberbotx
2008-11-25Used std::vector for MemoInfo's memos variable instead of an malloc'd array.cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-20Removed some signed/unsigned comparison warnings.cyberbotx
2008-11-20Changed integer config values that were marked PARAM_POSINT in the old config...cyberbotx
2008-11-20Moved include of configreader.h to stop undefined reference to strlcpy (needs...cyberbotx
2008-11-19Make this compile.. create NI_FORBIDDEN (temporary) and NI_NOEXPIRE to migrat...rburchell
2008-11-19Converted modules to use ConfigReader to access new config parser.cyberbotx
2008-11-18Added ConfigReader class from InspIRCd to be used in modules to read config f...cyberbotx
2008-11-18Removed autokilldatabase directive from operserv block as it is no longer in ...cyberbotx
2008-11-16Added support for multiple uplink blocks in the new config.cyberbotx
2008-11-16Added module blocks for autoloading non-core modules.cyberbotx
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-16Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw...rburchell
2008-11-16Remove UnRestrictSAdmin.rburchell