Sone.git
13 years agoMerge branch 'release-0.3.7' 0.3.7
David ‘Bombe’ Roden [Thu, 13 Jan 2011 20:31:48 +0000 (21:31 +0100)]
Merge branch 'release-0.3.7'

13 years agoSet version to 0.3.7.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 19:53:29 +0000 (20:53 +0100)]
Set version to 0.3.7.

13 years agoCatch some more (undocumented) exceptions by FreenetURI.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 20:31:24 +0000 (21:31 +0100)]
Catch some more (undocumented) exceptions by FreenetURI.

13 years agoChange all buttons’ appearance.
David ‘Bombe’ Roden [Wed, 12 Jan 2011 13:13:15 +0000 (14:13 +0100)]
Change all buttons’ appearance.

13 years agoMerge branch 'reduce-loading' into next
David ‘Bombe’ Roden [Thu, 13 Jan 2011 18:15:26 +0000 (19:15 +0100)]
Merge branch 'reduce-loading' into next

13 years agoMove the pagination out of the HTML. This fixes #51.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:52:23 +0000 (15:52 +0100)]
Move the pagination out of the HTML. This fixes #51.

13 years agoCheck for post time at the correct place.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 15:00:33 +0000 (16:00 +0100)]
Check for post time at the correct place.

13 years agoReturn time of a post, and don’t load it if it’s older than the last post on the...
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:58:58 +0000 (15:58 +0100)]
Return time of a post, and don’t load it if it’s older than the last post on the page.

13 years agoDon’t show posts that are older than the last post on the page.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:51:54 +0000 (15:51 +0100)]
Don’t show posts that are older than the last post on the page.

13 years agoMerge branch 'reduce-loading' into next
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:34:29 +0000 (15:34 +0100)]
Merge branch 'reduce-loading' into next

13 years agoAdd more information to new reply information and don’t load replies if obviously...
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:05:07 +0000 (15:05 +0100)]
Add more information to new reply information and don’t load replies if obviously not necessary.

13 years agoAlso react correctly on a “view Sone” page.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 14:04:35 +0000 (15:04 +0100)]
Also react correctly on a “view Sone” page.

13 years agoThe posting Sone for a created post is always the logged in Sone.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:56:19 +0000 (14:56 +0100)]
The posting Sone for a created post is always the logged in Sone.

13 years agoReturn IDs of Sone and recipient when getting new posts.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:56:07 +0000 (14:56 +0100)]
Return IDs of Sone and recipient when getting new posts.

13 years agoAdd IDs of posting Sone and recipient to loadNewPost().
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:55:38 +0000 (14:55 +0100)]
Add IDs of posting Sone and recipient to loadNewPost().

13 years agoAdd function to extract ID of current Sone from HTML.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:55:13 +0000 (14:55 +0100)]
Add function to extract ID of current Sone from HTML.

13 years agoInclude ID of current Sone in HTML.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:53:00 +0000 (14:53 +0100)]
Include ID of current Sone in HTML.

13 years agoSmall optimization to prevent loading of a post if it’s obviously not necessary.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:48:15 +0000 (14:48 +0100)]
Small optimization to prevent loading of a post if it’s obviously not necessary.

13 years agoImprove link parser.
David ‘Bombe’ Roden [Thu, 13 Jan 2011 13:36:29 +0000 (14:36 +0100)]
Improve link parser.

13 years agoRender templates in a thread-safe way.
David ‘Bombe’ Roden [Mon, 10 Jan 2011 20:09:45 +0000 (21:09 +0100)]
Render templates in a thread-safe way.

13 years agoMerge branch 'show-versions' into next
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:52:44 +0000 (21:52 +0100)]
Merge branch 'show-versions' into next

13 years agoNotify all core listeners when a new version was found.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:51:14 +0000 (21:51 +0100)]
Notify all core listeners when a new version was found.

13 years agoAdd version information to all templates.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:51:01 +0000 (21:51 +0100)]
Add version information to all templates.

13 years agoAdd “new version” notification, set current and latest version in all templates.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:50:51 +0000 (21:50 +0100)]
Add “new version” notification, set current and latest version in all templates.

13 years agoAdd “update found” event to core listener.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:50:01 +0000 (21:50 +0100)]
Add “update found” event to core listener.

13 years agoAdd update checker to core.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:48:47 +0000 (21:48 +0100)]
Add update checker to core.

13 years agoAdd update checker.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:48:06 +0000 (21:48 +0100)]
Add update checker.

13 years agoCatch exceptions in the whole startup sequence.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 20:13:42 +0000 (21:13 +0100)]
Catch exceptions in the whole startup sequence.

13 years agoAdd possibility to register arbitrary USKs for watching.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 15:22:46 +0000 (16:22 +0100)]
Add possibility to register arbitrary USKs for watching.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Sun, 9 Jan 2011 12:22:50 +0000 (13:22 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.3.6.5' 0.3.6.5
David ‘Bombe’ Roden [Sun, 9 Jan 2011 12:20:43 +0000 (13:20 +0100)]
Merge branch 'release-0.3.6.5'

13 years agoSet version to 0.3.6.5.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 12:20:36 +0000 (13:20 +0100)]
Set version to 0.3.6.5.

13 years agoRequire utils 0.7.6.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 11:37:19 +0000 (12:37 +0100)]
Require utils 0.7.6.

13 years agoStore version of configuration in the configuration.
David ‘Bombe’ Roden [Sun, 9 Jan 2011 11:09:42 +0000 (12:09 +0100)]
Store version of configuration in the configuration.

13 years agoChange javascript for notification.
David ‘Bombe’ Roden [Fri, 7 Jan 2011 21:48:44 +0000 (22:48 +0100)]
Change javascript for notification.

13 years agoPrevent crash on more invalid links.
David ‘Bombe’ Roden [Fri, 7 Jan 2011 21:48:02 +0000 (22:48 +0100)]
Prevent crash on more invalid links.

13 years agoEnhance Parser with a ParserContext.
David ‘Bombe’ Roden [Fri, 7 Jan 2011 21:33:33 +0000 (22:33 +0100)]
Enhance Parser with a ParserContext.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Thu, 6 Jan 2011 14:49:20 +0000 (15:49 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.3.6.4' 0.3.6.4
David ‘Bombe’ Roden [Thu, 6 Jan 2011 13:42:06 +0000 (14:42 +0100)]
Merge branch 'release-0.3.6.4'

13 years agoSet version to 0.3.6.4.
David ‘Bombe’ Roden [Thu, 6 Jan 2011 13:41:47 +0000 (14:41 +0100)]
Set version to 0.3.6.4.

13 years agoShorten a possible invalid link in a safer way.
David ‘Bombe’ Roden [Thu, 6 Jan 2011 13:39:33 +0000 (14:39 +0100)]
Shorten a possible invalid link in a safer way.

13 years agoDon’t add a link if an SSK or a USK fail parsing.
David ‘Bombe’ Roden [Thu, 6 Jan 2011 13:39:08 +0000 (14:39 +0100)]
Don’t add a link if an SSK or a USK fail parsing.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Thu, 6 Jan 2011 06:46:34 +0000 (07:46 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.3.6.3' 0.3.6.3
David ‘Bombe’ Roden [Thu, 6 Jan 2011 06:42:16 +0000 (07:42 +0100)]
Merge branch 'release-0.3.6.3'

13 years agoSet version to 0.3.6.3.
David ‘Bombe’ Roden [Thu, 6 Jan 2011 06:35:10 +0000 (07:35 +0100)]
Set version to 0.3.6.3.

13 years agoHide details about new Sones, too.
David ‘Bombe’ Roden [Thu, 6 Jan 2011 06:41:37 +0000 (07:41 +0100)]
Hide details about new Sones, too.

13 years agoImprove display of parsed links.
David ‘Bombe’ Roden [Thu, 6 Jan 2011 06:31:34 +0000 (07:31 +0100)]
Improve display of parsed links.

13 years agoMerge branch 'protocol-version' into next
David ‘Bombe’ Roden [Sat, 1 Jan 2011 18:17:58 +0000 (19:17 +0100)]
Merge branch 'protocol-version' into next

13 years agoParse protocol version from sone XML, don’t parse if unknown version.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 16:48:58 +0000 (17:48 +0100)]
Parse protocol version from sone XML, don’t parse if unknown version.

13 years agoAdd protocol version to inserted XML.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 16:44:10 +0000 (17:44 +0100)]
Add protocol version to inserted XML.

13 years agoHide information in notification until a link is clicked.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 01:27:46 +0000 (02:27 +0100)]
Hide information in notification until a link is clicked.

This should reduce visual clutter when lots of new posts and replies have
been found, e.g. after Sone has not been running for a while.

13 years agoRemove unnecessary CSS rule.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 01:27:05 +0000 (02:27 +0100)]
Remove unnecessary CSS rule.

13 years agoAdd method to show a notification’s details.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 01:26:53 +0000 (02:26 +0100)]
Add method to show a notification’s details.

13 years agoStore the list notification itself in the notification template.
David ‘Bombe’ Roden [Sat, 1 Jan 2011 01:26:36 +0000 (02:26 +0100)]
Store the list notification itself in the notification template.

13 years agoReactivate status polling on all pages, it’s necessary for the notifications.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 10:23:27 +0000 (11:23 +0100)]
Reactivate status polling on all pages, it’s necessary for the notifications.

13 years agoDon’t try to get the status of a non-existing Sone.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 10:22:54 +0000 (11:22 +0100)]
Don’t try to get the status of a non-existing Sone.

13 years agoDon’t create cookies for link-enabled checking.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 10:20:37 +0000 (11:20 +0100)]
Don’t create cookies for link-enabled checking.

13 years agoOnly poll for status if a page ID is actually defined.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 10:15:29 +0000 (11:15 +0100)]
Only poll for status if a page ID is actually defined.

13 years agoDon’t poll for status on the login page.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 09:43:27 +0000 (10:43 +0100)]
Don’t poll for status on the login page.

13 years agoSet page ID on login page.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 09:43:17 +0000 (10:43 +0100)]
Set page ID on login page.

13 years agoUse session mechanisms from SoneTemplatePage.
David ‘Bombe’ Roden [Fri, 31 Dec 2010 09:41:11 +0000 (10:41 +0100)]
Use session mechanisms from SoneTemplatePage.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Thu, 30 Dec 2010 23:58:29 +0000 (00:58 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'release-0.3.6.2' 0.3.6.2
David ‘Bombe’ Roden [Thu, 30 Dec 2010 23:57:39 +0000 (00:57 +0100)]
Merge branch 'release-0.3.6.2'

13 years agoSet version to 0.3.6.2.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 23:57:32 +0000 (00:57 +0100)]
Set version to 0.3.6.2.

13 years agoRequire utils 0.7.5 (for improved text persistence and parsing).
David ‘Bombe’ Roden [Thu, 30 Dec 2010 23:56:54 +0000 (00:56 +0100)]
Require utils 0.7.5 (for improved text persistence and parsing).

13 years agoFix posting (again). This should now not perform a real POST anymore.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 23:56:39 +0000 (00:56 +0100)]
Fix posting (again). This should now not perform a real POST anymore.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Thu, 30 Dec 2010 22:13:42 +0000 (23:13 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'fix-posting' 0.3.6.1
David ‘Bombe’ Roden [Thu, 30 Dec 2010 22:12:13 +0000 (23:12 +0100)]
Merge branch 'fix-posting'

13 years agoSet version to 0.3.6.1.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 22:11:31 +0000 (23:11 +0100)]
Set version to 0.3.6.1.

13 years agoFix posting.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 22:10:59 +0000 (23:10 +0100)]
Fix posting.

13 years agoMerge branch 'release-0.3.6' 0.3.6
David ‘Bombe’ Roden [Thu, 30 Dec 2010 21:25:23 +0000 (22:25 +0100)]
Merge branch 'release-0.3.6'

13 years agoSet version to 0.3.6.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 21:25:12 +0000 (22:25 +0100)]
Set version to 0.3.6.

13 years agoImprove check for already existing posts and replies.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 20:48:44 +0000 (21:48 +0100)]
Improve check for already existing posts and replies.

13 years agoAdd all posts that have the current Sone as recipient.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 20:38:26 +0000 (21:38 +0100)]
Add all posts that have the current Sone as recipient.

13 years agoRename variable to fit purpose better.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 20:38:17 +0000 (21:38 +0100)]
Rename variable to fit purpose better.

13 years agoDon’t post a new status if no text was entered.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 20:33:31 +0000 (21:33 +0100)]
Don’t post a new status if no text was entered.

13 years agoTry to prevent deadlocks when saving the configuration.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 19:56:57 +0000 (20:56 +0100)]
Try to prevent deadlocks when saving the configuration.

13 years agoMerge branch 'new-priorities' into next
David ‘Bombe’ Roden [Thu, 30 Dec 2010 19:34:55 +0000 (20:34 +0100)]
Merge branch 'new-priorities' into next

13 years agoCreate our own realtime client for requests.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 19:34:15 +0000 (20:34 +0100)]
Create our own realtime client for requests.

13 years agoRequire fred build 1311.
David ‘Bombe’ Roden [Thu, 30 Dec 2010 19:34:04 +0000 (20:34 +0100)]
Require fred build 1311.

13 years agoSave the configuration after marking posts and replies as known.
David ‘Bombe’ Roden [Wed, 22 Dec 2010 23:05:09 +0000 (00:05 +0100)]
Save the configuration after marking posts and replies as known.

13 years agoStop the Sone downloader and unregister all USKs when stopping the core.
David ‘Bombe’ Roden [Tue, 21 Dec 2010 11:08:35 +0000 (12:08 +0100)]
Stop the Sone downloader and unregister all USKs when stopping the core.

13 years agoMerge branch 'master' into next
David ‘Bombe’ Roden [Sat, 18 Dec 2010 09:41:12 +0000 (10:41 +0100)]
Merge branch 'master' into next

13 years agoMerge branch 'fix-wrong-version-number' 0.3.5.1
David ‘Bombe’ Roden [Sat, 18 Dec 2010 09:37:01 +0000 (10:37 +0100)]
Merge branch 'fix-wrong-version-number'

13 years agoSet version number to 0.3.5.1.
David ‘Bombe’ Roden [Sat, 18 Dec 2010 09:36:52 +0000 (10:36 +0100)]
Set version number to 0.3.5.1.

13 years agoMerge branch 'release-0.3.5' 0.3.5
David ‘Bombe’ Roden [Sat, 18 Dec 2010 01:17:50 +0000 (02:17 +0100)]
Merge branch 'release-0.3.5'

13 years agoSet version to 0.3.5.
David ‘Bombe’ Roden [Sat, 18 Dec 2010 01:17:41 +0000 (02:17 +0100)]
Set version to 0.3.5.

13 years agoRequire utils-0.7.4.
David ‘Bombe’ Roden [Sat, 18 Dec 2010 01:09:32 +0000 (02:09 +0100)]
Require utils-0.7.4.

13 years agoSimplify removal of ticker object, ensure that the notification is removed.
David ‘Bombe’ Roden [Sat, 18 Dec 2010 01:07:35 +0000 (02:07 +0100)]
Simplify removal of ticker object, ensure that the notification is removed.

13 years agoRemove ticker object when sone-is-locked notification is shown.
David ‘Bombe’ Roden [Sat, 18 Dec 2010 01:06:54 +0000 (02:06 +0100)]
Remove ticker object when sone-is-locked notification is shown.

13 years agoUse different character for arrow.
David ‘Bombe’ Roden [Sat, 18 Dec 2010 00:55:00 +0000 (01:55 +0100)]
Use different character for arrow.

13 years agoDon’t create a new session in the link-enabled callback handler.
David ‘Bombe’ Roden [Fri, 17 Dec 2010 18:06:20 +0000 (19:06 +0100)]
Don’t create a new session in the link-enabled callback handler.

13 years agoAdd methods to get the current Sone without creating a new session.
David ‘Bombe’ Roden [Fri, 17 Dec 2010 18:06:09 +0000 (19:06 +0100)]
Add methods to get the current Sone without creating a new session.

13 years agoLog exception on shutdown.
David ‘Bombe’ Roden [Mon, 13 Dec 2010 20:06:18 +0000 (21:06 +0100)]
Log exception on shutdown.

13 years agoThere is no plugin store to persist anymore.
David ‘Bombe’ Roden [Mon, 13 Dec 2010 19:55:46 +0000 (20:55 +0100)]
There is no plugin store to persist anymore.

13 years agoThe Core is not a Service anymore, stop() really stops it.
David ‘Bombe’ Roden [Mon, 13 Dec 2010 19:54:46 +0000 (20:54 +0100)]
The Core is not a Service anymore, stop() really stops it.

13 years agoRemove notifications for removed posts and replies.
David ‘Bombe’ Roden [Mon, 13 Dec 2010 19:28:21 +0000 (20:28 +0100)]
Remove notifications for removed posts and replies.

13 years agoMerge branch 'notification-for-locked-sones' into next
David ‘Bombe’ Roden [Mon, 13 Dec 2010 19:28:06 +0000 (20:28 +0100)]
Merge branch 'notification-for-locked-sones' into next

13 years agoShow a notification if a Sone is locked for more than five minutes.
David ‘Bombe’ Roden [Mon, 13 Dec 2010 19:27:49 +0000 (20:27 +0100)]
Show a notification if a Sone is locked for more than five minutes.

13 years agoFire events when locking and unlocking Sones.
David ‘Bombe’ Roden [Mon, 13 Dec 2010 19:17:13 +0000 (20:17 +0100)]
Fire events when locking and unlocking Sones.