Age | Commit message (Expand) | Author |
2024-03-10 | Add support for encrypting passwords with the Argon2 algorithm. | Sadie Powell |
2024-03-07 | Move some modules which can be built by default out of extra. | Sadie Powell |
2024-01-30 | Fix irc2sql and webcpanel not being put into the modules folder. | Sadie Powell |
2024-01-24 | Rename several modules to remove the m_ prefix. | Sadie Powell |
2024-01-10 | Fix an oversight in build_subdir. | Sadie Powell |
2024-01-09 | Use native file extensions on macOS and Windows. | Sadie Powell |
2024-01-09 | Put modules into their own folder on Windows. | Sadie Powell |
2023-06-03 | Merge branch '2.0' into 2.1. | Sadie Powell |
2023-06-02 | add gettext to conan deps | Adam |
2023-06-02 | m_ldap: use Wldap on windows | Adam |
2023-06-02 | use Conan for extra's dependencies on Windows | Adam |
2022-01-13 | Rip out check_functions(). | Sadie Powell |
2022-01-13 | Rip out calculate_depends(). | Sadie Powell |
2022-01-12 | Use the default CMake modules for finding gettext instead of our own. | Sadie Powell |
2021-08-01 | Merge branch '2.0' into 2.1. | Sadie Powell |
2021-06-17 | Fix various spelling issues (#274). | Josh Soref |
2021-04-27 | Use elseif in CMake where possible. | Sadie Powell |
2021-04-27 | Rip out compatibility code for now-unsupported CMake versions. | Sadie Powell |
2021-04-27 | Remove the repeated conditions in cmake endif/else statements. | Sadie Powell |
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby |
2016-01-19 | Error out if any 1.8 modules are in the the module directory. | Peter Powell |
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam |
2013-07-26 | Fix build on late versions of cmake 2.4 | Adam |
2013-07-20 | Fix not setting the correct compile flags on modules and fix the resulting wa... | Adam |
2013-04-16 | Move extras header files out of extras so when users copy modules out they do... | Adam |
2013-04-15 | Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if user... | Adam |
2013-04-12 | Fix OSX buld and a warning in modulemanager.cpp | Adam |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. Ma... | Adam |
2013-04-06 | Made the missing dependencies message from cmake more descriptive for modules | Adam |
2013-03-15 | Fix missing dependencies message to include the source folder, there is no sp... | Adam |
2013-02-19 | Fix some OpenBSD build issues, and bugs #1485 #1486 #1487 | Adam |
2012-12-25 | Fix linking libraries so their rpath is set correctly and isn't stripped on i... | Naram Qashat |
2012-10-09 | Made the warnings given by cmake for not having | Adam |
2012-09-24 | Fix a few oddball warnings that came up from clang, and also make it so webcp... | Naram Qashat |
2012-09-01 | Added a web panel module + a default template | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2011-12-03 | Attempt to fix issue with modules having their link libraries in the wrong or... | Naram Qashat |
2011-08-27 | Fixed some cmake warnings | Adam |
2011-08-05 | Rewrote the example configurations and split them | Adam |
2011-03-04 | Clarify the module dependency messages generated by cmake are non fatal | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2010-12-24 | Fixed Windows build | Adam |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with calculate... | Adam |
2010-10-30 | Fixed build on cmake2.6 | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |