Skip to content

Commit

Permalink
Version 2.11 (read commit description)
Browse files Browse the repository at this point in the history
The majority of the application has been restructured and rewritten. The whole bot is now being started in a child_process. Added !groupcomment command to be able to comment in groups. Added !sessions and !mysessions commands (#103). Improved logs by adding my output-logger library, added more log messages and improved many existing log messages. Improved automatic error handling. Fixed node-steamcommunity not using proxies and improved proxy support a lot in general. Improved response of !settings, !log & !failed commands. !failed and !abort now use the reciever steamid as parameter instead of the requester steamid. Only certain commands are now blocked during startup (#105). Probably fixed and improved a lot more stuff passively and without noticing. Updated dependencies. If you are interested in more detail check out the 131 commits between 2.10.7 and 2.11. *At least node.js v14.15.0 is now required!*
  • Loading branch information
3urobeat committed Oct 17, 2021
1 parent d1a357a commit 274ee79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/data.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Comment": "This file is sadly needed right here to ensure that an automatic update & restart to 2.11 will work. Seems like start.js could need a rework.",
"version": "21100",
"versionstr": "BETA 2.11",
"versionstr": "2.11",
"filetostart": "./src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/HerrEurobeat/steam-comment-service-bot/beta-testing/src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/HerrEurobeat/steam-comment-service-bot/master/src/starter.js",
"botobjectfile": "./src/controller/controller.js"
}
10 changes: 5 additions & 5 deletions src/data/data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "2110b11",
"versionstr": "BETA 2.11 b11",
"branch": "beta-testing",
"version": "21100",
"versionstr": "2.11.0",
"branch": "master",
"filetostart": "./src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/HerrEurobeat/steam-comment-service-bot/beta-testing/src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/HerrEurobeat/steam-comment-service-bot/master/src/starter.js",
"mestr": "3urobeat",
"aboutstr": "This bot was created by 3urobeat.\nGitHub: https://github.com/HerrEurobeat/steam-comment-service-bot \nSteam: https://steamcommunity.com/id/3urobeat \nIf you like my work, any donation would be appreciated! https://paypal.me/3urobeat",
"firststart": true,
"compatibilityfeaturedone": false,
"whatsnew": "Please read the recent commits of the beta-testing branch on GitHub to see what's new.",
"whatsnew": "Rewritten the majority of the bot. Added !groupcomment, !sessions and !mysessions cmds. Improved logging, proxy support, error handling and a lot more. Read commit description on GitHub for more details. Minimum node.js version is now v14.15.0!",
"urlrequestsecretkey": "",
"timesloggedin": 0,
"totallogintime": 0
Expand Down

0 comments on commit 274ee79

Please sign in to comment.