Releases: Zerumi/BotNet-Server
Releases · Zerumi/BotNet-Server
BotNet-Server v.1.6.0
BotNet-Server v.1.5.0
- API
-
- GET /api/v1/update added
-
- POST /api/v1/update added
-
- POST /api/v1/nextupdate added
-
- GET /api/v1/support/versions/:version added
- (new) Mineweb API (Adress: http://mineweb-hackserver.glitch.me/)
-
- Part of hack panel, that installing HttpClient
-
- GET /scripts/:script
-
- POST /scripts/:script
-
- DELETE /scripts/:script
- Server UI
-
- CommandsLibrary 2.0
-
-
- Command Argument now can be any Framework Element (eg. Slider or ProgressBar)
-
-
-
- Single Type of Command Arguments Deleted
-
-
-
- Commands for sever will not be sent to the clients
-
-
-
- CommandsLibrary.dll now has the correct author and version
-
-
-
- 'Copy/Paste similar command' bug fixed
-
-
- (new) Version Checker
-
-
- When the app starts, ApiRequest send GET /support/versions/:version (1.5.0) and check versions of the supported dll's and check if this version now deprecated, or may be updated
-
-
-
- Assembly Versions of all dll's updated
-
-
- (new) Send files
-
-
- New command: /update
-
-
-
-
- Tells the client to download the file from the API address /update to the root folder
-
-
-
-
-
- By clicking 'Download file' button, you can update this file
-
-
-
-
- /minescript command pack
-
-
-
-
- /minescript add
-
-
-
-
-
-
- Server command for download to the Mineweb API adress /scripts/{TextBox.Text} a file
-
-
-
-
-
-
- /minescript remove
-
-
-
-
-
-
- Server command for delete script file from Mineweb API script
-
-
-
-
- Auth Window now have a password box instead of text box
-
- Fixed auth not enabled after exception button
-
- Fixed screen loading (IndexOutOfRange ex)
-
- Fixed invalid ips send to clients (send null or letters instead of [0, 1, 2...])
BotNet-Server v.1.4.1
- Sever UI
-
- Fixed send POST request from PC with proxy/other connection obstacles, that called "417 - Expectation Failed" (https://developer.mozilla.org/docs/Web/HTTP/Status/417)
BotNet-Server v.1.4.0
- API
-
- Migrate from ip
-
-
GET /api/v1/responses/:ip
-
-
-
GET /api/v1/ip
-
-
-
GET /api/v1/responses/:ip/:id
-
-
-
POST /api/v1/responses/:ip
-
-
-
POST /api/v1/ip
-
-
-
DELETE /api/v1/ip/:id
-
-
-
- GET /api/v1/responses/:id
-
-
-
- GET /api/v1/client
-
-
-
- GET /api/v1/responses/:id/:rid
-
-
-
- POST /api/v1/responses/:id
-
-
-
- POST /api/v1/client
-
-
-
- DELETE /api/v1/client/:id
-
-
- Optimized screen download
-
- Sandbox
-
-
- GET /sandbox
-
-
-
- GET /sandbox/:id
-
-
-
- POST /api/v1/sandbox
-
-
-
- DELETE /sandbox
-
- Server UI
-
- Menu
-
-
- All extra controls moved to MenuItems (
StackPanel with button "Set IP")
- All extra controls moved to MenuItems (
-
-
- Settings
-
-
- New menu control where you can set UI configs
-
-
- m3md2
-
-
- New control dll file for handle some UI elements
-
-
- m3md2_startup
-
-
- Startup manager for Server UI (subdivision of m3md2)
-
-
- ColorThemes
-
-
- Part of config of Server UI, m3md2. You can change colorthemes in settings, and create your theme in m3md2.dll/ColorThemes.cs
-
-
-
- ColorThemes changes colors in UI
-
-
- CommandsInfo
-
-
- Part of Menu of Server UI, includes information about all commands from commandhelper (information is taken from one dll: CommandsLibrary.dll)
-
-
- Diagnostic Windows
-
- Part of Menu of Server UI
-
-
- Exception handler
-
-
-
-
- Get all exceptions, that have arose during the application running
-
-
-
-
- Program log
-
-
-
-
- All windows send logs about their work
-
-
-
-
-
- You can download all logs to .txt file by click on button
-
-
-
-
-
-
- Logs saves to BaseDirectory\Logs
-
-
-
-
-
- API Diagnostic
-
-
-
-
- Send API request to track the stable operation of the API
-
-
-
- Almost all windows are of a constant size and cannot be squeezed or stretched
-
- Migrate from ip
-
-
- Class ip:
ip-> nameofpc
- Class ip:
-
-
-
- Class response:
ip-> id
- Class response:
-
-
-
- Class responses:
ip-> id;id-> rid
- Class responses:
-
-
- Perfomance counter
-
-
- Part of MainWindow, counts program run time, CPU, RAM load
-
-
- ScreenBox now called as "Screen of
currentuser"
- ScreenBox now called as "Screen of
-
- ScreenBox redrawn, you can download screen to BaseDirectory\Screens
-
- Now you can start/stop listen clients and responses by click on menuitem and it will be saved after program restart
This is the last big release. All future releases will be aimed at fixing bugs and improving stability.We are continue support BotNet
BotNet-Server v.1.3.1
- Server UI
-
- Image Scroller fixed
BotNet-Server v.1.3.0
- API
-
- POST /api/v1/screens/:id added
-
- POST /api/v1/screens/:id/:sid added
-
- GET /api/v1/screens/:id added
- Server UI
-
- UI redrawn, set IP by increase or decrease ip text boxes count deleted
-
- Dynamic Argument Type in command helper Added
-
- Screens support
-
-
- New screen panel & ImageViewer for see client screens
-
-
-
- Type /screen in Command TextBox for see this
-
-
- Reload Listen button deleted (reload now runs automatically)
-
- Now all UI windows closes when main window close
BotNet-Server v.1.2.0
- API
-
- Api DELETE /api/v1/ip/:id added
-
- Api GET /api/v1/messages/:id : command view changed
- Server UI
-
- IP Manage (Set IP for send commands by two ways)
-
-
- First way
-
-
-
-
- By increase or decrease ip text boxes count (now deprecated)
-
-
-
-
- Second way
-
-
-
-
- By click on button, and write IP's to the single textbox (or use 'all' for send command to every IP's in client list)
-
-
-
-
- Reduced the delay between IP list updates
-
-
- Command helper
-
-
- Command argument helper added (beta)
-
-
-
- Command argument separator added
-
-
- ScrollPanel for client list and response list added
- License updated (so-author added)
BotNet-Server v.1.1.0
- Server UI:
-
- Program terminated fixed
-
- LogPanel Scroll fixed
-
- Password request added
- API:
-
- Admin panel login added
BotNet-v1.0
- (new) Server UI:
-
- Client IP output
-
- LogPanel with responses of clients
-
- IP & Command Panel for send commands to client
- (new) API:
-
- GET & POST & DELETE messages
-
- GET & POST & DELETE responses
-
- GET & POST ip