Ignore:
Timestamp:
2018-03-31T02:04:45Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
246b98b
Parents:
9459ca2
Message:

oscar: remove old_icq_auth (XOR login, default off since 2010)

Holy crap this login method is *bad*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/conn.c

    r9459ca2 ra39ede7  
    475475        sess->oft_info = NULL;
    476476
    477 
    478         /*
    479          * Default to SNAC login unless XORLOGIN is explicitly set.
    480          */
    481         if (!(flags & AIM_SESS_FLAGS_XORLOGIN)) {
    482                 sess->flags |= AIM_SESS_FLAGS_SNACLOGIN;
    483         }
     477        sess->flags |= AIM_SESS_FLAGS_SNACLOGIN;
    484478        sess->flags |= flags;
    485479
Note: See TracChangeset for help on using the changeset viewer.