Subversion Repositories Kolibri OS

Rev

Rev 1832 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1832 Rev 1833
Line 6... Line 6...
6
; e-mail:       lv4evil@ya.ru
6
; e-mail:       lv4evil@ya.ru
Line 7... Line 7...
7
 
7
 
8
 
8
 
9
; <--- include all MeOS stuff --->
9
; <--- include all MeOS stuff --->
10
include "lang.inc"
10
include "lang.inc"
11
include "MACROS.INC"
11
include "../../../macros.inc"
12
purge mov
12
purge mov
13
;include "ASCL9/ascl.inc"
13
;include "ASCL9/ascl.inc"
Line 400... Line 400...
400
    ;
400
    ;
401
    ; „ ­­ë¥ ¯à¨­ïâë
401
    ; „ ­­ë¥ ¯à¨­ïâë
402
    ;
402
    ;
403
    rs_data_end:
403
    rs_data_end:
404
    mov [hrf], 0
404
    mov [hrf], 0
405
    write_debug 'Some data recived'
405
    write_debug 'Some data received'
406
    ;
406
    ;
407
    ;
407
    ;
408
    ;
408
    ;
409
    cmp [login], 0
409
    cmp [login], 0
410
    jz rs_login
410
    jz rs_login
Line 430... Line 430...
430
    ;
430
    ;
431
    ;  ‘«¨èª®¬ ¡®«ì让 ¯ ª¥â!
431
    ;  ‘«¨èª®¬ ¡®«ì让 ¯ ª¥â!
432
    ;
432
    ;
433
    rs_big_flap:
433
    rs_big_flap:
Line 434... Line 434...
434
 
434
 
435
    write_debug 'Too BIG FLAP Recived'
435
    write_debug 'Too BIG FLAP Received'
Line 436... Line 436...
436
    mov [hrf], 0
436
    mov [hrf], 0
437
 
437
 
438
    mov ecx, [socket]
438
    mov ecx, [socket]
Line 844... Line 844...
844
    l_data_err:
844
    l_data_err:
845
    write_debug 'LOGIN DATA MISMATCH'
845
    write_debug 'LOGIN DATA MISMATCH'
846
    jmp l_fin
846
    jmp l_fin
Line 847... Line 847...
847
 
847
 
848
    l_len_err:
848
    l_len_err:
849
    write_debug 'RECIVED DATA LENGTH MISMATCH'
849
    write_debug 'RECEIVED DATA LENGTH MISMATCH'
Line 850... Line 850...
850
    jmp l_fin
850
    jmp l_fin
851
 
851
 
852
    l_tlvt_err:
852
    l_tlvt_err:
Line 856... Line 856...
856
    l_ch_err:
856
    l_ch_err:
857
    write_debug 'FLAP CHANNEL MISMATCH'
857
    write_debug 'FLAP CHANNEL MISMATCH'
858
    jmp l_fin
858
    jmp l_fin
Line 859... Line 859...
859
 
859
 
860
    l_flap_err:
860
    l_flap_err:
Line 861... Line 861...
861
    write_debug 'FLAP ID MISMATCH / RECIVE ERROR'
861
    write_debug 'FLAP ID MISMATCH / RECEIVE ERROR'
Line 862... Line 862...
862
 
862
 
863
    l_fin:
863
    l_fin:
Line 1606... Line 1606...
1606
    jz m_keep_alive          ;
1606
    jz m_keep_alive	     ;
1607
    ;
1607
    ;
1608
    ; Ž¡à ¡®âª  à áᮥ¤¨­¥­¨ï
1608
    ; Ž¡à ¡®âª  à áᮥ¤¨­¥­¨ï
1609
    ;
1609
    ;
1610
  m_close_conn:
1610
  m_close_conn:
1611
    write_debug 'Another Computer Use YOUR UIN!'
1611
    write_debug 'Another Computer is Useing YOUR UIN!'
1612
    call srv_disconnect
1612
    call srv_disconnect
1613
    call closesocket
1613
    call closesocket
1614
    jmp m_fin
1614
    jmp m_fin
1615
    ;
1615
    ;
1616
    ; ®¡à ¡®âª  ᮥ¤¨­¥­¨ï
1616
    ; ®¡à ¡®âª  ᮥ¤¨­¥­¨ï
Line 1879... Line 1879...
1879
 
1879
 
Line 1880... Line 1880...
1880
    jmp m_fin
1880
    jmp m_fin
1881
 
1881
 
1882
 
1882
 
Line 1883... Line 1883...
1883
  m_snac_1_other:
1883
  m_snac_1_other:
Line 2113... Line 2113...
2113
 
2113
 
2114
 
2114
 
2115
 
2115
 
Line 2116... Line 2116...
2116
 
2116
 
2117
  m_snac_3_other:
2117
  m_snac_3_other:
Line 2445... Line 2445...
2445
 
2445
 
Line 2446... Line 2446...
2446
    jmp m_fin
2446
    jmp m_fin
2447
 
2447
 
2448
 
2448
 
Line 2449... Line 2449...
2449
  m_snac_4_other:
2449
  m_snac_4_other:
Line 2629... Line 2629...
2629
    mov [login], 2
2629
    mov [login], 2
Line 2630... Line 2630...
2630
 
2630
 
Line 2631... Line 2631...
2631
    jmp m_fin
2631
    jmp m_fin
2632
 
2632
 
2633
  m_snac_9_other:
2633
  m_snac_9_other:
Line 2634... Line 2634...
2634
    write_debug 'Unknown SNAC Family 9 Recived'
2634
    write_debug 'Unknown SNAC Family 9 Received'
2635
    jmp m_fin
2635
    jmp m_fin
Line 2770... Line 2770...
2770
 
2770
 
Line 2771... Line 2771...
2771
 
2771
 
2772
    jmp m_fin
2772
    jmp m_fin
2773
 
2773
 
Line 2988... Line 2988...
2988
    jmp m_fin
2988
    jmp m_fin
Line 2989... Line 2989...
2989
    
2989
    
Line 2990... Line 2990...
2990
 
2990
 
Line 2991... Line 2991...
2991
  m_snac_15_other:
2991
  m_snac_15_other:
Line 2992... Line 2992...
2992
 
2992
 
2993
    write_debug 'Unknown SNAC Family 15 Recived'
2993
    write_debug 'Unknown SNAC Family 15 Received'
2994
 
2994
 
Line 2995... Line 2995...
2995
    jmp m_fin
2995
    jmp m_fin