Changeset 748bcdd for protocols/nogaim.h


Ignore:
Timestamp:
2010-11-21T15:23:54Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
495d21b
Parents:
bb151f7
Message:

Time out if logging in takes too long (2m for now). Except for Twitter
OAuth login, which requires user action. This mostly solves problems with
OSCAR login silently failing, but may also be useful in other places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rbb151f7 r748bcdd  
    6464#define OPT_DOES_HTML   0x00000010
    6565#define OPT_LOCALBUDDY  0x00000020 /* For nicks local to one groupchat */
     66#define OPT_SLOW_LOGIN  0x00000040 /* I.e. Twitter Oauth @ login time */
    6667#define OPT_TYPING      0x00000100 /* Some pieces of code make assumptions */
    6768#define OPT_THINKING    0x00000200 /* about these values... Stupid me! */
Note: See TracChangeset for help on using the changeset viewer.