Page 1 of 1

adding port into remote server connection notice

Posted: Wed Mar 27, 2013 6:23 pm
by westor
Hello,

I request to add and the port in the remote connections notices that the user uses to connect from one remote server, or maybe this can be done with an module?

[20:16:39] -war.chatnet.gr- *** Notice -- Client connecting at irc.server.gr 6667: westor (identd@host)

e.g:

-war.chatnet.gr- *** Notice -- Client connecting at darkness.chatnet.gr 6667: test_user ([email protected])

- Thanks!

Re: adding port into remote server connection notice

Posted: Thu Mar 28, 2013 6:24 am
by katsklaw
Feature requests are made on the bug tracker: http://bugs.unrealircd.org

Re: adding port into remote server connection notice

Posted: Fri Mar 29, 2013 2:24 am
by Stealth
This would not be possible with the current server-to-server design, and most likely won't be added to a future s2s protocol. Port information only matters to the server the user is actually connected to, and carries no significant value to other servers. Not to mention including the port number will break many bots, scripts, and service clients.

You can do this with a module by hooking the local connect and having it broadcast to a custom snomask. This way all notices will be the same format and you can have them include any information you like.

Re: adding port into remote server connection notice

Posted: Sat Mar 30, 2013 3:03 am
by westor
OK.