dependabot[bot]
a5388efe40
Bump express from 4.17.1 to 4.17.3 in /web/nodejs
...
Bumps [express](https://github.com/expressjs/express ) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 13:04:34 +00:00
861dbe5417
Merge pull request #5 from Mestima/dependabot/npm_and_yarn/web/nodejs/node-fetch-3.1.1
...
Bump node-fetch from 2.6.1 to 3.1.1 in /web/nodejs
2022-05-27 02:32:39 +03:00
dependabot[bot]
cbc98e8410
Bump node-fetch from 2.6.1 to 3.1.1 in /web/nodejs
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 13:58:06 +00:00
9e49603c9a
Merge pull request #4 from Mestima/dependabot/npm_and_yarn/web/nodejs/node-fetch-2.6.1
...
Bump node-fetch from 2.6.0 to 2.6.1 in /web/nodejs
2020-09-16 02:33:55 +03:00
dependabot[bot]
8238e0f031
Bump node-fetch from 2.6.0 to 2.6.1 in /web/nodejs
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 04:56:07 +00:00
9f6d59424c
webhook is now affected by security
setting
2020-09-03 03:42:45 +03:00
0a4d305c19
Update README.md
2020-08-26 19:45:42 +03:00
827c309575
added nodejs instructions
2020-08-26 19:42:20 +03:00
8ee1fc3542
Update .gitignore
2020-08-26 19:21:48 +03:00
2417ab8cdc
removed useless stuff
2020-08-26 19:21:14 +03:00
52d332450b
node webpart request security fix
2020-08-26 18:53:08 +03:00
06580802e1
nodejs webpart upload
2020-08-26 18:43:01 +03:00
7e38b859f4
slight reorganization
...
- request.php and send.php files moved to web/php/ directory
- updated readme info
2020-08-25 06:09:35 +03:00
147a39e67a
useless code removed
2020-08-25 05:48:04 +03:00
6993be500e
updated readme info
2020-08-25 05:02:01 +03:00
2fb2cd13c2
Update TODO.md
2020-08-18 14:25:39 +03:00
0ed0aea5d9
Merge pull request #3 from RanchTheDeer/patch-1
...
Updated request.php to fix results not retrieving
2020-08-18 14:18:12 +03:00
RanchTheDeer
7b6059a117
Updated request.php to fix results not retrieving
...
All that has changed is the line:
$result = file_get_contents_utf8("https://discordapp.com/api/channels/ " . $channel . "/messages?token=" . $token);
has been changed to:
$result = file_get_contents_utf8("https://discordapp.com/api/channels/ " . $channel . "/messages?token=Bot%20" . $token);
due to the fact that the Discord API now requries the word "Bot" before providing the key in requests.
2020-07-31 19:40:40 +01:00
Alex
643c8091f4
Update README.md
2019-05-17 21:23:10 +03:00
Alex
9765f73af7
Update README.md
2019-05-17 21:20:44 +03:00
Alex
c4a7ade49b
Update README.md
2019-04-12 21:50:29 +03:00
Alex
0cca12ffaf
Update README.md
2019-04-12 21:46:28 +03:00
Alex
423ced6c7b
Update README.md
2019-04-12 21:44:59 +03:00
Alex
4f72d2d0ee
Update README.md
2019-04-12 21:41:51 +03:00
Alex
51a6112a9f
Update README.md
2019-04-12 21:41:28 +03:00
Alex
3a9efddd38
Update README.md
2019-04-12 21:40:39 +03:00
Alex
138c032f45
Update README.md
2019-04-12 21:36:19 +03:00
Alex
a35aa198f0
Create TODO.md
2019-04-12 21:35:45 +03:00
Alex
a7c2e060c3
Update README.md
2019-04-12 21:33:03 +03:00
Alex
99fc87b04d
Update README.md
2019-04-12 21:25:39 +03:00
Alex
8ba7c852ba
Update README.md
2019-04-12 21:23:47 +03:00
Alex
bd17c14874
Update README.md
2019-04-12 21:21:52 +03:00
Alex
c25c198dc4
Web part upload
...
There are redirection PHP scripts to redirect Garry's Mod GET and POST requests to the Discord API. CloudFlare that uses Discord do not allows GMod browser to send GET and POST requests that is the reason you must use redirection. Just upload this files to your web-server and configure api links at /lua/autorun/server/discord.lua
2019-04-12 13:38:58 +03:00
Alex
5d03d97b72
Main files upload
...
Core files uploaded
2019-04-12 13:33:40 +03:00
Alex
7799c14659
Initial commit
2019-04-12 12:51:23 +03:00