quote:
Originally posted by CookieRevised... lookup your screen name, status, psm, and dp all at once in each event (aka all the events would contain the exact same code) and send everything at once (or only the things that have changed since last time; this would also prevent double sendings).
Ahh! Very good!
quote:
Originally posted by CookieRevised
- Big bug: config window doesn't show when clicking "config" (config is empty object, line 67 in statushttp.js).
Uh oh. 67 is where initial fields are filled in after the window is supposed to be created, but i guess it isn't.
quote:
Originally posted by CookieRevised
- Big bug: you can only have 1 of each events. Currently you have multiple entries of some events (like SignOut).
Fixed
quote:
Originally posted by CookieRevised
- Note: you can have a psm as well as a media at the same time.
- Note: PSMs, nicks, etc can all contain formatting codes (as well as bbcode, irc code as internal style codes). Dunno if you want to send them as such or not.
Yes, I figured that could be the case. Yes, I do want the formatting, it will be important in future versions.
quote:
Originally posted by CookieRevised
- Tip: util_file.js and util_string contain some functions which can be made a lot shorter/easier. Some functions contain potential bugs.
Blame
Volv
quote:
Originally posted by CookieRevised
- Tip: if((MessengerStart == false) && (Messenger.MyStatus > 1)) can be replaced with just if(Messenger.MyStatus > 1).... and some other things could be optimized, but that's not important.
I guess thats what you get from copy/paste...
Other than that, thank you for the feedback!