mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	WHOWAS: respect hostname cloaking
Store cloaked hostname if user mode "x" is set when the client disconnects from the server.
This commit is contained in:
		| @@ -1193,7 +1193,7 @@ Client_RegisterWhowas( CLIENT *Client ) | ||||
| 		 sizeof( My_Whowas[slot].id )); | ||||
| 	strlcpy( My_Whowas[slot].user, Client_User( Client ), | ||||
| 		 sizeof( My_Whowas[slot].user )); | ||||
| 	strlcpy( My_Whowas[slot].host, Client_Hostname( Client ), | ||||
| 	strlcpy( My_Whowas[slot].host, Client_HostnameCloaked( Client ), | ||||
| 		 sizeof( My_Whowas[slot].host )); | ||||
| 	strlcpy( My_Whowas[slot].info, Client_Info( Client ), | ||||
| 		 sizeof( My_Whowas[slot].info )); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton