Can I hide my idle time ?
No, you can't, sorry
Although there's this suspicious passage in m_whois.c:
I'm not sure what the meaning of this is... Maybe someone should post a feature/bug request at bugs.unrealircd.com?
Although there's this suspicious passage in m_whois.c:
Code: Select all
/*
* Fix /whois to not show idle times of
* global opers to anyone except another
* global oper or services.
* -CodeM/Barubary
*/
ummmm plus that wouldn't be an ircd thing it would be more of a client side problem... that that it's possible anywho! but yeah codemastr is right, what the hell would you care enought....
FBSD-DEV Project
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
http://www.fbsd-dev.org
YatesDev Hosting
http://www.yatesdev.com
The Wrong Way
http://www.thewrongway.net
Could be either, either the server could just not send the idle time (sounds like he wants to hide HIS to OTHERS) or could get the client not to display it in the whois response.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-
codemastr
- Former UnrealIRCd head coder
- Posts: 811
- Joined: Sat Mar 06, 2004 8:47 pm
- Location: United States
- Contact:
Yeah, I assume he doesn't want it to be sent out. But why? It's incredibly useful. If I go to /msg someone, and I can see this person is /away and idle for 6 hours, I know not to expect a response. However, if I see they are 30 seconds idle, most likely I will get one. If you really don't want people to know your idle time, every N minutes have your client send a command to reset it.
-- codemastr
Most scripts seem to do that, don't know about any clients that do however.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
[useless rant]Or someone can make PONG reset idle time
[/useless rant]
But seriously:
Not that hard. Though you'll probably want to actually do the /ctcp in an alias and call that, so that $me is evalutated everytime the timer ticks (so as to keep up with /nick changes).
But seriously:
Code: Select all
//timerNoIdle 0 1 /ctcp $me PINGYou'd be surprised how many early ircds do that...aquanight wrote:[useless rant]Or someone can make PONG reset idle time[/useless rant]
Most scripts I know just send a junk PRIVMSG.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
OMG... PING/PONG is supposed to be used during inactivity... unless they're using the idle time as a ping counterw00t wrote:You'd be surprised how many early ircds do that...Ive seen around 3 undergoing dev who all did that
![]()
![]()
Like the /timer thing I mentioned?w00t wrote:Most scripts I know just send a junk PRIVMSG.
The PING\PONG thing is usually overlooked, they just whack a thing in saying "if we recieve something from client, then reset their idle time".
As for your timer thing, unless I am wrong, that is sending a PING to yourself, not a junk PRIVMSG
Both accomplish the same thing, just saying.
Ok, lets all go before this gets really off topic.
As for your timer thing, unless I am wrong, that is sending a PING to yourself, not a junk PRIVMSG
Both accomplish the same thing, just saying.
Ok, lets all go before this gets really off topic.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
I presume the goal is to obscure the potential situation where all the IRCops on a network are idle and therefore unable to respond to abuse. Channels that don't have complete Op coverage are often subject to this sort of abuse where the lamers wait until all the channel ops go to sleep before flooding the channel. It's reasonable to assume that the same sort of abuse is possible at the network/ircop level.
That said, I'm not in favor of the feature. It'll just encourage people to ask for the ability to hide channel op idle times for the same reason. In my opinion the benefit of public idle times far outweighs the potential for abuse.
That said, I'm not in favor of the feature. It'll just encourage people to ask for the ability to hide channel op idle times for the same reason. In my opinion the benefit of public idle times far outweighs the potential for abuse.
Once again, well said nugget.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]