Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-02 | Sync the build system directory names with the core. | Sadie Powell | |
2024-03-19 | Fix the Windows build. | Sadie Powell | |
2024-03-19 | Allow using absolute paths in more places. | Sadie Powell | |
2024-03-11 | Replace convertTo/stringify with non-throwing alternatives. | Sadie Powell | |
Having these throw is terrible for ergonomics and there are loads of places where the exception was either silently ignored or not handled at all. Having a function which returns an optional and another that returns a default works a lot better imo. | |||
2024-02-20 | Make ModuleManager::SetPriority more readable. | Sadie Powell | |
2024-01-09 | Use native file extensions on macOS and Windows. | Sadie Powell | |
2024-01-04 | Update the copyright headers for 2024. | Sadie Powell | |
2023-10-11 | Start migrating to range-based for loops. | Sadie Powell | |
2022-12-31 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-12-17 | Use <filesystem> instead of opendir/readdir/closedir. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2021-06-17 | Fix various spelling issues (#274). | Josh Soref | |
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>. | |||
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-11-10 | Update most URLs to use HTTPS if available, and fix some dead ones too. | Robby | |
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam | |
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary. Fix new version system, cannot return C++ types from extern C functions | |||
2015-02-03 | Make module version system work | Adam | |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam | |
auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon. | |||
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam | |
Also fix crash on Windows when unloading a module because it threw an exception. | |||
2014-05-27 | Fix dlerror() on Windows and do not abort if err is not set | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-09-16 | Remove static variables from functions in modules which causes them to be ↵ | Adam | |
marked as gnu unique objects, which breaks dlclose()/dlopen() on g++ 4.5+ | |||
2013-07-05 | Fix sometimes not unloading all modules on shutdown | Adam | |
2013-05-28 | Fixup last commit. We have events in log's destructor so we cant log ↵ | Adam | |
messages from it, and this check in modulemanager is bogus/has a typo | |||
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-12 | Fix OSX buld and a warning in modulemanager.cpp | Adam | |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ↵ | Adam | |
call it on module load on modules that hook to it | |||
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-04-06 | Remove the runtime module directory on non-windows because we no longer ↵ | Adam | |
overwrite modules on install without deleting them first | |||
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to ↵ | Adam | |
really work | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-12-13 | Optimize much of the database code and serialize code. | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-06 | Windows fixes | Adam | |
2012-09-30 | Place runtime module binaries in data/runtime instead of lib/ incase of a ↵ | Adam | |
system wide install where lib/ is not writable | |||
2012-09-30 | Use RTLD_NOW when loading modules to resolve all symbols immediately. | Adam | |
This prevents modules with unresolved symbols from loading instead of loading and crashing later. | |||
2012-09-02 | Fix Windows | Adam | |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ↵ | Adam | |
be specified at runtime | |||
2012-03-22 | added a missing error message when a module file does not exist. this fixes ↵ | DukePyrolator | |
bug #1401. also moved some debug messages to debug level 2 | |||
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam | |
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users. | |||
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ↵ | Adam | |
we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config. | |||
2012-02-14 | Clean up and reorganize our header files | Adam | |