projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Show markers for Sone statuses.
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
2010-10-15
David ‘Bombe’ Roden
Output class name, we might be a Shell.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Rename template.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Load and save friends.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Add method to add remote Sones for watching.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Add javadoc.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Don’t store a Shell if there is already the real thing...
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Rename “add friend” action to “follow Sone” for now.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add logging.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add Sone downloader.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Create keys correctly.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Terminate the list of Sones as well.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Override Object.toString().
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Terminate list of Posts and Replies (to prevent Ghost...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store more information about the Sone of replies.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Extract nice name formatting into its own method.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Update the edition numbers in the keys.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add method to update the suggested edition on the inser...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Convert the keys to USK when creating the Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Don’t try to get a null Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Don’t add Sone twice.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store all added Sones in the Sone cache.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add page that adds a friend.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Every time a Sone is fetched, see if it can be unshelled.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add “isFriend” and “isCurrent” properties.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Sort posts in Sones.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Return replies sorted.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Prevent NPEs when accessing an unset time.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Always return the replies sorted by time, oldest first.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add Sone accessor.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add page that views a Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add method to return a Sone by its ID.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
The used UUIDs are an implementation detail. Hide it.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Always create Shells with IDs.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Load replies and store everything in caches.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Rewrite shell cache to create shells, if necessary.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Only allow unshelling a post if its Sone is not a shell.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Only allow unshelling a reply if both its post and...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add some shell creators.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Change contract of Shell.getShelled().
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add shell creator interface.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Save replies on stopping.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use a more generic Shell-aware cache.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add Shell for Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Remove obsolete User class.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add cache for Posts that is Shell-aware and throws...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Wrap Post and Reply into a Shell.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add interface for not-yet-created objects.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use all parameters for equality.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use normal right-shift.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use all available parameters for post equality.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store all replies of a Sone in the Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store the Sone in the reply.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Return a Set because that’s what it is.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store replies in post.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add container for replies.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use the hashCode() of the ID.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add code comment.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Name service.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Change restart and wait logic.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Load/save all posts of a Sone on starting/stopping.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add a GUID to Post.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Move post creation back to CreatePostPage.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Show posts of Sone and friends on index page.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Check if post belongs to this Sone before trying to...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store the originating Sone in the post.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Move L10nFilter to own file, remove Sone template facto...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add posting ability.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Prevent resource leaks.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Only show “create Sone” in menu when not logged in.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Fix parameter name.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add posts to Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Override Object.hashCode() and Object.equals().
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use traditional getter method names.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Enhance logging.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Implement profile editing.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Reduce occurences of String concatenation.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store a copy of the given profile.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Load and save profile information.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Show name fields on page.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Set a new profile for a newly created Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add stub of “edit profile” page.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add “is modified” flag.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store first, middle, and last name.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
A profile does not have a username, the Sone has a...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store the Sone in the insert site, too.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add method to create a manifest element.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add profile to Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add copy constructor.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Use traditional getter method name.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Implement Sone inserting.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add String-based Bucket implementation.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add method to insert a directory into Freenet.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Set modification counter of new Sones to 1 so that...
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add synchronization note.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Override Object.equals().
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Stub of Sone inserter main loop.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Hand in freenet interface to Sone inserter.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add modification counter to Sone.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Stop all Sone inserters when stopping the core.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Start Sone inserters when Sone is added.
tree
|
commitdiff
next