# # ChangeLog for protocols/jabber/jabber_util.c # # Generated by Trac 1.2.3 # 2024-05-07T11:53:24Z Sun, 08 Oct 2006 18:41:11 GMT Wilmer van der Gaast [861c199] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Moved handling of all IQ packets to event handlers. Cleaned up a LOT ... Sun, 08 Oct 2006 16:11:16 GMT Wilmer van der Gaast [038d17f] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Implemented a better node cache using a GLib hash, and preparing to ... Mon, 02 Oct 2006 18:32:21 GMT Wilmer van der Gaast [6266fca] * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Fixed memory leak in jabber_buddy_ask() and added "handling" of ... Mon, 25 Sep 2006 10:10:14 GMT Wilmer van der Gaast [ebe7b36] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Changing the resource string while online probably doesn't work. Sun, 24 Sep 2006 19:25:06 GMT Wilmer van der Gaast [8e5e2e9] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Handling of incoming authorization requests, manual block/allow. ... Sun, 24 Sep 2006 10:25:41 GMT Wilmer van der Gaast [172a73f1] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Updated stuff to handle changing the priority setting. Sat, 23 Sep 2006 16:18:24 GMT Wilmer van der Gaast [5e202b0] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) Implemented a list of away states, using this for a better ... Fri, 22 Sep 2006 18:39:31 GMT Wilmer van der Gaast [fe7a554] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/sasl.c (modified) Better detection of successful IQ authentication (using packet ... Wed, 20 Sep 2006 19:42:27 GMT Wilmer van der Gaast [21167d2] * protocols/jabber/Makefile (modified) * protocols/jabber/io.c (added) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) It can send a valid (pre-XMPP) login packet. Lots of work to do, still... Wed, 20 Sep 2006 10:18:56 GMT Wilmer van der Gaast [f06894d] * protocols/jabber/Makefile (modified) * protocols/jabber/iq.c (added) * protocols/jabber/jabber.c (added) * protocols/jabber/jabber.h (added) * protocols/jabber/jabber_util.c (added) * protocols/jabber/message.c (added) * protocols/jabber/presence.c (added) * protocols/jabber/xmltree.h (modified) Added some pretty empty files.