mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	qt: i2cp server page is now shown, work towards #914
This commit is contained in:
		
							parent
							
								
									5c2f1f36e8
								
							
						
					
					
						commit
						a0d90717c3
					
				
					 3 changed files with 11 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -532,7 +532,7 @@ namespace http {
 | 
			
		|||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	static void ShowI2CPLocalDestination (std::stringstream& s, const std::string& id)
 | 
			
		||||
    void ShowI2CPLocalDestination (std::stringstream& s, const std::string& id)
 | 
			
		||||
	{
 | 
			
		||||
		auto i2cpServer = i2p::client::context.GetI2CPServer ();
 | 
			
		||||
		if (i2cpServer)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -99,6 +99,7 @@ namespace http
 | 
			
		|||
	void ShowI2PTunnels (std::stringstream& s);
 | 
			
		||||
	void ShowLocalDestination (std::stringstream& s, const std::string& b32, uint32_t token);
 | 
			
		||||
    void ShowSAMSession (std::stringstream& s, const std::string& id);
 | 
			
		||||
    void ShowI2CPLocalDestination (std::stringstream& s, const std::string& id);
 | 
			
		||||
} // http
 | 
			
		||||
} // i2p
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue