changelog
- Sun, 03 Aug 2008 22:50:13 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Sun, 03 Aug 2008 22:50:13 +0000] rev 23609
- * some refactoring
- Sun, 03 Aug 2008 22:21:49 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Sun, 03 Aug 2008 22:21:49 +0000] rev 23608
- * small bugfix in jabber_ipc_add_feature()
- Sun, 03 Aug 2008 13:48:59 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Sun, 03 Aug 2008 13:48:59 +0000] rev 23607
- * looking for alternative connection methods if direct connection fails
* introducing bosh files
- Sat, 02 Aug 2008 16:43:04 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Sat, 02 Aug 2008 16:43:04 +0000] rev 23606
- * some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists
- Fri, 01 Aug 2008 22:37:51 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Fri, 01 Aug 2008 22:37:51 +0000] rev 23605
- * fixing some bugs, finishing support for TXT queries
- Fri, 01 Aug 2008 12:34:33 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Fri, 01 Aug 2008 12:34:33 +0000] rev 23604
- * some code style adjustments in caps.c
* some DNS API changes to prepare TXT record resolving support
- Tue, 15 Jul 2008 22:16:26 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Tue, 15 Jul 2008 22:16:26 +0000] rev 23603
- * removing some g_strdup()s; I meant it too good
- Tue, 15 Jul 2008 21:26:51 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Tue, 15 Jul 2008 21:26:51 +0000] rev 23602
- * fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program
- Tue, 15 Jul 2008 15:38:15 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Tue, 15 Jul 2008 15:38:15 +0000] rev 23601
- * implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
- Tue, 08 Jul 2008 15:05:45 +0000
- by Tobias Markmann <tfar@soc.pidgin.im> [Tue, 08 Jul 2008 15:05:45 +0000] rev 23600
- * IPC work
* removed g_free which may've resulted in a bug