1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename FMS to Freetalk stage 2/3: Rename the files.
xor
More... over 15 years ago
Rename FMS to Freetalk Stage 1/3: Move the files to the new packages.
xor
More... over 15 years ago
I think we should maybe just lock the whole MessageManager here to prevent deletion of parent messages while we sort the new message in.
xor
More... over 15 years ago
Indent.
xor
More... over 15 years ago
Synchronization.
xor
More... over 15 years ago
Organize imports only.
xor
More... over 15 years ago
Major refactoring: FMS now completely relies on db4o, no more hashtables / linkedlists - if db4o works well then FMS should scale well. I changed so much of the code that I cannot split into small commits, sorry.
xor
More... over 15 years ago
Move code upwards in the class hierarchy.
xor
More... over 15 years ago
Db4o
xor
More... over 15 years ago
We do not need that class anymore because we will not import from WoT but rather use its database.
xor
More... over 15 years ago
Use db4o instead of Hashtable of all messages.
xor
More... over 15 years ago
Rename FMSPlugin to FMS.
xor
More... over 15 years ago
Refactor for efficient usage of db4o.
xor
More... over 15 years ago
Move content of old class FMS to class FMSPlugin and rename FMSPlugin to FMS.
xor
More... over 15 years ago
Remove class FMS, content moved to FMSPlugin.
xor
More... over 15 years ago
Finish the thread assembly algorithm. PLEASE REVIEW! I have not tested it and I might have forgotten special cases.
xor
More... over 15 years ago
JavaDoc, isThread() function
xor
More... over 15 years ago
Compile-fix.
xor
More... over 15 years ago
Reflect interface changes.
xor
More... over 15 years ago
Nice performance optimization. Please comment if you have a better idea.
xor
More... over 15 years ago
Remove java6 code.
xor
More... over 15 years ago
trigger build More... over 15 years ago
More implementation, begin implementing threads instead of just plain messages without replies, I forgot about that in the beginning.
xor
More... over 15 years ago
Add get() function to interface.
xor
More... over 15 years ago
Add a field for referencing to the parent message, implement more stuff.
xor
More... over 15 years ago
Use UpdatableSortedLinkedListWithForeignIndex instead of a HashTable and a LinkedList.
xor
More... over 15 years ago
Implementation. Toad, please make the UpdatableSortedLinkedList use generics and take a Comparator maybe.
xor
More... over 15 years ago
Implementation skeleton.
xor
More... over 15 years ago
Lots of interface changes.
xor
More... over 15 years ago
Implementation.
xor
More... over 15 years ago