log

age author description
Sun, 03 May 2009 17:58:21 +0000 Ka-Hing Cheung correct what looks like an uninitialized read, not really tested much
Sun, 03 May 2009 17:02:19 +0000 Josep Puigdemont Updated Catalan translation.
Sun, 03 May 2009 20:17:09 +0000 Nick Hebner Clean up jabber prpl memory allocations on uninit.
Sun, 03 May 2009 19:53:53 +0000 Paul Aurich Add ability to list roles/affiliations in a chat via slash-commands and
Sun, 03 May 2009 23:02:31 +0000 Elliott Sales de Andrade The correct fix here is to place non-code in a comment (yes, even if it's
Sun, 03 May 2009 22:51:03 +0000 Elliott Sales de Andrade disapproval of revision 'eb2138cc8c562bba3cf0071ea33e2e7ab4d636aa'
Sun, 03 May 2009 19:36:36 +0000 Paul Aurich useravatar.c:49:38: warning: missing terminating ' character
Sun, 03 May 2009 18:51:11 +0000 Paul Aurich Revert the partial hack for ejabberd 2.0.0. See comment in code.
Sun, 03 May 2009 18:50:20 +0000 Paul Aurich Add a few smilies for XMPP that were 'missing'.
Sun, 03 May 2009 17:10:51 +0000 Paul Aurich Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309
Sun, 03 May 2009 06:50:44 +0000 Paul Aurich mime.c: In function ¡Ædoc_parts_load¡Ç:
Sun, 03 May 2009 06:45:46 +0000 Paul Aurich merge of '2cc4b9096219b80544460c7419be088836ee4705'
Sun, 03 May 2009 01:49:16 +0000 Stu Tomlinson Apply changes from 9dd1c4c3 to msnp9
Sun, 03 May 2009 06:45:38 +0000 Paul Aurich Drop support for XEP-0084 v0.12 and publish a <stop/> instead of deleting the node.
Sun, 03 May 2009 06:38:16 +0000 Paul Aurich On errors, don't pretend we did fetch something, pass NULL.
Sun, 03 May 2009 06:36:05 +0000 Paul Aurich Avoid a g_markup_escape_text assertion failure
Sat, 02 May 2009 23:35:19 +0000 Paul Aurich merge of '76766330ad9c063ff4c96cf86c9ce12c0974edd6'
Sat, 02 May 2009 23:35:11 +0000 Paul Aurich Remove most of the things that are now in 2.5.6 (I likely missed one or two)
Sat, 02 May 2009 23:12:48 +0000 Paul Aurich Given the other changes I made, this is more appropriate (and vague).
Sat, 02 May 2009 23:02:11 +0000 Elliott Sales de Andrade Word wrap a little.
Sat, 02 May 2009 23:01:32 +0000 Elliott Sales de Andrade Decrement the ADL/FQY count when we receive an error about a FQY for a user
Sat, 02 May 2009 22:31:13 +0000 Elliott Sales de Andrade Add an FQY error handler so we don't disconnect if something incorrect was
Sat, 02 May 2009 21:13:02 +0000 Paul Aurich merge of '3993504a85f5cbebaeace03466d79cda9803f240'
Sat, 02 May 2009 20:58:57 +0000 Sadrul Habib Chowdhury Enable/disable the buttons in the savedstatus dialog properly.
Sat, 02 May 2009 20:54:10 +0000 Paul Aurich Don't crash when a broken server sends us an occupant's presence with an
Sat, 02 May 2009 20:42:55 +0000 Paul Aurich When we download a buddy's vCard to update an avatar, also try to update the nickname.
Sat, 02 May 2009 19:14:07 +0000 Ka-Hing Cheung merge of '9dd1c4c3db68a80dbf157a0c0bc0c723e42b7a6e'
Sat, 02 May 2009 19:12:33 +0000 Ka-Hing Cheung Fixes a buffer overflow in the ZDI-08-054 report
Sat, 02 May 2009 18:42:53 +0000 Daniel Atallah Prevent a buggy XMPP-raw plugin from causing a NUL ptr deref - instead the
Sat, 02 May 2009 18:19:55 +0000 Daniel Atallah Use matching buffer lengths to avoid confusion.