Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | Rewrote the example configurations and split them | Adam | |
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core" | |||
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 | |
out of the core and into the modules that use them. | |||
2010-12-24 | Fixed Windows build | Adam | |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with ↵ | Adam | |
calculate_depends, and fixed building without gettext | |||
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 | |
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. | |||
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is ↵ | Adam | |
faster. Removed db_mysql_execute for now. | |||
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. |