summaryrefslogtreecommitdiff
path: root/src/modulemanager.cpp
AgeCommit message (Expand)Author
2025-03-02Return references instead of pointers from the config system.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-04-02Sync the build system directory names with the core.Sadie Powell
2024-03-19Fix the Windows build.Sadie Powell
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-02-20Make ModuleManager::SetPriority more readable.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-01-09Use native file extensions on macOS and Windows.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-12-17Use <filesystem> instead of opendir/readdir/closedir.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-11-10Update most URLs to use HTTPS if available, and fix some dead ones too.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-08Fix a ton of typos.Peter Powell
2015-03-12Update cmake version parsing code to deal with recent build version changesAdam
2015-02-03Make module version system workAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-05-27Fix dlerror() on Windows and do not abort if err is not setAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-07-05Fix sometimes not unloading all modules on shutdownAdam
2013-05-28Fixup last commit. We have events in log's destructor so we cant log messages...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-12Fix OSX buld and a warning in modulemanager.cppAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-04-06Remove the runtime module directory on non-windows because we no longer overw...Adam
2013-03-30Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Windows fixesAdam
2012-09-30Place runtime module binaries in data/runtime instead of lib/ incase of a sys...Adam
2012-09-30Use RTLD_NOW when loading modules to resolve all symbols immediately.Adam
2012-09-02Fix WindowsAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam