From: SourceForge.net <no...@so...> - 2004-12-23 19:18:18
|
Plugins item #1076449, was opened at 2004-11-30 21:06 Message generated for change (Comment added) made by daryl314 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1076449&group_id=235 Category: None Group: None Status: Open Priority: 5 Submitted By: Sebastian (spsobole) Assigned to: Nobody/Anonymous (nobody) Summary: Simple Web UI For Gaim Initial Comment: Exports your gaim conversations, buddy lists, etc.. through a builtin webserver so that they are accessible over the internet using a web browser or web capable smart device. ( Such as a Web enabled phone ) Supports basic http authentication. ---------------------------------------------------------------------- Comment By: daryl314 (daryl314) Date: 2004-12-23 14:18 Message: Logged In: YES user_id=1175891 i haven't been able to reproduce the disappearing buddy thing either. maybe it was a one time fluke. thanks for the quick updates. ---------------------------------------------------------------------- Comment By: Sebastian (spsobole) Date: 2004-12-23 14:04 Message: Logged In: YES user_id=1166995 This should fix the buddies with spaces bug. I'm not doing any sort of validation on buddy names ( Is it actually possible to have a valid buddy names with html/javascript in it? ) I have not been able to reproduce the disappearing buddy thing yet. The home? link should display the same buddies that are in the Gaim Buddy List window. Were the 2 lists different when this happaned? ---------------------------------------------------------------------- Comment By: rbowes (rbowes) Date: 2004-12-23 12:00 Message: Logged In: YES user_id=1162686 If I had to guess, I'd say that it's because of missing quotes: <input type=hidden name=sendto value=guy with space> That would do "value=guy" To fix: <input type="hidden" name="sendto" value="guy with space"> One thing I'd check, also, is to see if it's possible to do a XSS attack by putting html into your display name. For example, if I set my screenname to "<script>document.location='www.somegrosssite.com'</script>", will they get forwarded to that site? ---------------------------------------------------------------------- Comment By: daryl314 (daryl314) Date: 2004-12-23 10:38 Message: Logged In: YES user_id=1175891 sending messages works now. but for some reason most buddies aren't showing up on the 'home?' tab (with urls to start conversations). last night only one buddy showed up, and now none are. you also seem to have a bug that doesn't let you send messages to people with spaces in their screen names (as you can do with aim screen names). if someone's screen name is 'xxx yyyyy', your form tries to send a message to 'xxx' ---------------------------------------------------------------------- Comment By: Sebastian (spsobole) Date: 2004-12-22 21:25 Message: Logged In: YES user_id=1166995 Something must have changed in the newer versions of gaim. This is a quick fix. Let me know if it does not work for you. ---------------------------------------------------------------------- Comment By: daryl314 (daryl314) Date: 2004-12-22 17:27 Message: Logged In: YES user_id=1175891 seems that submitting messages via the web interface posts them to the conversation window, but never sends the message to whomever you're talking to. any ideas on how to fix this? or was that the intention? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390395&aid=1076449&group_id=235 |