It is time for wave

2012-01-17 Thread Juan Luis Chulilla
http://www.wired.com/wiredenterprise/2012/01/luis-suarez/ IBM, Atos, et al. A lot of big companies are rejecting email for good and bad reasons alike. They wanted their employees to invest less time in email and to collaborate better and they are using different solutions for that. I wonder if

Re: Wave with HTTPS?

2012-01-17 Thread Thomas Leonard
OK, so after editing WebClient.java to change ws: to wss:, it works from Chromium but not from Firefox. So I guess it works for raw web-sockets but not for socket.io? Any chance of getting socket.io updated to fix this? On 2012-01-16 09:31, Ali Lown wrote: I have also been playing around

Re: Wave with HTTPS?

2012-01-17 Thread Ali Lown
Yes. Because you have only changed it to support secure web sockets. In Firefox (even v9) it still reverts to XHR-Multipart (or simpler) which if you check (use Firebug) will still be attempting to connect to a http:// url. To fix this you need to manually edit (inside the jar file

Re: Wave with HTTPS?

2012-01-17 Thread Thomas Leonard
OK, so to summarise: On the server side, getting Jetty to serve SSL is simple enough. In ServerRpcProvider.java, use: SslContextFactory sslContextFactory = new SslContextFactory(); sslContextFactory.setKeyStore(/home/.../keystore.ks); sslContextFactory.setKeyStorePassword(secret);

FundWIAB.com main page patch

2012-01-17 Thread Kirill Kostyuchenko
Please apply attached patch to the main index.html. I added links to WaveImport utility and http://fundwiab.com site. 74c74,77 /div --- hr pImport your Google Waves with a href=https://github.com/jorkey/WaveImport;WaveImport/a utility./p pSupport development at a

Re: FundWIAB.com main page patch

2012-01-17 Thread Yuri Z
How about adding other options to fundwiab.com? I think Flattr http://flattr.com/is the most convenient method for micro payments. On Tue, Jan 17, 2012 at 7:36 PM, Kirill Kostyuchenko kisel2...@gmail.comwrote: Please apply attached patch to the main index.html. I added links to WaveImport

Re: FundWIAB.com main page patch

2012-01-17 Thread Yuri Z
Another issue - Andrew published his patch on GitHub, but he didn't officially committed it as a patch to WIAB via the Review Boardhttps://reviews.apache.org. So, officially speaking - he didn't make any contributions to Apache Wave yet. I believe it wouldn't take too much effort to make the patch

Re: It is time for wave

2012-01-17 Thread Lennard de Rijk
On Tue, Jan 17, 2012 at 09:37, Kirill Kostyuchenko kisel2...@gmail.comwrote: Hello Juan. Wiab still not usable. Please support my fundwiab.com initiative. We are mainly in need of a good persistence and search solution :). - Lennard

Re: It is time for wave

2012-01-17 Thread Yuri Z
Honestly - we also need to fix a couple of critical bug and probably provide some authentication implementation. On Tue, Jan 17, 2012 at 7:56 PM, Lennard de Rijk ljvder...@gmail.comwrote: On Tue, Jan 17, 2012 at 09:37, Kirill Kostyuchenko kisel2...@gmail.com wrote: Hello Juan. Wiab

Re: It is time for wave

2012-01-17 Thread Ali Lown
A bit more stability would be nice because even with ~5 users I am finding daily issues with client/server delta mismatches requiring page reloads. On 17 January 2012 17:56, Lennard de Rijk ljvder...@gmail.com wrote: On Tue, Jan 17, 2012 at 09:37, Kirill Kostyuchenko kisel2...@gmail.comwrote:

Re: FundWIAB.com main page patch

2012-01-17 Thread Thomas Wrobel
May I also suggest adding the Client/Sever protocol onto the list of potential things to do? Its my own personal bias as I need it for my own project (arwave.org) in which I wish to make a custom client for a specific purpose, while still being compatible with all WIAB servers. It would also

Re: FundWIAB.com main page patch

2012-01-17 Thread Ali Lown
On 17 January 2012 18:02, Thomas Wrobel darkfl...@gmail.com wrote: (as I am pretty good at making webapps, guis etc, but cant for the life of me get my head around the WIAB code base). I agree that the codebase does lack a clean separation between c/s, and the split of client code between

Re: FundWIAB.com main page patch

2012-01-17 Thread Thomas Wrobel
Fair point, but I don't have enough knowledge to suggest the best way to split the task up. I guess the (end)goal is to make it possible to compile a compatible client without needing the whole WIAB server code (so what is currently box/webclient could be a separate project in eclipse,

Re: FundWIAB.com main page patch

2012-01-17 Thread Kirill Kostyuchenko
Hello Ali! Thanks you for your work. I fixed my errors and ask you to suggest the right english phrase about anonymous / not anonymous donation. I mean to add some words, that please write me a message with donation, if you want I show your name in the history right way. 2012/1/17 Ali Lown

Re: FundWIAB.com main page patch

2012-01-17 Thread Kirill Kostyuchenko
Hello Yuri! He wrote a message to wave-dev, that he could not add this to main tree, due to 3dpary code such walkaround authorization code, GAE code and something else. We could add Apache License heasers and format code style. Just tell more details what to do. 2012/1/17 Yuri Z

Re: FundWIAB.com main page patch

2012-01-17 Thread Ali Lown
Ok. That looks better, but you now have a small repetition through the WIAB through WIAB which you will want to edit down to justthrough the WIAB. Also,that development progress - that the development progress. As for donations, I would suggest just putting a little note next to the donate

Re: FundWIAB.com main page patch

2012-01-17 Thread Ali Lown
IIRC, there weren't any third party modules WIAB didn't use already. Also, in the long-term I am not certain that having the import code in the main tree is worth it, since the migration GWave - WIAB is a one-time event (mostly). On 17 January 2012 18:42, Kirill Kostyuchenko kisel2...@gmail.com

Re: FundWIAB.com main page patch

2012-01-17 Thread Yuri Z
Walkaround uses the same Apache License, so it doesn't pose any issue, we can safely include code from there. I didn't find any uses of GAE source code there and pretty sure the patch can be submitted to WIAB from legal point of view. On Tue, Jan 17, 2012 at 8:51 PM, Ali Lown a...@lown.me.uk

Wiki - Wave Store TODO's

2012-01-17 Thread Yuri Z
Hi I posted a Wave Store TODO's doc on the Wiki - https://cwiki.apache.org/confluence/display/WAVE/Wave+Store+TODO%27s+By+Soren+Lassen Some of the TODO's were already implemented and currently I am working on adding MongoDB based indexing - as was designed in the doc above (more or less). It would

Re: Wiki - Wave Store TODO's

2012-01-17 Thread Dave butlerdi
Look at Tinkerpops. It will allow for several options through a single API as well as several other tools . http://tinkerpop.com/

Re: Review Request: Print wave title in blue bar and page title

2012-01-17 Thread Yuri Zelikov
On 2012-01-16 21:39:13, Yuri Zelikov wrote: Hmm, I think I already implemented something like this for waveinabox.net as experimental feature. But then I removed all experimental features. And I didn't bother to submit it later... Too bad. Anyway, can you try my implementation and

Re: Wiki - Wave Store TODO's

2012-01-17 Thread Michael MacFadden
I recently, just went through most of the OT, Wave Store, and other server side code. I have taken a large amount of notes, that I will post up on the wiki shortly. ~Michael On Jan 17, 2012, at 12:12 PM, Yuri Z wrote: Hi I posted a Wave Store TODO's doc on the Wiki -

Re: Wiki - Wave Store TODO's

2012-01-17 Thread Yuri Z
Good, it means you are in good shape to review my patch :) https://reviews.apache.org/r/3508/ On Tue, Jan 17, 2012 at 11:36 PM, Michael MacFadden michael.macfad...@gmail.com wrote: I recently, just went through most of the OT, Wave Store, and other server side code. I have taken a large

Re: Wave with HTTPS?

2012-01-17 Thread Ali Lown
I had a go at setting it up and yes this method of adjusting jetty seems to work fine. Over the next couple of days I will have a go at writing a patch so that we can choose between ssl (and normal) listeners, keystore location and password all from the configuration file. On 17 January 2012

Re: FundWIAB.com main page patch

2012-01-17 Thread Upayavira
What you are trying to do is quite difficult - to raise funds for a project, without claiming to represent the project, or claim ownership over it. Hopefully my comments here will help make sure everything works well. So, firstly, I think the site is well done, sensitively handled in relation to

Re: FundWIAB.com main page patch

2012-01-17 Thread Christian Grobmeier
I just send an email to general@incubator - just to let people know. On Wed, Jan 18, 2012 at 12:24 AM, Upayavira u...@odoko.co.uk wrote: What you are trying to do is quite difficult - to raise funds for a project, without claiming to represent the project, or claim ownership over it. Hopefully

Re: FundWIAB.com main page patch

2012-01-17 Thread Kyle Johnston
Looks good Kirill!! :) God Bless, Kyle Johnston On Tue, Jan 17, 2012 at 17:26, Christian Grobmeier grobme...@gmail.comwrote: I just send an email to general@incubator - just to let people know. On Wed, Jan 18, 2012 at 12:24 AM, Upayavira u...@odoko.co.uk wrote: What you are trying to do

Re: It is time for wave

2012-01-17 Thread Yuri Z
Do you mean that also frequency of the no conversations bug was reduced by reverting this commit? Or was it the bug with client deltas not expressed against server? On Jan 18, 2012 1:03 AM, Vicente J. Ruiz Jurado v...@ourproject.org wrote: El 17/01/12 19:00, Ali Lown escribió: A bit more