source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @793cc25   2007-12-04T01:21:45Z a.sporto+bee Follow rename of jabber_chat_by_jid from upstrem
(edit) @08135df   2007-12-04T01:08:43Z a.sporto+bee Merged in current devel Wilmer van der Gaast 2007-12-02 Imported …
(edit) @dce3903   2007-12-04T00:48:57Z a.sporto+bee Send and receive seems to work now! Also adopted the new buffering …
(edit) @2ff2076   2007-12-03T14:28:45Z a.sporto+bee Intermediate commit. Sending seems to work. TODOs: * move from …
(edit) @80e9db9   2007-12-02T23:14:49Z wilmer Forgot to return something in jabber_chat_join_failed().
(edit) @5bd21df   2007-12-02T17:25:57Z wilmer Handling of presence-error packets (only useful for groupchats now), …
(edit) @4306d8b   2007-12-02T16:43:57Z wilmer Removed retarded printf() (ARGH) and moved the event handling handling …
(edit) @2c2df7d   2007-11-28T21:07:30Z a.sporto+bee Initial import of jabber file receive and DCC send support. This …
(edit) @608f8cf   2007-11-24T18:02:39Z wilmer Added some random hash to the id= for cached XMPP packets so that …
(edit) @3a80471   2007-11-24T01:13:15Z wilmer (Hopefully) fixing one case where the Jabber module doesn't understand …
(edit) @77bfd07   2007-11-23T23:07:44Z wilmer Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
(edit) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @a6df0b5   2007-11-14T23:29:43Z wilmer Added "xmlconsole" setting so it can be enabled at login time already.
(edit) @1bf1ae6   2007-11-14T23:09:22Z wilmer Removed some debugging stuff that shouldn't have been here for a long …
(edit) @eda54e4   2007-10-12T00:08:58Z wilmer Merge from devel.
(edit) @82135c7   2007-08-08T09:20:57Z wilmer Not trying to handle typing notifications from unknown buddies anymore …
(edit) @1baaef8   2007-07-30T19:12:06Z wilmer Added jabber_error_parse() and using it for both stream- and stanza …
(edit) @85023c6   2007-07-15T15:47:34Z wilmer Added imcb_clean_handle() to sanitize handles properly (without …
(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) @e900442   2007-07-05T23:39:47Z wilmer Merging from devel. Added documentation for the join_chat command, …
(edit) @9da0bbf   2007-07-02T22:12:03Z wilmer Added (and using) jabber_chat_free() for better memory management, …
(edit) @5d7dc00   2007-07-02T21:24:04Z wilmer Stripping of unwanted characters (@ and =) in channel nicknames.
(edit) @c377417   2007-07-02T09:30:48Z wilmer Cleaning up groupchats when shutting down the Jabber connection. The …
(edit) @9c9b37c   2007-07-01T19:58:23Z wilmer Keeping an original (not normalized) copy of the user's nickname. This …
(edit) @b9f8b87   2007-07-01T16:29:21Z wilmer Better handling of private messages via groupchats.
(edit) @2758cfe   2007-07-01T15:22:42Z wilmer Properly updating away state info if one resource goes down while …
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @40ef702   2007-07-01T13:08:47Z wilmer Less copy-pasting in the service discovery reply and added MUC support …
(edit) @a3d5766   2007-06-19T23:28:45Z wilmer Not calling imcb_remove_buddy() right after removing the XML console …
(edit) @998b103   2007-06-13T23:31:39Z wilmer Added imcb_remove_buddy() so deletions in Jabber roster pushes …
(edit) @c570c86   2007-06-04T15:56:09Z wilmer Calling imcb_add_buddy() before setting the nickname. This is the only …
(edit) @e0e2a71   2007-06-04T13:36:51Z wilmer Fixed retarded use of strcpy() and no longer using Jabber fullnames …
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @54f2f55   2007-06-04T11:45:33Z wilmer Now anonymous rooms should really work. This makes sure the self-join …
(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) @348c11b   2007-01-22T09:42:55Z Jelmer Vernooij Add lcov target
(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().
Note: See TracRevisionLog for help on using the revision log.