pfelt
|
98284aed2e
|
-- committed one too many files. this change is not ready yet..
|
2008-01-21 22:23:34 +00:00 |
|
pfelt
|
061df4c051
|
-- this should fix sending mail remotely which was broken. hopefully soon we can re-work this section of code
|
2008-01-21 22:20:10 +00:00 |
|
halex
|
2b25b587cd
|
Remove un-necessary gettext call. Thanks to Jonny for picking this up.
|
2008-01-19 04:41:45 +00:00 |
|
halex
|
f252ee3b72
|
Add copyright information to two core log stuff. Don't really care about
the rest.
|
2008-01-15 10:09:29 +00:00 |
|
halex
|
a1c3057de4
|
* Unbreak non-debug Dragonfly. My bad.
* Few minor changes to log upload methods, implemented stuff on server.
|
2008-01-15 06:16:03 +00:00 |
|
halex
|
505a788b23
|
Remove useless files, and add replacements.
|
2008-01-15 04:44:10 +00:00 |
|
halex
|
ca71f06790
|
* Provide Dragonfly with some sort of common logging infrastructure. Logging now utilises the 'console' namespace.
* Removed log link from compressed version.
* Console and log are now one, so only have one link on a page.
|
2008-01-15 04:34:55 +00:00 |
|
alexhudson
|
9ab84006e1
|
* add documentation to the maildir helper functions to better define what they do
* extend the indexer to look in odd (=temporary) file locations
* bug-fix our handling of temporary files in maildirs. Raises bug #10766
|
2008-01-13 18:00:39 +00:00 |
|
alexhudson
|
7df6761429
|
Add concept of "DB only" store documents - documents with records and properties, but never any actual content. Fixes bug #10740 .
|
2008-01-13 13:07:19 +00:00 |
|
alexhudson
|
f033f510f0
|
Remove remnants of MDB libraries and plugins \o/
|
2008-01-12 13:08:44 +00:00 |
|
halex
|
608e5c9098
|
Unbreaks Hawkeye. Why do people not tell me these things?
|
2008-01-12 08:48:34 +00:00 |
|
halex
|
64418420c9
|
* Added ability to remove domain.
* Fixed button styling to 'add domain'.
* Removed un-necessary image.
* Provided feedback when editing, adding or removing domains.
|
2008-01-12 01:23:33 +00:00 |
|
halex
|
36df15e2c0
|
Completes adding aliased domain functionality via Hawkeye.
|
2008-01-12 00:32:30 +00:00 |
|
halex
|
2b693fe823
|
* Few more fixes to make editing domain aliases work without getting tracebacks.
* Make 'adding' domains kinda work.
|
2008-01-11 23:53:51 +00:00 |
|
alexhudson
|
eda6498b19
|
Add rPath init files for people on rPath/ perhaps Foresight distros
|
2008-01-11 22:42:40 +00:00 |
|
alexhudson
|
4f7bd41215
|
Fix up code dealing with missing properties so Dragonfly works again
|
2008-01-11 20:20:44 +00:00 |
|
alexhudson
|
74e473c29d
|
Fix segfault on install in some situations
|
2008-01-09 19:07:16 +00:00 |
|
alexhudson
|
999f87a9bd
|
Fix up mail delivery wot I broked.
|
2007-12-23 20:24:55 +00:00 |
|
alexhudson
|
3be719beaf
|
Initial Maildir-type storage system. Expect slight roughness :)
|
2007-12-21 22:52:23 +00:00 |
|
alexhudson
|
815d00914e
|
Fix a segfault in bongo-config when the store doesn't behave as expected
|
2007-12-20 22:56:30 +00:00 |
|
alexhudson
|
325c8ca3dc
|
Remove support for LISTCONVERSATION[S] commands from the store, they're just synonyms.
|
2007-12-20 22:41:07 +00:00 |
|
alexhudson
|
b6e10085b5
|
Add a basic store test routine to storetool
|
2007-12-20 20:48:20 +00:00 |
|
alexhudson
|
5b5f469276
|
Brown paper bag bug in the store....
|
2007-12-19 20:06:14 +00:00 |
|
alexhudson
|
0a3e4ab39f
|
Remove db upgrade check every time we open the db
|
2007-12-17 17:05:49 +00:00 |
|
alexhudson
|
bd8614dac3
|
Document/collection type now held in the database. Should be a big performance win for COLLECTIONS.
|
2007-12-17 15:21:16 +00:00 |
|
alexhudson
|
f9dd0720e7
|
Remove some python 2.5-isms from storetool backup commands
|
2007-12-17 12:40:39 +00:00 |
|
alexhudson
|
b830457d9b
|
Backup/restore collection and document metadata. version, created and lastmodified don't work at the moment (store doesn't allow them to be changed?)
|
2007-12-14 23:27:07 +00:00 |
|
alexhudson
|
f630e77189
|
Backup/restore now working with some metadata too
|
2007-12-14 22:19:58 +00:00 |
|
alexhudson
|
b34d7980cb
|
Store WRITE command: when guid is set, set up filename correctly also
|
2007-12-14 22:17:09 +00:00 |
|
alexhudson
|
5c11c259bd
|
Small fix to pt_BR transation; seems to work on one machine but not another...
|
2007-12-14 16:22:28 +00:00 |
|
alexhudson
|
3885335738
|
Initial pt_BR translation by Igor Morgado
|
2007-12-14 15:12:44 +00:00 |
|
alexhudson
|
fecf63f67d
|
Backup/restore pax-ish ustar files. Restore triggers a store bug at the moment.
|
2007-12-14 14:45:36 +00:00 |
|
alexhudson
|
6a55905bf3
|
Initial attempt at writing out document metadata when saving a backup
|
2007-12-13 15:25:07 +00:00 |
|
alexhudson
|
82a65cb789
|
Initial commit of backup/restore capability for storetool
- backup works, but doesn't save metadata
- restore seems to trigger a python lib bug atm :/
|
2007-12-13 12:13:06 +00:00 |
|
pfelt
|
b2de4558ba
|
-- this should fix client side tls conversations. reference bug #9536
|
2007-12-08 23:34:40 +00:00 |
|
pfelt
|
90b8aed904
|
r556 should have fixed bug 10295, but apparently i didn't get it all. this should complete the fix
|
2007-12-08 16:25:31 +00:00 |
|
pfelt
|
7e96de2317
|
-- the queue now will rewrite the envelope with correct values as to if a recipient is local or remote. this removes the need for smtp to listen on queues 6 and 7 both
-- change an old LoggerEvent call for the new Log function call
-- fixed a bug in CheckTrustedHost() where it wouldn't ever find an entry
|
2007-11-30 07:15:17 +00:00 |
|
pfelt
|
bf77accbc2
|
-- fixed a minor typo
-- changed antivirus to look like antispam
|
2007-11-22 06:47:03 +00:00 |
|
pfelt
|
e056f3d5cc
|
-- removed printf's and converted to the Log()
-- changed the config to use addresspools like antispam
-- minor fixups and cleanups
|
2007-11-22 04:44:10 +00:00 |
|
pfelt
|
93337032bc
|
-- always enable ssl/tls. fixes bug #10295
|
2007-11-21 08:34:37 +00:00 |
|
pfelt
|
5b3f5f4031
|
-- prevents the spam daemon from leaving c* files behind in the spool directory
|
2007-11-21 08:06:54 +00:00 |
|
pfelt
|
bed593af01
|
-- minor cleanups including logging
|
2007-11-20 23:10:59 +00:00 |
|
pfelt
|
6ba714f3bd
|
-- round 1.1 of Received header fixes
|
2007-11-13 03:13:34 +00:00 |
|
pfelt
|
71db6f4572
|
-- round one of fixing up the Received header lines
|
2007-11-13 03:12:13 +00:00 |
|
alexhudson
|
7de3b107da
|
Get rid of store's printfs and make it log properly.
|
2007-11-08 20:35:33 +00:00 |
|
pfelt
|
1c29ebebfb
|
-- skip tar'ing up the .svn directories
|
2007-11-07 08:07:55 +00:00 |
|
pfelt
|
85d4460e48
|
-- properly quote mailbox names so mailbox names with spaces in them function
|
2007-11-07 07:35:30 +00:00 |
|
alexhudson
|
546d3036dc
|
Add the aliases config file by default
|
2007-11-06 22:27:00 +00:00 |
|
halex
|
35b595cc3e
|
Minor woopsie that broke bongo-standalone.
|
2007-11-05 08:11:29 +00:00 |
|
halex
|
369d0c9787
|
Hopefully get viewing and editing domains and their aliases working.
|
2007-11-05 08:07:54 +00:00 |
|