# # ChangeLog for protocols/jabber/xmltree.c # # Generated by Trac 1.2.3 # 2024-03-28T09:56:17Z Sat, 07 Oct 2006 13:01:02 GMT Wilmer van der Gaast [090f1cb] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/xmltree.c (modified) Never mind about those privacy lists, they're horrible and not ... Thu, 05 Oct 2006 22:55:54 GMT Wilmer van der Gaast [101d84f] * protocols/jabber/io.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/jabber/xmltree.h (modified) Added max. recursion depth arguments to xt_handle()/_cleanup() to ... Tue, 26 Sep 2006 13:30:54 GMT Wilmer van der Gaast [022df46] * protocols/jabber/xmltree.c (modified) * protocols/jabber/xmltree.h (modified) Added xt_dup(). Sun, 24 Sep 2006 19:56:44 GMT Wilmer van der Gaast [4ecdc69] * protocols/jabber/xmltree.c (modified) Fixed an off-by-one memory allocation bug in xt_new_node(). Thu, 21 Sep 2006 09:37:03 GMT Wilmer van der Gaast [4a0614e] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) Added simple parsing of incoming tags, a nice ... 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 09:36:53 GMT Wilmer van der Gaast [8f243ad] * protocols/jabber/Makefile (modified) * protocols/jabber/asciitab.h (deleted) * protocols/jabber/expat.c (deleted) * protocols/jabber/hashtable.c (deleted) * protocols/jabber/hashtable.h (deleted) * protocols/jabber/iasciitab.h (deleted) * protocols/jabber/jabber.c (deleted) * protocols/jabber/jabber.h (deleted) * protocols/jabber/jid.c (deleted) * protocols/jabber/jpacket.c (deleted) * protocols/jabber/jutil.c (deleted) * protocols/jabber/latin1tab.h (deleted) * protocols/jabber/lib.h (deleted) * protocols/jabber/libxode.h (deleted) * protocols/jabber/log.c (deleted) * protocols/jabber/log.h (deleted) * protocols/jabber/nametab.h (deleted) * protocols/jabber/pool.c (deleted) * protocols/jabber/str.c (deleted) * protocols/jabber/utf8tab.h (deleted) * protocols/jabber/xmldef.h (deleted) * protocols/jabber/xmlnode.c (deleted) * protocols/jabber/xmlparse.c (deleted) * protocols/jabber/xmlparse.h (deleted) * protocols/jabber/xmlrole.c (deleted) * protocols/jabber/xmlrole.h (deleted) * protocols/jabber/xmltok.c (deleted) * protocols/jabber/xmltok.h (deleted) * protocols/jabber/xmltok_impl.c (deleted) * protocols/jabber/xmltok_impl.h (deleted) * protocols/jabber/xmltok_ns.c (deleted) * protocols/jabber/xmltree.c (added) * protocols/jabber/xmltree.h (added) Removed old Jabber module, started to fill in the new stuff. (xmltree ...