Josh

Results 12 issues of Josh

**In raising this issue, I confirm the following:** `{please fill the checkboxes, e.g: [X]}` - [x] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md). - [x] The issue I am...

Bug: Confirmed
triage: Issue
Investigating

My Live Simulation window seems to appear with the title bar buried off the screen. If you can store the last know position and/or state when recreating the window, that...

bug

The ability to adjust the scaling of the graph, instead of automatically scaling, would be helpful in seeing the overlay. Or having the ability of adjust the sensitivity of the...

Currently only displays that the command failed. Side effect of issue #28 .

IPBan/BanIP command currently has issues loading and coverting IPs and Players as well as loading IPs from the database.

Bug (NewCode)

![](http://i.snag.gy/vAf1c.jpg) Configuration option for addition as well as translations messages added to Localization file. ``` @EventHandler public void onPlayerPingEvent(ServerListPingEvent event){ if(plugin.cacheIP.containsKey(event.getAddress().getHostAddress())){ event.setMotd(ChatColor.RED+"IPBanned From "+plugin.getServer().getServerName()); } } ``` Server Name found...

UBv4

The new system will use a basic yaml type localization file that can be easily manipulated for different languages. All messages will be routed from these files.

UBv4

The system was originally designed for a simple basic command -> effect. Now the system should include an API for integration, Events, and Global static methods and variables to ease...

UBv4

Currently the system utilizes a simple method of checking if the IP is valid before handling it. This would need to be updated. The new system will allow the user...

UBv4