Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Releases: WildPHP/irc-bot

Move API in a separate package

29 Apr 14:07
Compare
Choose a tag to compare
Remove the Validation class; moved to API

Signed-off-by: Yoshi2889 <rick.2889@gmail.com>

Timeout fix #2: Also catch timeouts for header requests

03 Jan 22:57
Compare
Choose a tag to compare
Fix timeout issues in Remote API

Signed-off-by: Yoshi2889 <rick.2889@gmail.com>

Link timeout fix

02 Jan 02:00
Compare
Choose a tag to compare

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

11 Dec 09:37
Compare
Choose a tag to compare

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

24 Jan 21:47
Compare
Choose a tag to compare

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.