[Google Wave APIs] Re: create new Wave from Javascript

2010-07-03 Thread antimatter15
You could look into my microwave (http://micro-wave.appspot.com and http://microwave.googlecode.com) project, which uses OAuth, proxied by a server to bypass the cross-origin limitations to execute operations generated using JS. On Jul 3, 10:38 pm, dougx wrote: > Perhaps someone else can confirm,

[Google Wave APIs] Re: An application to access Wave outside of a browser

2010-02-16 Thread antimatter15
lized, and may very well stop working at any time). http://antimatter15.com/misc/read/?googlewave.com!w+oPg9HfEXE On Feb 14, 11:31 pm, DLeh wrote: > Hey, > > I'm trying to write a program to integrate Wave with another open > source program that runs as a client-side application.  D

[Google Wave APIs] Re: Important: Gadget - Bypassing State

2009-12-21 Thread antimatter15
Using Ajax/PHP/MySQL doesn't often integrate well with wave. While there is the huge issue with the verification of insuring the wave state has not been tampered with (A few weeks ago, I built a prototype bookmarklet which could swap inline gadgets and replace them with state-editing interfaces, an

[Google Wave APIs] Re: API for retrieving a user's Google Wave contacts

2009-12-15 Thread antimatter15
I would think there would be privacy issues with exposing that as an API. On Dec 15, 5:19 am, Harish wrote: > I would like to know how and where is the information about the > contact list of a wave user is stored.I would also like to know how to > retrieve the list so that it can be used for inv

[Google Wave APIs] Re: Find if a participant is online and gmail notifier like feature...

2009-12-05 Thread antimatter15
How does your Wave notifier work? On Dec 5, 5:41 pm, Danny Tuppeny wrote: > I've released a Google Wave Notifier for Windows that sits in your > system tray. Currently it works in English, Russian, Spanish, Swedish, > Polish and Turkish. > > It's not an official Google app (none of the current no

[Google Wave APIs] Re: Denial of service attacks / Quota depletion

2009-12-04 Thread antimatter15
I think I recall that Bouncy doesn't respond to posts made by robots (It can be added by robots though). I would like to think the solution would be to have blip content regex matching in compatibilities.xml On Dec 4, 9:54 am, Daniel Faust wrote: > > I tried adding code to call Bouncy in to assi

[Google Wave APIs] Re: Embedding/ Drag Drop

2009-11-03 Thread antimatter15
I think the drag and drop is just pure JS and I think IE also the HTML5 D&D API (the HTML5 one is actually reverse engineered off the IE one). I don't see why the embedded wave would not survive docking. On Nov 2, 7:26 am, Stefan Blanke wrote: > I am working on a js-api for web-applications whic

[Google Wave APIs] Re: how do you store prototyped objects in gadget state?

2009-11-02 Thread antimatter15
I think that's a bad idea for among other things, security. On Nov 2, 11:26 am, qMax wrote: > Hi. > > I guess it's quite usefull to store prototyped objects (with methods) > in gadget state. > But it only supports strings, thus the only way is to store > initialization parameters. > > In mozilla

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-11-01 Thread antimatter15
This is the code I use for my state diffing http://antimatter15.com/wp/2009/08/wave2-a-higher-level-wave-gadget-state-api/, rather than telling if something has been changed or added for everything that is changed or added (I made this for very data- intensive gadget and since the diffing needs a

[Google Wave APIs] Re: Less frequent updating

2009-11-01 Thread antimatter15
Or maybe the issue is that you are getting DOCUMENT_CHANGED events even when the blip doesn't have code in it. On Nov 1, 7:23 am, Trejkaz wrote: > On Sun, Nov 1, 2009 at 10:25 PM, Linc wrote: > > > Why not implement a counter or sth. so that you only react on everey > > 3rd DOCUMENT_CHANGED. >

[Google Wave APIs] Idea for Bot API

2009-10-31 Thread antimatter15
I've been noticing how many bots are throwing "Over Quota" errors, and I think a way to potentially alleviate the issue is by making the API's events only occur when a certain string is found or a pattern is matched. It would certainly eliminate much of the wasted data spent in bandwidth and be mo

[Google Wave APIs] Re: Difference between and ?

2009-10-31 Thread antimatter15
I think the wave-preview has some newer features like mode changes. On Oct 31, 5:41 pm, lstak wrote: > Hi, > > Can someone clarify the difference between those two? > > Thanks in advance! > > Kind regards, > > Luc --~--~-~--~~~---~--~~ You received this message be

[Google Wave APIs] Re: Suggestions for Wave Gadget API

2009-10-31 Thread antimatter15
The online state is something that they restrict for security reasons just like how you can only see the online status of people in your contacts. I have state diffing implemented as a applicaiton library over the Wave Gadget API in my applications. On Oct 31, 5:53 pm, lstak wrote: > Hi, > > Bas

[Google Wave APIs] wave.isPlayback() always returning true?

2009-09-30 Thread antimatter15
I'm having an issue across several of my gadgets which all detect that playback is on even when playback isn't being used. https://wave.google.com/a/wavesandbox.com/#minimized:search:vector,restored:wave:wavesandbox.com!w%252BovenPnx2A a simple test wave: gadget http://jsvectoreditor.googlecode