Custom Query (1098 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 1098)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#1257 notabug pasting is slow, rate-limited anonymous
Description

When pasting large chunks of text in bitlbee to HipChat, bitlbee seems to print each line of text one by one with one second delay between each line. How do I stop this delay when I paste to hipchat through bitlbee?

#1255 fixed Crash in strip_html - attempting to modify const strings syldrathecat
Description

Bitlbee's libpurple code treats messages coming in via prplcb_conv_chat_msg as a mutable string, though it should be treated as a const string.

If a purple plugin calls purple_conv_chat_write with a const string, the same pointer ends up passed to prplcb_conv_chat_msg in bitlbee, and through some process eventually passed to strip_html which attempts to modify the string and crashes.

The problematic line in prplcb_conv_char_msg is: imcb_chat_msg(gc, who, (char *) message, 0, mtime);

Please see https://github.com/fcwill/fchat-pidgin/issues/112 for an example crash/backtrace.

The crash only happens since commit 48b5fef4, which enabled HTML processing for all protocols.

#1254 fixed Identical / GNUSocial issue r_wellington@…
Description

Since upgrading to 3.4.2 I am no longer able to connect to my GNUSocial instance using the identica plugin. It was fine in 3.4.1 and without any details changing presents a Could not retrieve API/mutes.json 404 error for my instance. Access to the instance via the web and also mustard android client is fine. I similarly cannot connect to quitter.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.