[freenet-dev] Templates and web-pushing

2010-03-05 Thread sashee
at the new templating stuff 2 weeks from now. sashee On Fri, Mar 5, 2010 at 12:52 PM, Matthew Toseland wrote: > Bombe has built a simple, fast template library for us. This is faster than > our HTMLNode code and is remarkably concise in the code to use it. It's > great. This should

Re: [freenet-dev] Templates and web-pushing

2010-03-05 Thread sashee
at the new templating stuff 2 weeks from now. sashee On Fri, Mar 5, 2010 at 12:52 PM, Matthew Toseland wrote: > Bombe has built a simple, fast template library for us. This is faster than > our HTMLNode code and is remarkably concise in the code to use it. It's > great. This should

[freenet-dev] Web-pushing very important for 0.8.0?

2009-11-22 Thread sashee
riority at W3C in favor to HTML5, I think treating XHTML as HTML(as of now) won't break sites, and GWT is happy too. Thoughts welcome sashee On Sat, Nov 21, 2009 at 11:23 PM, Matthew Toseland wrote: > On Saturday 21 November 2009 18:03:59 Evan Daniel wrote: >> On Sat, Nov 21, 2009 at

Re: [freenet-dev] Web-pushing very important for 0.8.0?

2009-11-22 Thread sashee
riority at W3C in favor to HTML5, I think treating XHTML as HTML(as of now) won't break sites, and GWT is happy too. Thoughts welcome sashee On Sat, Nov 21, 2009 at 11:23 PM, Matthew Toseland wrote: > On Saturday 21 November 2009 18:03:59 Evan Daniel wrote: >> On Sat, Nov 21, 2009 at

[freenet-dev] Loading CSS's blocks keepalives

2009-09-29 Thread sashee
s the cause of the error, then the introduction of an initial phase should solve this. It creates the requests in an initial state, which they can have notifications, but those won't be propagated to the client, until it sends a keepalive. It should timeout longer then the next keepalives. sash

Re: [freenet-dev] Loading CSS's blocks keepalives

2009-09-29 Thread sashee
s the cause of the error, then the introduction of an initial phase should solve this. It creates the requests in an initial state, which they can have notifications, but those won't be propagated to the client, until it sends a keepalive. It should timeout longer then the next keepalives. sash

[freenet-dev] How important is getting a clean build? GWT issues with web-pushing branch

2009-08-27 Thread sashee
can not be reviewed, because they change too much with changes to the source. sashee On Thu, Aug 27, 2009 at 3:20 PM, Matthew Toseland wrote: > sashee's web-pushing branch should significantly improve Freenet's > responsiveness and usability, by making extensive use of

Re: [freenet-dev] How important is getting a clean build? GWT issues with web-pushing branch

2009-08-27 Thread sashee
can not be reviewed, because they change too much with changes to the source. sashee On Thu, Aug 27, 2009 at 3:20 PM, Matthew Toseland wrote: > sashee's web-pushing branch should significantly improve Freenet's > responsiveness and usability, by making extensive use of

[freenet-dev] Recent web-pushing changes review

2009-08-02 Thread sashee
Thank you for the review. The alerts pushing is just started, it isn't considered working. On Sat, Aug 1, 2009 at 5:52 PM, Matthew Toseland wrote: > On Saturday 01 August 2009 16:41:49 Matthew Toseland wrote: >> I'm not going to summarise your changes in detail, basically this is inline >> image

Re: [freenet-dev] Recent web-pushing changes review

2009-08-02 Thread sashee
Thank you for the review. The alerts pushing is just started, it isn't considered working. On Sat, Aug 1, 2009 at 5:52 PM, Matthew Toseland wrote: > On Saturday 01 August 2009 16:41:49 Matthew Toseland wrote: >> I'm not going to summarise your changes in detail, basically this is inline >> image

[freenet-dev] Status report of GSoC and testing welcome

2009-07-30 Thread sashee
NE~7P-MJX8tcyZKpzY9z2xCKj3iFWQ,8g1XHQNfqxFBrVZxzMt0KKmvN0JePbDkJ8HXWUt3DXk,AAIC--8/freenet-cvs-snapshot.jar, or you can checkout to the web-pushing branch on fred-staging, pull the changes, and build one yourself. Please report any bugs you encounter, and all feedback is appreciated. sashee

[freenet-dev] Status report of GSoC and testing welcome

2009-07-30 Thread sashee
ne~7p-mjx8tcyzkpzy9z2xckj3ifwq,8g1XHQNfqxFBrVZxzMt0KKmvN0JePbDkJ8HXWUt3DXk,AAIC--8/freenet-cvs-snapshot.jar, or you can checkout to the web-pushing branch on fred-staging, pull the changes, and build one yourself. Please report any bugs you encounter, and all fe

[freenet-dev] Downloads page auto-updating was Re: SimpleEventProducer.listeners = null, in web-pushing 0de6b9b93ecfec19383b5d66e820a4fc3fde8118

2009-07-07 Thread sashee
On Tue, Jul 7, 2009 at 10:08 PM, Matthew Toseland wrote: > On Tuesday 07 July 2009 20:41:54 sashee wrote: >> Maybe I don't see something, but I think it is much more simpler. Here it is: >> >> When the processing of RequestElement starts, the ClientRequest object >&g

[freenet-dev] Downloads page auto-updating was Re: SimpleEventProducer.listeners = null, in web-pushing 0de6b9b93ecfec19383b5d66e820a4fc3fde8118

2009-07-07 Thread sashee
t seems to be working. The only problem seems to be that these listeners shouldn't be persisted, they aren't supposed to survive a restart. So I think I should create a mechanism for transient eventlisteners. What you think about it? sashee On Tue, Jul 7, 2009 at 7:56 PM, Matthew

Re: [freenet-dev] Downloads page auto-updating was Re: SimpleEventProducer.listeners = null, in web-pushing 0de6b9b93ecfec19383b5d66e820a4fc3fde8118

2009-07-07 Thread sashee
On Tue, Jul 7, 2009 at 10:08 PM, Matthew Toseland wrote: > On Tuesday 07 July 2009 20:41:54 sashee wrote: >> Maybe I don't see something, but I think it is much more simpler. Here it is: >> >> When the processing of RequestElement starts, the ClientRequest object >&g

Re: [freenet-dev] Downloads page auto-updating was Re: SimpleEventProducer.listeners = null, in web-pushing 0de6b9b93ecfec19383b5d66e820a4fc3fde8118

2009-07-07 Thread sashee
t seems to be working. The only problem seems to be that these listeners shouldn't be persisted, they aren't supposed to survive a restart. So I think I should create a mechanism for transient eventlisteners. What you think about it? sashee On Tue, Jul 7, 2009 at 7:56 PM, Matthew

[freenet-dev] Second status report of my SoC - Before holiday

2009-07-03 Thread sashee
>> Autotests: In most of my time, I've written an auto-test suite for >> pushing. It requires fproxy to be running. I have written a tester >> toadlet, that has some pushed data that changes, and also some tests >> that tries some functionality. The problem is, that they needs >> additional librari

[freenet-dev] Recent changes on web-pushing branch

2009-07-03 Thread sashee
> > - ? ? ? ? ? ? ? if (fr.isFinished()) { > + ? ? ? ? ? ? ? if (fr.isFinished() || fr.hasData() || fr.failed != null) { > > Is it possible for fr.isFinished to be false when fr.hasData is true or > fr.failed is non-null? (I'm not saying take it out, but is isFinished() buggy > or am I missing so

[freenet-dev] Recent changes on web-pushing branch

2009-07-03 Thread sashee
t > freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:694) > ? ? ? ?at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:224) > It is now should be fixed. Found some horrible bugs that caused stalling, and fixed them. I'm testing it for some time, and haven't experienced any stops yet. Please mail me if you experience it further. sashee

Re: [freenet-dev] Second status report of my SoC - Before holiday

2009-07-03 Thread sashee
>> Autotests: In most of my time, I've written an auto-test suite for >> pushing. It requires fproxy to be running. I have written a tester >> toadlet, that has some pushed data that changes, and also some tests >> that tries some functionality. The problem is, that they needs >> additional librari

Re: [freenet-dev] Recent changes on web-pushing branch

2009-07-03 Thread sashee
> > -               if (fr.isFinished()) { > +               if (fr.isFinished() || fr.hasData() || fr.failed != null) { > > Is it possible for fr.isFinished to be false when fr.hasData is true or > fr.failed is non-null? (I'm not saying take it out, but is isFinished() buggy > or am I missing so

Re: [freenet-dev] Recent changes on web-pushing branch

2009-07-03 Thread sashee
> freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:694) >        at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:224) > It is now should be fixed. Found some horrible bugs that caused stalling, and fixed them. I'm test

[freenet-dev] Translations : how to improve them ?

2009-07-02 Thread sashee
just I dont know if it is). It should allow the download of the current language pack, so it can be integrated with the build process. And ofc web-based to provide easy access. sashee On Thu, Jul 2, 2009 at 3:41 PM, Cl?ment wrote: > Le jeudi 02 juillet 2009 14:33:04, Florent Daigniere a ?crit : >

Re: [freenet-dev] Translations : how to improve them ?

2009-07-02 Thread sashee
just I dont know if it is). It should allow the download of the current language pack, so it can be integrated with the build process. And ofc web-based to provide easy access. sashee On Thu, Jul 2, 2009 at 3:41 PM, Clément wrote: > Le jeudi 02 juillet 2009 14:33:04, Florent Daigniere a écrit : >

[freenet-dev] Second status report of my SoC - Before holiday

2009-06-24 Thread sashee
age should also be pushed, as they are changing frequently. The message handling should have some improvements, like get messages when browsing freenet, and they should be pushed. As always, feedback are welcome, but I most likely won't be able to check my mails in the following days. sashee

[freenet-dev] New website design

2009-06-24 Thread sashee
time finding it imo. - The right picture shouldn't have a reflection below. It looks strange that tha progress line of a browser is present twice. sashee On Wed, Jun 24, 2009 at 4:49 AM, Juiceman wrote: > > > On Tue, Jun 23, 2009 at 10:00 PM, Cl?ment wrote: >> >> Hello al

[freenet-dev] Second status report of my SoC - Before holiday

2009-06-24 Thread sashee
age should also be pushed, as they are changing frequently. The message handling should have some improvements, like get messages when browsing freenet, and they should be pushed. As always, feedback are welcome, but I most likely won't be able to check my mails in the following days. sashee

Re: [freenet-dev] New website design

2009-06-24 Thread sashee
time finding it imo. - The right picture shouldn't have a reflection below. It looks strange that tha progress line of a browser is present twice. sashee On Wed, Jun 24, 2009 at 4:49 AM, Juiceman wrote: > > > On Tue, Jun 23, 2009 at 10:00 PM, Clément wrote: >> >> Hello al

[freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
No, even javascript cannot send tab closing callback that is reliable. It can only be achieved with keepalives missing. Think about system crash when no action can be performed. On that case the javascript cannot report that it is closed, so it is not reliable. sashee On Fri, Jun 19, 2009 at 5

[freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
Ofc not. HTTP is stateless, so in standard ways it cannot be notified when a tab is closed. On Fri, Jun 19, 2009 at 12:28 AM, Matthew Toseland wrote: > On Thursday 18 June 2009 17:02:06 sashee wrote: >> With async image loading,activelinks will be loaded too. >> As for the 21

Re: [freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
No, even javascript cannot send tab closing callback that is reliable. It can only be achieved with keepalives missing. Think about system crash when no action can be performed. On that case the javascript cannot report that it is closed, so it is not reliable. sashee On Fri, Jun 19, 2009 at 5

Re: [freenet-dev] Asynchronous image loading

2009-06-19 Thread sashee
Ofc not. HTTP is stateless, so in standard ways it cannot be notified when a tab is closed. On Fri, Jun 19, 2009 at 12:28 AM, Matthew Toseland wrote: > On Thursday 18 June 2009 17:02:06 sashee wrote: >> With async image loading,activelinks will be loaded too. >> As for the 21

[freenet-dev] Asynchronous image loading

2009-06-18 Thread sashee
sec. If we send keepalives more frequently, it will consume more resources for all tabs to send them, but it will reduce further the time needed to detect tab closes. It is easily configured with constants though. sashee On Thu, Jun 18, 2009 at 11:33 AM, xor wrote: > On Wednesday 17 June

Re: [freenet-dev] Asynchronous image loading

2009-06-18 Thread sashee
sec. If we send keepalives more frequently, it will consume more resources for all tabs to send them, but it will reduce further the time needed to detect tab closes. It is easily configured with constants though. sashee On Thu, Jun 18, 2009 at 11:33 AM, xor wrote: > On Wednesday 17 June

[freenet-dev] need graphic design help

2009-06-17 Thread sashee
e too irritated seeing something is broken in it. sashee On Wed, Jun 17, 2009 at 9:43 PM, Caco Patane wrote: >> I think he means that users in "poor" areas usually run pirated versions >> of XP with the included IE6. Many of these installations won't have a >> functional

[freenet-dev] Recent work on web-pushing branch

2009-06-17 Thread sashee
is subscribed to which leader? It should be doable, will think about it. sashee

[freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
ld solve that problem, because it can notify(and cancel) the fetches when the user actually closes the tab. sashee On Wed, Jun 17, 2009 at 8:28 PM, Matthew Toseland wrote: > On Wednesday 17 June 2009 19:23:22 sashee wrote: >> So my question is: Is it needed? If it helps, I'll do it bef

[freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
So my question is: Is it needed? If it helps, I'll do it before the midterm evals, but if it doesnt improve anything, then no need to program it. On Wed, Jun 17, 2009 at 5:44 PM, sashee wrote: > Ok, thats true. But the browser won't show an image till all the image > above are s

[freenet-dev] Recent work on web-pushing branch

2009-06-17 Thread sashee
;ve only did the coding part yet. When it seems finalized, I'll write comments, javadocs and some documents about how it works and how ppl can code against it. For the build process to be integrated, I'll need the 2 jars to be publicly available somewhere. If it is, then everybody could build even after a distclean. sashee

[freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
Ok, thats true. But the browser won't show an image till all the image above are shown, because it uses 2-3 connections to fetch the images sequentially. It may happen that a few image that fetches very slowly will hang all the others, even if they are completely present. sashee On Wed, J

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
. sashee On Wed, Jun 17, 2009 at 4:46 PM, Thomas Bruderer wrote: > sashee wrote: > > This sounds very promising :) and it is certainly a nice feature we all will > appreciate very much. > > However I have a rather technical questions out of curiousity, you talk > several times about

[freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
27;s done, we don't need continuations anymore. Ofc it would need javascript to be enabled. What you think? sashee

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
On Wed, Jun 17, 2009 at 3:09 PM, Matthew Toseland wrote: > On Wednesday 17 June 2009 13:27:10 sashee wrote: >> Hello everybody! >> >> This is time for my first status report, because mid-term evals are >> approaching. >> >> Some introduction, what I'

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
before mid term eval, I'll fix the known bugs and optimize some processes, and it also needs be documented and commented. The pushing can also be used for the images' loading, but I'll write a separate email about that. sashee

Re: [freenet-dev] need graphic design help

2009-06-17 Thread sashee
e too irritated seeing something is broken in it. sashee On Wed, Jun 17, 2009 at 9:43 PM, Caco Patane wrote: >> I think he means that users in "poor" areas usually run pirated versions >> of XP with the included IE6. Many of these installations won't have a >> functional

Re: [freenet-dev] Recent work on web-pushing branch

2009-06-17 Thread sashee
is subscribed to which leader? It should be doable, will think about it. sashee ___ Devl mailing list Devl@freenetproject.org http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Re: [freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
ld solve that problem, because it can notify(and cancel) the fetches when the user actually closes the tab. sashee On Wed, Jun 17, 2009 at 8:28 PM, Matthew Toseland wrote: > On Wednesday 17 June 2009 19:23:22 sashee wrote: >> So my question is: Is it needed? If it helps, I'll do it bef

Re: [freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
So my question is: Is it needed? If it helps, I'll do it before the midterm evals, but if it doesnt improve anything, then no need to program it. On Wed, Jun 17, 2009 at 5:44 PM, sashee wrote: > Ok, thats true. But the browser won't show an image till all the image > above are s

Re: [freenet-dev] Recent work on web-pushing branch

2009-06-17 Thread sashee
;ve only did the coding part yet. When it seems finalized, I'll write comments, javadocs and some documents about how it works and how ppl can code against it. For the build process to be integrated, I'll need the 2 jars to be publicly available somewhere. If it is, then everybody could build even after a distclean. sashee ___ Devl mailing list Devl@freenetproject.org http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Re: [freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
Ok, thats true. But the browser won't show an image till all the image above are shown, because it uses 2-3 connections to fetch the images sequentially. It may happen that a few image that fetches very slowly will hang all the others, even if they are completely present. sashee On Wed, J

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
. sashee On Wed, Jun 17, 2009 at 4:46 PM, Thomas Bruderer wrote: > sashee wrote: > > This sounds very promising :) and it is certainly a nice feature we all will > appreciate very much. > > However I have a rather technical questions out of curiousity, you talk > several times about

[freenet-dev] Asynchronous image loading

2009-06-17 Thread sashee
27;s done, we don't need continuations anymore. Ofc it would need javascript to be enabled. What you think? sashee ___ Devl mailing list Devl@freenetproject.org http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
On Wed, Jun 17, 2009 at 3:09 PM, Matthew Toseland wrote: > On Wednesday 17 June 2009 13:27:10 sashee wrote: >> Hello everybody! >> >> This is time for my first status report, because mid-term evals are >> approaching. >> >> Some introduction, what I'

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
before mid term eval, I'll fix the known bugs and optimize some processes, and it also needs be documented and commented. The pushing can also be used for the images' loading, but I'll write a separate email about that. sashee ___ Devl mailin

[freenet-dev] Getting rid of emu: an option

2009-06-01 Thread sashee
open ticket before opening a new one. sashee On Mon, Jun 1, 2009 at 1:22 PM, Daniel Cheng wrote: > On Mon, Jun 1, 2009 at 7:15 PM, xor wrote: >> On Saturday 30 May 2009 16:37:15 Ian Clarke wrote: >>> >>> I like this idea. ?I think it is clear that there is a lot o

[freenet-dev] About the website

2009-06-01 Thread sashee
they should appear when hovering with the mouse - I dont like the shadows on the Download Freenet image. It makes it harder to read slightly - I agree with the financial status to the main page - The menu tree is logical I hope my review helps at some degree sashee On Mon, Jun 1, 2009 at 2:24 AM, Cl

Re: [freenet-dev] Getting rid of emu: an option

2009-06-01 Thread sashee
open ticket before opening a new one. sashee On Mon, Jun 1, 2009 at 1:22 PM, Daniel Cheng wrote: > On Mon, Jun 1, 2009 at 7:15 PM, xor wrote: >> On Saturday 30 May 2009 16:37:15 Ian Clarke wrote: >>> >>> I like this idea.  I think it is clear that there is a lot of cru

Re: [freenet-dev] About the website

2009-06-01 Thread sashee
they should appear when hovering with the mouse - I dont like the shadows on the Download Freenet image. It makes it harder to read slightly - I agree with the financial status to the main page - The menu tree is logical I hope my review helps at some degree sashee On Mon, Jun 1, 2009 at 2:24 AM

[freenet-dev] Fwd: [freenet-cvs] r27271 - in trunk/freenet/src/freenet/clients/http: . staticfiles staticfiles/js

2009-04-26 Thread sashee
IE's have many issues. Which one you mean by the MIME type one? Btw, it's a standard way of obtaining an xmlhttprequest object, cross browser. If the user uses IE6, it's his problem imo. sashee On Sat, Apr 25, 2009 at 9:18 PM, Matthew Toseland wrote: > On Friday 24 April 20

[freenet-dev] Fwd: [freenet-cvs] r27271 - in trunk/freenet/src/freenet/clients/http: . staticfiles staticfiles/js

2009-04-26 Thread sashee
IE's have many issues. Which one you mean by the MIME type one? Btw, it's a standard way of obtaining an xmlhttprequest object, cross browser. If the user uses IE6, it's his problem imo. sashee On Sat, Apr 25, 2009 at 9:18 PM, Matthew Toseland wrote: > On Friday 24 April 20

[freenet-dev] Our current web interface and its usability

2009-04-22 Thread sashee
On Wed, Apr 22, 2009 at 1:33 PM, xor wrote: > > >> -Original Message- >> From: devl-bounces at freenetproject.org >> [mailto:devl-bounces at freenetproject.org] On Behalf Of sashee >> Sent: Wednesday, April 22, 2009 1:25 PM >> To: Discussion of develop

[freenet-dev] Our current web interface and its usability

2009-04-22 Thread sashee
ve just been announced, I have no clear plans for the implementation, but they will be discussed in the mailing list. I'm sure we will come up with a solution that is both effective and easy to implement plugins' interfaces for. Greetings, sashee On Wed, Apr 22, 2009 at 1:05 PM, xor w

Re: [freenet-dev] Our current web interface and its usability

2009-04-22 Thread sashee
On Wed, Apr 22, 2009 at 1:33 PM, xor wrote: > > >> -Original Message- >> From: devl-boun...@freenetproject.org >> [mailto:devl-boun...@freenetproject.org] On Behalf Of sashee >> Sent: Wednesday, April 22, 2009 1:25 PM >> To: Discussion of development

Re: [freenet-dev] Our current web interface and its usability

2009-04-22 Thread sashee
ve just been announced, I have no clear plans for the implementation, but they will be discussed in the mailing list. I'm sure we will come up with a solution that is both effective and easy to implement plugins' interfaces for. Greetings, sashee On Wed, Apr 22, 2009 at 1:05 PM, xor w