mIRC Home    About    Download    Register    News    Help

Print Thread
#126391 28/07/05 11:29 PM
Joined: Sep 2003
Posts: 149
S
Stealth Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Sep 2003
Posts: 149
I think the way mIRC handles Notify lists is not the best and should be improved. For example, when making a change to the notify list, or just telling mIRC to list, mIRC clears the WATCH list on the server, and re-adds all the entries. There is no need to clear the WATCH list on the server, because most IRCd's alread maintain that list for you when it comes to adding/deleting entries.

Because mIRC does this, it makes it difficult to accuratly impliment your own Notify that is meant to work with mIRC's built-in Notify list.


mIRC 6.21 - Win XP Pro (SP2) - 2.4 Ghz - 1 GB Mem
irc.x-tab.org
#126392 29/07/05 12:06 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I think that would be a better fit in the feature requests forum and not the bugs forum...


Invision Support
#Invision on irc.irchighway.net
#126393 29/07/05 12:56 AM
Joined: Sep 2003
Posts: 149
S
Stealth Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Sep 2003
Posts: 149
I was not sure, but after all it is unwanted behavior, which is a bug. That, however, is beside the point, and there is no point in reposting in the feature suggestions forum for someone to tell me it is a bug.


mIRC 6.21 - Win XP Pro (SP2) - 2.4 Ghz - 1 GB Mem
irc.x-tab.org
#126394 29/07/05 12:40 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Just as a way to look at it (and no, I am not saying to repost it)...

A bug is something that happens that shouldn't happen. It's something that the program wasn't designed to have happen.

Soemthing that happens that you don't like, but works the way it was designed to work, is not a bug.

If I don't like how TABs work in dialogs, doesn't mean that they are a bug. smile


Invision Support
#Invision on irc.irchighway.net
#126395 29/07/05 02:31 PM
Joined: Dec 2002
Posts: 83
D
Babel fish
Offline
Babel fish
D
Joined: Dec 2002
Posts: 83
It is not a problem from mIRC but from the IRC server. mIRC receive the raw events from server which interprets.
The IRC server send a nickname, not an address nor a mask.

See the RFC talkig from server

#126396 29/07/05 07:26 PM
Joined: Sep 2003
Posts: 149
S
Stealth Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Sep 2003
Posts: 149
I am saying there is no need to have mIRC clear the WATCH list on the server.

Let's say I add Nick3 to the Notify list, mIRC sends to the server:
Code:
WATCH C +Nick1 +Nick2 +Nick3
WATCH S
Which tells the server to clear the WATCH list, and re-add those 3 nicks. Then requests stats for the WATCH list.


All mIRC had to was:
Code:
WATCH +Nick3
Which would have added Nick3 successfully without clearing the WATCH list.


mIRC 6.21 - Win XP Pro (SP2) - 2.4 Ghz - 1 GB Mem
irc.x-tab.org

Link Copied to Clipboard