summaryrefslogtreecommitdiff
path: root/src/module.cpp
AgeCommit message (Expand)Author
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-13Fix checking whether localisation is enabled.Sadie Powell
2022-01-12Use the default CMake modules for finding gettext instead of our own.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2015-07-13Unset extensibles on larger objects when they destructAdam
2015-03-12Update cmake version parsing code to deal with recent build version changesAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
2014-01-01Update copyright to 2014. This was done with:Adam
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