A notable point regarding this is that the notifier extension will only be able to get data from /notification/ whilst the user is logged in. A difference to how GWave handled logins (namely the lack of a save-my-credentials for x days feature) means that the user needs to ensure they are logged in via manually visiting the page prior to the widget being able to notify them of any new waves.
@Yuri: If we wanted to add the ability to 'remember me' for the logins how do we want to ensure sessions aren't hijacked? The obvious way would be to use a cookie with some form of unique id in, but the unique id shouldn't be related to the user-id otherwise it could be predicted and used to bypass authentication. Ali On 20 April 2012 16:41, Ali Lown <a...@lown.me.uk> wrote: > Petter, > >> How long does a code review usually take, any ideas when one can expect this >> updated code in the repository? > > Code reviews normally take a few days to allow several people here to > read-through the code looking for any problems/oversights of the > original author. > > Once a few 'Ship It's have been received, it then takes however long > Yuri takes to commit the code before it hits the trunk. > > Ali