Releases: WildPHP/irc-bot
Move API in a separate package
Remove the Validation class; moved to API Signed-off-by: Yoshi2889 <[email protected]>
Timeout fix #2: Also catch timeouts for header requests
Fix timeout issues in Remote API Signed-off-by: Yoshi2889 <[email protected]>
Link timeout fix
This release adds a relatively minor patch; requests will now timeout after a set amount of time.
If a request is made and the framework cannot connect to the server in <2 seconds, the request is dropped. If it takes 5 seconds to retrieve data, the request is dropped.
We hope this provides you all a smoother experience.
EDIT: Hotfix to add version to composer.json, so modules can depend on this.
v2.0.0: Rewrite the internal architecture
WildPHP is no longer just an IRC bot, it is now a complete framework for interactive applications!
No functionality is included anymore in the core, it is 'dead' without modules. All modules have been moved to different repositories, check them out!
v1.2.0.1 (legacy): neon configuration
In this version the config file was changed to the .neon format. Otherwise there are only bug fixes, refactoring and code formatting.
This is the latest legacy version not using the module system.