Changes between Initial Version and Version 2 of Ticket #320
- Timestamp:
- 04/11/07 14:34:23 (3 years ago)
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 1 1 this is a defect/enhancment. 2 2 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) 3 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) 8 4 9 5 you 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) 10 6 11 and if MONITOR is not supported use ISON instead of sending WHOIS commands.7 and if MONITOR is not supported use ISON instead.

