Changes between Initial Version and Version 2 of Ticket #320

Show
Ignore:
Timestamp:
04/11/07 14:34:23 (3 years ago)
Author:
bryan
Comment:

- Edited description to reflect true features of wraith.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #320

    • Property priority changed from major to minor
    • Property type changed from defect to enhancement
    • Property summary changed from make getnick support better to MONITOR support
  • Ticket #320 – description

    initial v2  
    11this is a defect/enhancment. 
    22 
    3 currently wraith sends whois commands for the getnick support.  which is very wrong i believe. 
    4  
    5 ISON was designed for something like this, (id imagine its less stressful on the server cpu and bandwidth wise.) 
    6  
    7 and the new MONITOR support removes any requirement of the client to send commands every 3 seconds (freeing up a big burdon on the queue as well im sure) 
     3MONITOR support removes any requirement of the client to send commands every 3 seconds (freeing up a big burdon on the queue as well im sure) 
    84 
    95you should check the ability of the server on connect, and use MONITOR if its available to check for the nick its trying to get, and maybe check every 1/5 minutes to verify the nick is still there (no reason it wouldnt be but i dont know how you do 'checks' to ensure things are sane in wraith) 
    106 
    11 and if MONITOR is not supported use ISON instead of sending WHOIS commands. 
     7and if MONITOR is not supported use ISON instead.