google-code-export / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
2 stars 0 forks source link

Twitter updates produce multiple repeating lines in log file #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reproducing:
1. Enable logging.
2. Receive a Twitter update. It gets shown in the chat window.
3. Open the log viewer (or the log file itself)

Result:
Every update is printed twice in the log file. Example:

(09/03/09 03:16:03 AM) twitter.com: simonvolpert: What i like about Twitter
is that it enforces a 140 character limit, making you more concise and
specific. Let the experiment begin!
(09/03/09 03:16:03 AM) simonvolpert: (09/03/09 03:16:03 AM) simonvolpert
(tw:reply?to=simonvolpert&account=simonvolpert&id=1298430451): What i like
about Twitter is that it enforces a 140 character limit, making you more
concise and specific. Let the experiment begin! *
(tw:fav?account=simonvolpert&id=1298430451) rt

Expected result:
One line per update with no "auto-links" (name, *, rt) in it.

Versions:
"pidgin-microblog" package ver. 0.2.1 on Ubuntu 8.10, with Pidgin 2.5.2

Original issue reported on code.google.com by SacredPa...@gmail.com on 11 Mar 2009 at 12:15

GoogleCodeExporter commented 9 years ago
By comparison, when "Hide myself in conversation" is checked, history looks 
exactly
the way it should. Example:

(02:39:38 AM) simonvolpert: Hey, here's an idea. Why don't we use a caret sign 
(^)
for follow-up updates, where we continue our previous line of thought? That's 
clever!

While when it is UNchecked, the update is printed three times. Example:

(01:11:16 AM) simonvolpert: Will you look at that! Now i got a Twitter plugin 
set up
and running inside Pidgin, meaning no more Firefox slowdowns. Gotta love Linux!
(01:11:18 AM) twitter.com: simonvolpert: Will you look at that! Now i got a 
Twitter
plugin set up and running inside Pidgin, meaning no more Firefox slowdowns. 
Gotta
love Linux!
(01:11:18 AM) simonvolpert: (01:11:18 AM) simonvolpert
(tw:reply?to=simonvolpert&account=simonvolpert&id=1307902019): Will you look at 
that!
Now i got a Twitter plugin set up and running inside Pidgin, meaning no more 
Firefox
slowdowns. Gotta love Linux! * (tw:fav?account=simonvolpert&id=1307902019) rt

Original comment by SacredPa...@gmail.com on 11 Mar 2009 at 12:50

GoogleCodeExporter commented 9 years ago
Fixed in SVN now. Now the logged message will looks plain without any html tag.

Original comment by somsaks on 18 Mar 2009 at 2:28

GoogleCodeExporter commented 9 years ago
Issue 79 has been merged into this issue.

Original comment by somsaks on 24 Mar 2009 at 3:03