Hello all!
I am a little bit newer to Unreal but I have read through the entire documenation and couldn't see anything with this. I setup a secure server that only allows the ssl connections. Everytime a user connects to the server we get these messages:
(notice) *** You are connected to server with TLSv1-AES256-SHA-256bits
Any way to turn this off?
Also is there a way to turn off the persons entering leaving the room?
Example:
Person the room (quit: Quit: ).
Thanks in advance!
Notices
Re: Notices
1, ssl: no.
2, quit: IF you are referring to join/part messages, that's a client setting. If you are wanting t block quit messages then try: set::static-quit Read the docs on the set block for exact syntax. http://www.unrealircd.com/files/docs/un ... l#setblock
2, quit: IF you are referring to join/part messages, that's a client setting. If you are wanting t block quit messages then try: set::static-quit Read the docs on the set block for exact syntax. http://www.unrealircd.com/files/docs/un ... l#setblock
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
-
wastedmemory
- Posts: 1
- Joined: Sun Oct 23, 2011 1:08 am
Re: Notices
The only way I found was to comment out those lines in the source code,
[Moderator: Removed source modification]
old post but could be helpful to somebody
[Moderator: Removed source modification]
old post but could be helpful to somebody