a966016e605eea27e02d73ff1412632cd684d770 |
|
30-Apr-2011 |
Timo Sirainen <tss@iki.fi> |
Use -Wl,--as-needed -Wl,--no-undefined GNU ld flags for non-plugins. |
4f8b89b40da847baa15786b63433db5bda2291be |
|
18-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
Added dovecot.m4 file that external plugins can use.
Based on patch by Dennis Schridde.
--HG--
branch : HEAD |
bf204ec2de3747c2ee8023a968bb89dc2c613e4e |
|
15-Dec-2009 |
Timo Sirainen <tss@iki.fi> |
OSX: Don't try add plugin dependencies. It just breaks plugin loading.
--HG--
branch : HEAD |
23fdad6c7e2581921f511e24cd9371c9eaebcef9 |
|
09-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
plugins: Added dependencies.
The dependencies can only be checked if the dlopen() can successfully open
the module, so use (apparently) non-portable ltlibrary linking to force the
libraries we depend on to load with us.
--HG--
branch : HEAD |
a22c03355b9c4c8e1655250e216a4ce66d49de7c |
|
07-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Get rid of imap/, pop3/, lda/ and sql/ module subdirs. It's all in lib/dovecot/ now.
--HG--
branch : HEAD |
1c93b5986ac03e0b3cd69647332b412ecef4d6a9 |
|
13-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
Previous changes broke plugin symlink creation in make install.
--HG--
branch : HEAD |
24abf21d02b4fe2bf539102fa50e4a6261242222 |
|
11-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
Use dynamic module suffix provided by libtool rather than hardcoded ".so".
--HG--
branch : HEAD |
8e371a3ce32bd64288786855b8ce0cb63f19f7d1 |
|
29-Mar-2007 |
Timo Sirainen <tss@iki.fi> |
Better type safety to module_contexts arrays. Already fixed some bugs.
--HG--
branch : HEAD |
9d1526ac8bcec9aff3c3a32f092ee2f3da2760b7 |
|
16-Dec-2006 |
Timo Sirainen <tss@iki.fi> |
Changed the plugin filename numbering (ie. the ordering in which the plugins
are loaded). This doesn't change anything for current plugins, but future
plugins will need this change so they can get themselves loaded between
specific plugins.
--HG--
branch : HEAD |
679ad6ad1a66597752d1729a8dfd54ce1ed595e5 |
|
17-Jun-2006 |
Timo Sirainen <tss@iki.fi> |
mkdir_p doesn't accept multiple directories in some systems, so do it one at
a time. This also cleans up the code.
--HG--
branch : HEAD |
42a3441f6906280cbf21ecbd2de74b2b627f4ac7 |
|
14-Dec-2005 |
Timo Sirainen <tss@iki.fi> |
Load plugins in sorted order. Prefixed plugins with nn_ set their order.
--HG--
branch : HEAD |
797d20c35779d68f2542d3e287c1a869048c8f26 |
|
10-Dec-2005 |
Timo Sirainen <tss@iki.fi> |
Added missing header files. Fixed plugin install hooks to use DESTDIR.
--HG--
branch : HEAD |
1795e934ebcd58175d3b5bbdd811b13c7889efa3 |
|
10-Dec-2005 |
Timo Sirainen <tss@iki.fi> |
Added beginnings of plugin infrastructure. TODO: These could be optionally
compiled into binaries with some configure options.
Added quota plugin and a new trash plugin. Not very well tested.
--HG--
branch : HEAD |