Commit Log (Page 16 of 43)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Next »

Summary Period: 2005-09-02 to 2005-01-27 (Commits 1335-1384 of 2134)

bback 2005-09-02 12:17

- own identity state cannot be changed from GOOD any longer
- removed need for .sig files, changing trust state is now fast,
there is a one-time convert needed for this (done on startup of frost)
- identites file was not valid because of bugs in Truster and BuddyList, fixed all bugs
- because of the bugs the identities file is maybe not completely valid,
added one-time repair for this, its done during first Frost startup too (like .sig conversion)

431 lines of code changed in:

bback 2005-09-02 02:34

removed methods for old identities format, not longer used

20 lines of code changed in:

bback 2005-09-02 02:17

Fixed: ensured that date inside an upload message is same as current date.
Needed to check for invalid dates on message arrival. Date must not be different than date in url.

21 lines of code changed in:

bback 2005-09-02 01:26

added timestamp to MessageHashes

116 lines of code changed in:

bback 2005-09-02 01:25

code cleanings and fixes

259 lines of code changed in:

bback 2005-09-01 04:12

misc. preparations for removal of .sig files

255 lines of code changed in:

bback 2005-08-30 23:48

fixed small problem, see diff

2 lines of code changed in:

bback 2005-08-30 09:00

fixed translation

2 lines of code changed in:

bback 2005-08-30 03:50

fixed msg upload behaviour, now not the first free index is used, but we check some of the next indicies if they exist already. This avoids inserting into a gap between 2 indicies (which will either end in a keycollosion or in a lost message)

108 lines of code changed in:

bback 2005-08-26 06:21

Updated / added source file headers! still more to do!

247 lines of code changed in:

bback 2005-08-26 04:57

removed unused variables

3 lines of code changed in:

bback 2005-08-26 04:30

minor fix: if board was selected and while it loaded msgs user selected a folder, the 'new msg' button became active after the board loaded all msgs in background. Now the buttons keep disabled when a folder is selected.

2 lines of code changed in:

bback 2005-08-26 00:52

added a tooltip for the description column

84 lines of code changed in:

bback 2005-08-25 23:45

added 'sexboards' to default boards to avoid guys asking for it :)

0 lines of code changed in:

bback 2005-08-25 23:41

fix: now FROM column is drawn bold if msg is new, even if user reordered the table columns

9 lines of code changed in:

bback 2005-08-25 23:39

minor changes

3 lines of code changed in:

bback 2005-08-25 13:04

corrected author of JSysTray, added myself :)

3 lines of code changed in:

bback 2005-08-25 13:00

corrected JSysTray author

0 lines of code changed in:

kevloral 2005-06-28 15:00

Refactoring: Index turned into a singleton (and reference to MainFrame removed)

71 lines of code changed in:

kevloral 2005-06-28 13:55

Refactoring: created new FileTrasferManager, that is now responsible of the creation and initialization of the Download, upload and search managers (instead of the Core, as it was before)

678 lines of code changed in:

kevloral 2005-06-15 16:57

Refactoring: now the Saver does not have a reference to the MainFrame. Instead, when it finds an error, it dispatches an StorageErrorEvent.
Refactoring: now the Saver is called StorageManager

315 lines of code changed in:

kevloral 2005-02-05 17:22

Code cleanup: some unused lines removed.

0 lines of code changed in:

kevloral 2005-02-05 17:00

Refactoring: now the failure in the creation of a MessageObject is better described by the new MessageCreationException.

4 lines of code changed in:

kevloral 2005-02-05 16:52

Refactoring: now the failure in the creation of a MessageObject is better described by the new MessageCreationException.

20 lines of code changed in:

kevloral 2005-02-05 16:50

Refactoring: added convenience constructor.

8 lines of code changed in:

kevloral 2005-02-05 16:45

Changed: empty property is false by default.

3 lines of code changed in:

kevloral 2005-02-05 16:44

Refactoring: new type of exception added to more appropriately describe the failure in the creation of a MessageObject

56 lines of code changed in:

kevloral 2005-02-05 15:19

Added: additional debug information to loadFile method.

2 lines of code changed in:

kevloral 2005-02-05 15:00

Added: additional debug information for the MessageObject constructor.

8 lines of code changed in:

kevloral 2005-02-04 04:21

Optimization: now the AttachmentList of MessageObject is only created if necessary (previously it was always created, whether the message had attachments or not). It should save some memory.

170 lines of code changed in:

kevloral 2005-02-03 11:21

Refactoring: attachments view creation removed from MessageObject.

86 lines of code changed in:

kevloral 2005-02-02 08:47

Code layout cleaned up.

81 lines of code changed in:

kevloral 2005-02-02 08:36

Optimization: some unused code removed.

1 lines of code changed in:

kevloral 2005-02-02 07:54

Optimization: a couple of unneeded attributes removed.

4 lines of code changed in:

kevloral 2005-02-01 03:53

Added: now uploads retry when failed (like downloads do)

75 lines of code changed in:

kevloral 2005-02-01 03:34

Added: uploads now retry when failed (like downloads do)

34 lines of code changed in:

kevloral 2005-02-01 03:28

Added: uploads retry when failed.

4 lines of code changed in:

kevloral 2005-01-31 21:24

Added: retries field added to FrostUploadItem (the actual retrying process is not implemented yet)

67 lines of code changed in:

kevloral 2005-01-31 20:57

Changed: column widths adjusted again.

2 lines of code changed in:

kevloral 2005-01-31 20:53

Changed: column widths slightly adjusted.

2 lines of code changed in:

kevloral 2005-01-30 16:19

Added: preferences for retrying failed uploads (hidden until the feature is implemented)

7 lines of code changed in:

kevloral 2005-01-30 04:55

Added: preferences for retrying failed uploads (hidden until the feature is implemented)

99 lines of code changed in:

kevloral 2005-01-30 04:43

Refactoring: methods enableRequestingChanged and restartFailedDownloadsChanged removed. We use refreshComponentsState instead.

3 lines of code changed in:

kevloral 2005-01-29 16:00

Added: now you can enable/disable upload items.

1 lines of code changed in:

kevloral 2005-01-29 15:59

Added: GUI for enabling / disabling upload items.

80 lines of code changed in:

kevloral 2005-01-29 15:23

Added: new field (enabled) to FrostUploadItem. No GUI put in place for it yet.

78 lines of code changed in:

kevloral 2005-01-29 14:45

Refactoring: some comments added.

2 lines of code changed in:

kevloral 2005-01-29 11:06

Bugfix: the antialiasing setting was being ignored.
Refactoring: some comments added and logger made static.

38 lines of code changed in:

kevloral 2005-01-28 17:07

Bugfix: validation of received buckets added. This should solve the problem of corrupted downloads.

47 lines of code changed in:

kevloral 2005-01-27 01:29

Changed: now the message hashes are stored in XML format (instead of serialized). This will prevent problems when migrating to a new version of Java.

193 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Next »

Generated by StatCVS 0.2.2