source: protocols/yahoo/yahoo.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @ec55a7d   2010-03-16T10:24:00Z wilmer Really set Yahoo! status messages properly. YMSG, how I hate you.
(edit) @be915f5   2010-03-06T18:19:31Z wilmer Yahoo! fixes. Turns out the protocol really is somewhat odd.
(edit) @4049061   2010-03-06T17:10:32Z wilmer Fixed up Yahoo! I'll have to do some more thorough testing of this …
(edit) @99c8f13   2009-10-17T14:48:21Z wilmer Valgrind pointed me at some memory leaks in the Yahoo! codek, …
(edit) @037b66a   2009-10-10T14:57:05Z wilmer Fixed an ugly bug in the write handler that may have caused many weird …
(edit) @ba16895   2009-10-10T13:48:44Z wilmer More Yahoo! fixes: Adding and removing buddies works, and for the …
(edit) @c0c43fb   2008-12-14T10:31:49Z wilmer Fixed ic->away leaking memory. This var is only used by OSCAR and …
(edit) @2bebe15   2008-09-28T00:18:21Z wilmer Fixed one crash bug in Yahoo! chatroom invitation handling.
(edit) @718e05f   2008-07-28T23:44:58Z wilmer ext_yahoo_error() shouldn't close the connection if the error is …
(edit) @dfbb056   2008-06-24T09:01:29Z wilmer Never use yahoo_close() directly, always use yahoo_logoff().
(edit) @52df5df   2008-06-14T01:19:12Z wilmer This seems to fix the Yahoo! logoff code. I have no idea why this was …
(edit) @9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
(edit) @79eae4a   2008-03-15T21:05:39Z wilmer Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder …
(edit) @ac4adf9   2008-01-17T22:48:32Z wilmer Apparently ext_yahoo_got_im can be called with msg=NULL, so it should …
(edit) @1febf5c   2008-01-05T21:15:32Z wilmer Added "mail_notifications" setting. Who needs those notifications …
(edit) @c058ff9   2007-12-09T23:19:35Z wilmer Added /invite support for Jabber chatrooms (and fixed the argument …
(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) @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) @f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
(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) @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) @e97827b   2006-10-15T09:31:13Z wilmer Merging from devel.
(edit) @a36b030   2006-07-27T19:18:33Z wilmer The Yahoo! module now properly sets away states instead of away …
(edit) @5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
(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) @5a348c3   2006-05-16T07:09:11Z wilmer Yahoo module now passes the idle value to serv_got_update().
(edit) @7a685f1   2006-05-15T09:26:54Z wilmer Added correct return values for callbacks in yahoo.c.
(edit) @ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
(edit) @192b80a   2006-03-31T07:12:27Z wilmer Removed some unused stuff from nogaim.h, preparing to fix some API …
(edit) @d2cbe0a   2006-01-14T17:10:15Z wilmer Fixed Yahoo! invisible status. (Thanks to a patch someone posted on …
(edit) @703f0f7   2005-12-14T01:17:25Z Jelmer Vernooij Merge my pluginable branch
(edit) @e7f46c5   2005-12-04T12:58:41Z root Implements solution to typing notifications in ticket #45
(edit) @2cdd8ce   2005-11-19T15:17:03Z Jelmer Vernooij Merge Wilmer
(edit) @c572dd6   2005-11-18T12:41:58Z wilmer HTML stripping is optional again (but still safer than before 0.93), …
(edit) @c998255   2005-11-15T14:57:38Z Jelmer Vernooij Merge from Jelmer
(edit) @9cb9868   2005-11-15T14:47:17Z Jelmer Vernooij Remove handle_cmp() replacing it by a protocol-specific function.
(edit) @7b23afd   2005-11-07T16:16:18Z Jelmer Vernooij Migrate my pluginable branch to use Wilmers' branch as parent
(add) @b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree) 0.99
Note: See TracRevisionLog for help on using the revision log.