Mercurial > pidgin
log
age | author | description |
---|---|---|
Sun, 10 Jun 2007 21:07:02 +0000 | Mark Doliner | Remove a pair of unneeded strlen's |
Sun, 10 Jun 2007 20:39:59 +0000 | Evan Schoenberg | Removed line accidentally committed. |
Sun, 10 Jun 2007 20:36:24 +0000 | Evan Schoenberg | If a message is known to be too long to send to a chat or IM, and it's an HTML message, strip the HTML, re-encode, and try again. The chat part is particularly useful given the short maximum message length and the fact that purple_markup_linkify() will have linkified long links to being twice the number of characters. The IM part is not triggerred in my experience because MAXMSGLEN seems to be far above the number of characters allowed; perhaps it is a number of bytes, not characters? |
Sun, 10 Jun 2007 20:23:00 +0000 | Stu Tomlinson | Prevent the Buddy Notes plugin from offering to edit notes on a buddy list |