Show
Ignore:
Timestamp:
06/02/08 00:14:42 (6 months ago)
Author:
emostar
Message:

Use MD5 method for logins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_icqd.h

    r6217 r6227  
    388388  unsigned long icqFetchAutoResponseServer(unsigned long); 
    389389  unsigned long icqLogon(unsigned short logonStatus); 
     390  unsigned long icqRequestLogonSalt(); 
    390391  unsigned long icqUserBasicInfo(const char *); 
    391392  unsigned long icqUserBasicInfo(unsigned long); 
     
    691692       m_bTCPEnabled, 
    692693       m_bFirewall, 
    693        m_bVerify; 
     694       m_bVerify, 
     695       // NeedSalt is to let the daemon know when to make a salt request, which 
     696       // should only happen when we first log on. After we get the credentials, we 
     697       // do another logon, but it doesn't need to get a salt. 
     698       m_bNeedSalt; 
    694699  time_t m_tLogonTime; 
    695700  char *m_szRegisterPasswd; 
     
    807812  void ProcessBOSFam(CBuffer&, unsigned short); 
    808813  void ProcessListFam(CBuffer &, unsigned short); 
    809   void ProcessNewUINFam(CBuffer &, unsigned short); 
     814  void ProcessAuthFam(CBuffer &, unsigned short); 
    810815 
    811816  void ProcessSystemMessage(CBuffer &packet, unsigned long checkUin, unsigned short newCommand, time_t timeSent);