source: protocols/oscar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @3dc6d86   2010-06-02T08:47:18Z wilmer Disable old-style ICQ authentication. It looks like AOL or whoever is …
(edit) @2334048   2010-05-16T09:50:57Z wilmer Oi, don't leak that precious memory!
(edit) @d4bc2d9   2010-05-16T09:46:27Z wilmer Handle AIM_CAPS_ICQRTF messages (sometimes sent by certain mobile …
(edit) @7ee07c3   2010-05-09T16:06:19Z wilmer It looks like AIM mem requests (implemented as damn_you() and …
(edit) @5a599a1   2010-05-09T00:40:03Z wilmer Room names on OSCAR can't start with digits, this broke the "chat …
(edit) @545d7c0   2010-03-21T10:18:28Z wilmer Added ignore_auth_requests setting (patch from vmiklos, bug #578).
(edit) @68198e9   2010-03-07T00:31:34Z wilmer Two more fixes in OSCAR to avoid NULL pointers being passed to …
(edit) @17f9522   2010-03-06T16:17:23Z wilmer OSCAR cleanup.
(edit) @b9369b5   2009-06-17T23:17:15Z wilmer Fixed compatibility with AIM mobile messages. Should work according to …
(edit) @5469952   2008-12-14T15:04:48Z wilmer Detect disconnects caused by concurrent logins or rate limiting, and …
(edit) @c0c43fb   2008-12-14T10:31:49Z wilmer Fixed ic->away leaking memory. This var is only used by OSCAR and …
(edit) @94acdd0   2008-09-28T11:18:19Z wilmer Restored support for password-protected chatrooms (for now only by …
(edit) @fab3d2d   2008-06-22T13:02:15Z wilmer Shut up a "mostly harmless" warning (this NULL would never actually be …
(edit) @de82335   2008-06-22T12:26:19Z wilmer Another fixup after [devel,394]. Clearly I'm not a morning person.
(edit) @c801d25   2008-06-22T10:05:33Z wilmer Fixed bug in [devel,394].
(edit) @424e663   2008-06-22T09:32:46Z wilmer Partial fix for #419: Moved normalize() and some other stuff to OSCAR …
(edit) @9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
(edit) @ca60550   2008-02-16T15:58:22Z wilmer Merge from Jelmer.
(edit) @fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
(edit) @f774e01   2008-01-30T23:05:52Z wilmer Fixed handling of OSCAR multi-part messages... They're not arrays, …
(edit) @613cc55   2008-01-24T22:22:46Z wilmer Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
(edit) @e64de00   2008-01-12T00:24:46Z wilmer Killed info_string_append() and now showing the IP address of ICQ …
(edit) @181e47a   2008-01-10T00:31:38Z wilmer Now setting odata->icq properly again, this got lost some time ago, …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @30ce1ce   2007-12-12T23:30:51Z wilmer Killed the <server> parameter to "account add" and changed the default …
(edit) @c058ff9   2007-12-09T23:19:35Z wilmer Added /invite support for Jabber chatrooms (and fixed the argument …
(edit) @9ff5737   2007-11-29T21:55:14Z wilmer printf() in daemons considered harmful.
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @be68d99   2007-11-10T09:25:50Z wilmer Handing of multipart messages in OSCAR (usually from mobiles), this …
(edit) @e900442   2007-07-05T23:39:47Z wilmer Merging from devel. Added documentation for the join_chat command, …
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @05bcd20   2007-04-28T05:20:56Z wilmer s/Gender: Unknown in OSCAR profile info. If we don't know, just …
(edit) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
(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) @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) @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) @348c11b   2007-01-22T09:42:55Z Jelmer Vernooij Add lcov target
(edit) @d8d63a2   2006-12-05T20:40:17Z Jelmer Vernooij [merge] wilmer
(edit) @91bd910   2006-10-21T20:56:21Z wilmer Fixed #139. (Wrong Gender description)
(edit) @3dc9d46   2006-10-15T15:32:46Z wilmer Fixed a very interesting memory leak in the OSCAR module.
(edit) @d5ccd83   2006-08-13T19:15:23Z wilmer Extra comments in set.h and now properly using set_getbool() instead …
(edit) @d3a672c   2006-08-04T13:56:53Z wilmer Added a per-account web_aware setting for ICQ connections.
(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) @68b518d6   2006-05-26T09:03:38Z wilmer Merging from main development tree.
(edit) @7bfd574   2006-05-26T08:57:36Z wilmer Fixed a NULL pointer dereference that showed up on testing.b.o sometimes.
(edit) @936ded6   2006-05-25T08:57:31Z wilmer Disabling chat charset stuff again for now and fixed the crash-bug. …
(edit) @fc630f9   2006-05-23T08:31:04Z wilmer Silenced all compiler warnings that appeared after previous commit.
(edit) @73cf7fd   2006-05-22T09:11:49Z wilmer Trying to fix charset issues with outgoing AIM chat messages.
(edit) @f66c701   2006-05-21T19:55:52Z wilmer Modified oscar.c headers.
(edit) @41ca004   2006-05-19T07:55:53Z wilmer Merging from main development tree.
(edit) @dd89a55   2006-05-15T17:57:12Z wilmer Fixed various memory leaks/other possible problems after code review.
(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) @5aa9551e   2006-04-17T08:09:55Z wilmer Y2K! ;-)
(edit) @88b3a07   2006-04-13T07:15:42Z wilmer Cleaned up two more functions from nogaim.
(edit) @e6d6047   2006-04-03T20:21:35Z wilmer Added/Fixed calls to show_got_added() in all IM-modules, now to fill …
(edit) @aefa533e   2006-03-21T08:12:22Z wilmer Added a special +b usermode for easier parseability of some things. …
(edit) @84c1a0a   2006-03-15T19:19:16Z wilmer Small code cleanup, got rid of some functions in nogaim.c that we …
(edit) @68c7c14   2006-01-23T14:20:36Z wilmer Removed a bogus printf from the OSCAR code, grrrr.
(edit) @2fa825b   2006-01-19T22:23:03Z wilmer Removed some very unpleasant check from the OSCAR code. (Caused …
(edit) @e8f8b18   2006-01-19T13:45:15Z wilmer Fixed read() error handling in Jabber module.
(edit) @e4d6271   2005-12-27T14:39:32Z wilmer IPv6 socket improvements. Daemon mode can now also listen on IPv6 …
(edit) @afe0764   2005-12-17T12:40:47Z wilmer Changed filenames of IM modules (jabberr, msnn, etc, didn't really …
(edit) @701acdd4   2005-12-16T17:58:00Z wilmer Non-blocking SSL handshakes for GnuTLS. The rest might come later, but …
(edit) @bf02a67   2005-12-15T11:55:27Z wilmer Merged Jelmer's pluginable tree (mainly useful for the Win32 port).
(edit) @11e090b   2005-12-15T09:14:38Z wilmer Moved variable declarations to the right place to make older compilers …
(edit) @703f0f7   2005-12-14T01:17:25Z Jelmer Vernooij Merge my pluginable branch
(edit) @22bf64e   2005-12-13T23:27:58Z wilmer Improved typing notification support. (from f0rked)
(edit) @b8ef1b1   2005-12-04T19:32:14Z nelhage Merging the Hanji groupchat patch
(edit) @e7f46c5   2005-12-04T12:58:41Z root Implements solution to typing notifications in ticket #45
(edit) @b20b32f   2005-11-28T01:14:06Z Jelmer Vernooij Merge from Wilmer
(edit) @66c57924   2005-11-20T16:09:23Z Jelmer Vernooij Remove OFT and rendez-vous support (not used anyway and implemented …
(edit) @2cdd8ce   2005-11-19T15:17:03Z Jelmer Vernooij Merge Wilmer
(edit) @3e1de87   2005-11-19T11:12:18Z wilmer Applied AIM typing notification patch from Hanji.
(edit) @bb556db   2005-11-16T00:41:25Z wilmer Hmmm, why are these 0-byte files still there?
(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) @fbc7844   2005-11-15T14:29:47Z Jelmer Vernooij Remove some unused code in oscar
(edit) @b135438   2005-11-15T13:20:27Z Jelmer Vernooij Merge changes from Wilmer
(edit) @b4a8cd8   2005-11-08T22:46:12Z Jelmer Vernooij Make another function static.
(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.