a8fe899601735459641edae975c0fa08be8482e2 |
|
16-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
Removed all the "enum foo;" declarations.
They didn't seem to be very standard. Old gcc versions warn about them and
C++ code doesn't like them. |
71e88fae3be360e9a93b3398e743f99a6f05d2ed |
|
10-Sep-2012 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Removed rename_children parameter from mailbox_rename()
The children are now always renamed. The only reason this feature was added
in the first place was to make dsync's job easier, but this is no longer
needed. |
95c4f06cba717df14358ec883b1bd1aec6cbf0a1 |
|
20-Jan-2012 |
Timo Sirainen <tss@iki.fi> |
notify plugin: Added mailbox_update and mailbox_set_subscribed notifications. |
132bfe8fcb7a1be790dc8b5bf9d155c9f060808d |
|
02-Aug-2010 |
Timo Sirainen <tss@iki.fi> |
notify: Added support for mailbox_create |
3e36f299984b4af93d08d9259c4ad8d987a5be6a |
|
02-Aug-2010 |
Timo Sirainen <tss@iki.fi> |
notify: Removed noop functions, they're no longer needed. |
206ac4273fa102500fa017f0c21a4fd72e94665a |
|
14-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
Fixed plugins to use the new mailbox rename API.
--HG--
branch : HEAD |
61b0637759146621cbb7edcbd0b03a71cfd66dfe |
|
09-Feb-2010 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Mailbox deletion API changed.
Mailbox deletion should now be free of race conditions. The actual file
deletion code is now responsibility of mailbox_list backend.
--HG--
branch : HEAD |
5666a3d6a7ea89362b8d9e8b39b15424cd9d6388 |
|
04-Dec-2009 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Plugin hook API changed to support per-user plugins within a process.
--HG--
branch : HEAD |
56c35c844320b0a157d1aaa6b3e62b7f3851b235 |
|
24-Aug-2009 |
Timo Sirainen <tss@iki.fi> |
Added a notify plugin that can be used as a generic event catching framework by other plugins.
Patch by Mark Washenberger / Rackspace.
--HG--
branch : HEAD |