summaryrefslogtreecommitdiff
path: root/src/module.cpp
AgeCommit message (Expand)Author
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-01fixed using language files for third party modulesDukePyrolator
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam
2013-03-29Fix detecting module langauge filesAdam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-15Move DNS handling to a moduleAdam
2012-11-23Made IRCDProto a ServiceAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-10-06Fixed module language file pathAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2012-02-15Remove revision numbers as they're only ever set by Config reading git since ...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-02-05Removed the LIBINTL include hackAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-09-26Partial fix for finding gettext with CMake, still doesn't fix the lack of fin...Naram Qashat
2010-09-26Changed the language system to use gettextAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-08-22Added a classbase for the major classes, makes dynamic_reference invalidation...Adam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam
2010-07-31Don't dynamically allocate commands in modules anymore, instead made them mem...Adam
2010-07-30Some more slight cleanups, this time in modes.cpp and module.cpp.Naram Qashat
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-06-28Some OCDing over version.cpp, and make it so module.cpp doesn't need version....Naram Qashat
2010-06-25Changed the versioning system to use gitAdam
2010-06-21Fixed a few Windows problems with cleaning out the runtime directoryAdam
2010-06-20Store modules in a list and xlines in a vector, not deques. We need to be abl...Adam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-04-22Actually use readtimeout from the config & fixed many valgrind errorsAdam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2009-10-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-19Remove (and neuter) old event system. Not used by anything in core.rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Removed mod_current_module, again, so far, no ill-effects...cyberbotx
2008-11-27Moved moduleDeleteLanguage() to Module::DeleteLanguage().cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx