source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @8ad90fb   2007-08-30T22:23:07Z wilmer From vmiklos: More verbose error message on plugin load failures.
(edit) @a8a0b4c   2007-07-14T23:54:18Z wilmer Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
(edit) @3b6eadc   2007-07-07T17:19:28Z Jelmer Vernooij Fix some warnings in storage.c.
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @05bcd20   2007-04-28T05:20:56Z wilmer s/Gender: Unknown in OSCAR profile info. If we don't know, just …
(edit) @c737ba7   2007-04-22T02:15:36Z wilmer join_chat root command works for AIM chats now. (Was trivial to add …
(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) @d11dd2f   2007-04-21T04:22:44Z wilmer Added G_GNUC_PRINTF() to imcb_(log|error) to keep an eye on fmt string …
(edit) @f6c963b   2007-04-21T04:13:21Z wilmer Renamed some more prpl functions.
(edit) @61ae52c   2007-04-20T05:19:06Z wilmer Renamed/slightly changed syntax of groupchat callback functions.
(edit) @d323394c   2007-04-20T04:49:30Z wilmer New code to use nicknames stored in ICQ contact lists.
(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) @717e3bf   2007-04-17T03:57:30Z wilmer Hopefully improved Yahoo! "markup" stripping.
(edit) @cfc8d58   2007-04-16T04:31:52Z wilmer Updating the Yahoo! module. This seems to fix handling of incoming …
(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) @fa29d093   2007-03-28T05:53:11Z wilmer Preparing for Jabber conference room support.
(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) @348c11b   2007-01-22T09:42:55Z Jelmer Vernooij Add lcov target
(edit) @a3a3778   2006-12-22T17:17:08Z wilmer Merging trees.
(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) @bd28e6a   2006-10-24T10:40:28Z wilmer MSN message packets are now sent at once instead of separately. …
(edit) @f0071b7   2006-10-23T20:01:19Z wilmer Better handling of <message/> packets. (Headlines, JIDs without …
(edit) @e8a6211   2006-10-22T17:00:15Z wilmer Merge from main tree.
(edit) @2087159   2006-10-22T09:24:55Z wilmer Away devoices are done by the server instead of by root now. This …
(edit) @66f783f   2006-10-21T21:40:06Z wilmer Complete fix (or mostly a work-around) for nested calls to signoff(). …
(edit) @4b0d805   2006-10-21T21:12:30Z wilmer Can't hurt to at least try one compile before running bzr commit…
(edit) @91bd910   2006-10-21T20:56:21Z wilmer Fixed #139. (Wrong Gender description)
(edit) @35f6677   2006-10-21T20:48:44Z wilmer Proper detections of errors from *_connect() and added a "Connecting" …
(edit) @2a29eac   2006-10-21T19:49:57Z wilmer "Restructured" msn_login() a little bit.
(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) @d74c644   2006-10-15T20:46:22Z wilmer Merge from devel.
(edit) @788a1af   2006-10-15T20:24:01Z wilmer Proper cleanup of jabber buddy structures when removing a buddy from …
(edit) @a3265629   2006-10-15T18:44:47Z wilmer Fixing early free(). Memory management in the passport code is getting …
(edit) @e617b35   2006-10-15T15:34:57Z wilmer Merging from main development tree.
(edit) @3dc9d46   2006-10-15T15:32:46Z wilmer Fixed a very interesting memory leak in the OSCAR module.
(edit) @93b7bd4   2006-10-15T09:34:02Z wilmer Merging from devel and storage-xml.
(edit) @e97827b   2006-10-15T09:31:13Z wilmer Merging from devel.
(edit) @695e392   2006-10-13T21:44:54Z wilmer Fixed some memory leaking in the MSN Passport code.
(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 …
Note: See TracRevisionLog for help on using the revision log.