mirror of
				https://github.com/ergochat/ergo.git
				synced 2025-10-30 05:17:26 +01:00 
			
		
		
		
	remove stray references to timeout enforcement
These should have been removed in #1027.
This commit is contained in:
		
							parent
							
								
									75a0e18580
								
							
						
					
					
						commit
						20fcbe5147
					
				| @ -359,8 +359,6 @@ accounts: | ||||
|         additional-nick-limit: 2 | ||||
| 
 | ||||
|         # method describes how nickname reservation is handled | ||||
|         #   timeout:  let the user change to the registered nickname, give them X seconds | ||||
|         #             to login and then rename them if they haven't done so | ||||
|         #   strict:   don't let the user change to the registered nickname unless they're | ||||
|         #             already logged-in using SASL or NickServ | ||||
|         #   optional: no enforcement by default, but allow users to opt in to | ||||
| @ -374,9 +372,6 @@ accounts: | ||||
|         # to opt out of strict enforcement | ||||
|         allow-custom-enforcement: true | ||||
| 
 | ||||
|         # rename-timeout - this is how long users have 'til they're renamed | ||||
|         rename-timeout: 30s | ||||
| 
 | ||||
|         # format for guest nicknames: | ||||
|         # 1. these nicknames cannot be registered or reserved | ||||
|         # 2. if a client is automatically renamed by the server, | ||||
|  | ||||
| @ -387,8 +387,6 @@ accounts: | ||||
|         additional-nick-limit: 2 | ||||
| 
 | ||||
|         # method describes how nickname reservation is handled | ||||
|         #   timeout:  let the user change to the registered nickname, give them X seconds | ||||
|         #             to login and then rename them if they haven't done so | ||||
|         #   strict:   don't let the user change to the registered nickname unless they're | ||||
|         #             already logged-in using SASL or NickServ | ||||
|         #   optional: no enforcement by default, but allow users to opt in to | ||||
| @ -402,9 +400,6 @@ accounts: | ||||
|         # to opt out of strict enforcement | ||||
|         allow-custom-enforcement: false | ||||
| 
 | ||||
|         # rename-timeout - this is how long users have 'til they're renamed | ||||
|         rename-timeout: 30s | ||||
| 
 | ||||
|         # format for guest nicknames: | ||||
|         # 1. these nicknames cannot be registered or reserved | ||||
|         # 2. if a client is automatically renamed by the server, | ||||
|  | ||||
| @ -267,8 +267,7 @@ type AccountConfig struct { | ||||
| 		Enabled                bool | ||||
| 		AdditionalNickLimit    int `yaml:"additional-nick-limit"` | ||||
| 		Method                 NickEnforcementMethod | ||||
| 		AllowCustomEnforcement bool          `yaml:"allow-custom-enforcement"` | ||||
| 		RenameTimeout          time.Duration `yaml:"rename-timeout"` | ||||
| 		AllowCustomEnforcement bool `yaml:"allow-custom-enforcement"` | ||||
| 		// RenamePrefix is the legacy field, GuestFormat is the new version | ||||
| 		RenamePrefix           string `yaml:"rename-prefix"` | ||||
| 		GuestFormat            string `yaml:"guest-nickname-format"` | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shivaram Lingamneni
						Shivaram Lingamneni