source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @bb95d43   2007-06-04T11:32:37Z wilmer Added a real XML-console to the Jabber module! Add the handle …
(edit) @6286f80   2007-04-26T04:41:34Z wilmer Prepared the Jabber module for anonymous rooms, but the BitlBee core …
(edit) @2d317bb   2007-04-23T05:18:47Z wilmer Fixes: handling of being kicked, now sending <presence/> tags to all …
(edit) @0e7ab64   2007-04-23T02:58:44Z wilmer Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
(edit) @43671b9   2007-04-22T23:39:37Z wilmer You can send messages too now. But it's still very kludgy and doesn't …
(edit) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
(edit) @df1fb67   2007-04-21T05:18:40Z wilmer Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication …
(edit) @17fa798   2007-04-21T05:02:05Z wilmer Jabber module should always send the status information of the primary …
(edit) @f6c963b   2007-04-21T04:13:21Z wilmer Renamed some more prpl functions.
(edit) @f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
(edit) @33dc261   2007-04-18T02:49:49Z wilmer Fixed NULL pointer dereference in Jabber code.
(edit) @9624fdf   2007-04-17T04:49:17Z wilmer API cleanup pretty much complete. Fixed pretty much everything except …
(edit) @6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
(edit) @cd4723c   2007-04-15T21:59:52Z wilmer More format string problems.
(edit) @552e641   2007-04-06T05:34:23Z wilmer Now that all these functions take format strings, I have to make sure …
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
(edit) @0da65d5   2007-03-31T05:40:45Z wilmer s/gaim_connection/im_connection/ and some other minor API changes. The …
(edit) @21782b3   2007-02-18T22:52:48Z wilmer Silencing some (hopefully) bogus warnings because too many people will …
(edit) @0f4c1bb5   2007-02-18T22:45:39Z wilmer Added Jabber server port number restrictions.
(edit) @0fd8559   2007-02-18T17:48:04Z wilmer Merging new Jabber module. See the massive changelog for all the cool …
(edit) @a51be64   2006-12-06T14:16:56Z Jelmer Vernooij Fix gcov.
(edit) @d8d63a2   2006-12-05T20:40:17Z Jelmer Vernooij [merge] wilmer
(edit) @cb6a6f4   2006-12-03T17:57:17Z wilmer Fixed use of already free()d variable.
(edit) @25984f2   2006-11-23T18:46:09Z wilmer Fixed me. ;-) This seems to be correct already.
(edit) @9bcbe48   2006-11-23T09:34:18Z wilmer Fixed some (possible) NULL-pointer dereferences. THANKS FOR NOTHING to …
(edit) @16b5f86   2006-11-13T10:38:23Z wilmer Added handling of GET_BUDDY_* flags.
(edit) @0d3f30f   2006-11-12T23:06:08Z wilmer Improved handling of JIDs: Bare JIDs are allowed (*sigh*) and case …
(edit) @47d3ac4   2006-10-31T08:25:41Z wilmer Added #defines for XML namespaces.
(edit) @abbd8ed   2006-10-28T20:54:40Z wilmer Added handling of roster pushes. This means your local buddy list will …
(edit) @62d0c14   2006-10-24T19:04:52Z wilmer Forgot about one possible NULL pointer dereference in jabber_pkt_message().
(edit) @f0071b7   2006-10-23T20:01:19Z wilmer Better handling of <message/> packets. (Headlines, JIDs without …
(edit) @4b0d805   2006-10-21T21:12:30Z wilmer Can't hurt to at least try one compile before running bzr commit…
(edit) @35f6677   2006-10-21T20:48:44Z wilmer Proper detections of errors from *_connect() and added a "Connecting" …
(edit) @3b3cd693   2006-10-20T19:58:09Z wilmer Added backwards compatibility with the old "account add" syntax for …
(edit) @dfa41a4   2006-10-20T19:12:14Z wilmer Now all IQ packets get an ID and cached packets get a "special" ID. …
(edit) @1991be6   2006-10-18T17:47:08Z wilmer get_info() now displays vCard information too.
(edit) @e727608   2006-10-16T08:21:03Z wilmer hash_hex buffer for IQ digest authentication missed one byte…
(edit) @788a1af   2006-10-15T20:24:01Z wilmer Proper cleanup of jabber buddy structures when removing a buddy from …
(edit) @7e83adca   2006-10-12T22:14:00Z wilmer Fixed get_info(), now that buddy_by_jid() doesn't just return the …
(edit) @a4effbf   2006-10-12T21:01:51Z wilmer Replies to jabber:iq:time packets.
(edit) @259edd4   2006-10-12T17:48:58Z wilmer Special message when the XMPP session is ended because of a concurrent …
(edit) @b56b220   2006-10-11T18:29:56Z wilmer Fixed issues in end-of-connection detection and added basic "handling" …
(edit) @58b5f62   2006-10-11T08:45:45Z wilmer Handling of some basic IQ-get packets.
(edit) @8eb10c9   2006-10-10T12:10:20Z wilmer Oops... When I say ignore, I really mean ignore!
(edit) @a21a8ac   2006-10-10T12:05:42Z wilmer Added resource selection (based on priority or time of last message) …
(edit) @6a1128d   2006-10-09T18:19:05Z wilmer The module now keeps track of all resources available for a buddy. …
(edit) @861c199   2006-10-08T18:41:11Z wilmer Moved handling of all IQ packets to event handlers. Cleaned up a LOT …
(edit) @038d17f   2006-10-08T16:11:16Z wilmer Implemented a better node cache using a GLib hash, and preparing to …
(edit) @36e9f62   2006-10-07T17:46:28Z wilmer Added SRV lookups to automatically find out the correct server for a …
(edit) @090f1cb   2006-10-07T13:01:02Z wilmer Never mind about those privacy lists, they're horrible and not …
(edit) @101d84f   2006-10-05T22:55:54Z wilmer Added max. recursion depth arguments to xt_handle()/_cleanup() to make …
(edit) @cc2cb2d   2006-10-04T18:14:41Z wilmer Lack of TLS support is also detected now if the server doesn't support …
(edit) @6266fca   2006-10-02T18:32:21Z wilmer Fixed memory leak in jabber_buddy_ask() and added "handling" of …
(edit) @995913b   2006-10-02T17:46:57Z wilmer Added some error handling for the (not very complete yet) privacy list …
(edit) @501b4e0   2006-10-02T16:42:32Z wilmer Added a useful error message for SASL negotiation failures and turned …
(edit) @d9282b4   2006-10-02T13:46:33Z wilmer The SASL DIGEST-MD5 handler now doesn't barf on challenges without a …
(edit) @c1ed6527   2006-10-02T13:19:13Z wilmer No more double free()/crashes when trying to set up an SSL connection …
(edit) @88591fd   2006-10-01T16:15:46Z wilmer Better fix for servers that report to comply with XMPP 1.0 but don't …
(edit) @0e2d97f   2006-10-01T09:40:55Z wilmer Can now log in to the jabber.com server (which pretends to support …
(edit) @6baca2a   2006-10-01T09:31:41Z wilmer Some initial hooks/stuff for privacy lists, and fixed a crash bug on …
(edit) @022df46   2006-09-26T13:30:54Z wilmer Added xt_dup().
(edit) @8e6c732   2006-09-26T13:12:11Z wilmer Proper detection of resource changed strings from the server.
(edit) @281859e   2006-09-25T17:04:50Z wilmer Forgot to comment out one line…
(edit) @ebe7b36   2006-09-25T10:10:14Z wilmer Changing the resource string while online probably doesn't work.
(edit) @eab2ac4   2006-09-25T07:42:39Z wilmer Saner garbage collection for node cache.
(edit) @a214954   2006-09-24T20:00:09Z wilmer Added some experimental stuff with typing notifications that seems to …
(edit) @4ecdc69   2006-09-24T19:56:44Z wilmer Fixed an off-by-one memory allocation bug in xt_new_node().
(edit) @8e5e2e9   2006-09-24T19:25:06Z wilmer Handling of incoming authorization requests, manual block/allow. …
(edit) @cfbb3a6   2006-09-24T18:08:07Z wilmer Added add_buddy/remove_buddy functions. Removing a contact doesn't …
(edit) @e101506   2006-09-24T17:22:08Z wilmer Better handling of user tls setting.
(edit) @42127dc   2006-09-24T11:57:45Z wilmer Added support for SSL- and TLS-connections. Checking of the "tls" user …
(edit) @172a73f1   2006-09-24T10:25:41Z wilmer Updated <presence> stuff to handle changing the priority setting.
(edit) @5e202b0   2006-09-23T16:18:24Z wilmer Implemented a list of away states, using this for a better set_away(), …
(edit) @d8e0484   2006-09-22T22:49:40Z wilmer Implemented support for SASL DIGEST-MD5 authentication.
(edit) @fe7a554   2006-09-22T18:39:31Z wilmer Better detection of successful IQ authentication (using packet …
(edit) @8d74291   2006-09-22T16:56:58Z wilmer Fixed return value on incomplete write()s in write handler, protection …
(edit) @5997488   2006-09-22T12:04:35Z wilmer Basic SASL (PLAIN only ATM) authentication code. Doesn't log in …
(edit) @deff040   2006-09-21T19:48:17Z wilmer Implemented set_away() (VERY simple version, have to add an away state …
(edit) @5bcf70a   2006-09-21T18:44:34Z wilmer Now also sending <presence type="unavailable"/> tag on disconnect, as …
(edit) @4a0614e   2006-09-21T09:37:03Z wilmer Added simple parsing of incoming <presence> tags, a nice …
(edit) @dd788bb   2006-09-21T07:32:39Z wilmer Added enough to not make it crash on login, and it can properly …
(edit) @0b4a0db   2006-09-20T20:26:47Z wilmer Now parsing roster properly. (Hopefully...)
(edit) @70f6aab8   2006-09-20T20:09:19Z wilmer It now requests a roster when logged in, no parsing for it yet.
(edit) @21167d2   2006-09-20T19:42:27Z wilmer It can send a valid (pre-XMPP) login packet. Lots of work to do, still…
(edit) @f06894d   2006-09-20T10:18:56Z wilmer Added some pretty empty files.
(edit) @8f243ad   2006-09-20T09:36:53Z wilmer Removed old Jabber module, started to fill in the new stuff. (xmltree …
(edit) @75a4b85   2006-07-14T09:25:48Z wilmer Fixed a memory leak, added a check for valid Jabber handles, and …
(edit) @66b9e86e   2006-07-07T13:33:31Z Jelmer Vernooij Add support for checking test suite coverage using gcov.
(edit) @5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
(edit) @96863f6   2006-07-02T09:49:31Z wilmer Added protocol-specific settings, made the server setting specific to …
(edit) @0a3c243   2006-06-30T23:18:56Z wilmer Got rid of struct aim_user (now using account_t everywhere). Needs …
(edit) @41ca004   2006-05-19T07:55:53Z wilmer Merging from main development tree.
(edit) @75cde5d   2006-05-16T21:27:59Z wilmer Fixed possible double free() in Jabber module.
(edit) @ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
(edit) @5d6c178   2006-05-10T12:47:55Z Jelmer Vernooij Fix compilation with tcc
(edit) @e6d6047   2006-04-03T20:21:35Z wilmer Added/Fixed calls to show_got_added() in all IM-modules, now to fill …
(edit) @192b80a   2006-03-31T07:12:27Z wilmer Removed some unused stuff from nogaim.h, preparing to fix some API …
(edit) @61dddd0   2006-03-18T08:33:33Z wilmer Fixed #111, Jabber away states get set correctly at connect-time now.
Note: See TracRevisionLog for help on using the revision log.