285 Commits

Author SHA1 Message Date
A Bunch of Computer Nerds
a0f0b5df6c Blank commit to test the anonymous commits 2024-12-08 19:30:07 -03:00
A Bunch of Computer Nerds
e5e27951e5 Added package-lock.json to .gitignore 2024-12-08 19:24:46 -03:00
A Bunch of Computer Nerds
f28a227e95 Removed submodule + modified .gitignore + removed package-lock 2024-12-08 19:24:29 -03:00
db21fe2a21
youtube: add function that downloads in case ffmpeg doesn't work properly on yt-dlp (#23)
Co-authored-by: GiovaniFZ <giovanifinazzi@gmail.com>
2024-12-08 18:13:10 -03:00
dependabot[bot]
5efb8cab58
Bump axios from 1.7.8 to 1.7.9 (#22) 2024-12-04 23:16:42 +00:00
dependabot[bot]
85b5a272b1
Bump axios from 1.7.7 to 1.7.8 (#21) 2024-11-26 01:15:31 +00:00
dependabot[bot]
e29ffee288
Bump node from 23.2.0 to 23.3.0 (#20) 2024-11-22 02:32:05 +00:00
16438d7457
Finally randomizing cat photos but disabled GIF support 2024-11-21 12:26:23 -03:00
baf988b5b6
Put /httpcat into http.js 2024-11-21 12:16:18 -03:00
08bd1e32db
Removed nodemon.json 2024-11-16 15:01:59 -03:00
dependabot[bot]
8ef1e410e0
Bump node from 23.1.0 to 23.2.0 (#19) 2024-11-13 00:03:06 +00:00
dependabot[bot]
4c4d58cf22
Bump winston from 3.16.0 to 3.17.0 (#18) 2024-11-11 23:13:12 +00:00
dependabot[bot]
36f7df8592
Bump winston from 3.15.0 to 3.16.0 (#17) 2024-11-01 23:20:24 +00:00
531fbdf9f6
Unlinked Lynx from FOSSA 2024-10-27 14:08:59 -03:00
dependabot[bot]
0e89c71499
Bump node from 22.10.0 to 23.1.0 (#16)
Bumps [node](https://github.com/aredridel/node-bin-gen) from 22.10.0 to 23.1.0.
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-26 17:23:38 -03:00
93f7e2ef21
Fixed MLP char alias + result msg changes 2024-10-25 10:25:07 -03:00
4fcd24f025
Fixed wrong API call on /mlpep 2024-10-24 00:55:51 -03:00
00436438e7
Fixed typo 2024-10-24 00:35:04 -03:00
2c1ef7c605
Added additional strings + fixes 2024-10-24 00:28:46 -03:00
4688c4af31
Pony API integration for My Little Pony information 2024-10-24 00:13:39 -03:00
fossabot
ae9f92ae96
Add license scan report and status (#15)
Signed off by: fossabot <badges@fossa.com>
2024-10-22 22:37:14 -03:00
dependabot[bot]
a6b77d0a91
Bump node from 22.9.0 to 22.10.0 (#12)
Bumps [node](https://github.com/aredridel/node-bin-gen) from 22.9.0 to 22.10.0.
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 20:10:27 -03:00
dependabot[bot]
e6b716bc79
Bump nodemon from 3.1.4 to 3.1.7 (#13)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 20:08:23 -03:00
dependabot[bot]
5524e4ee13
Bump winston from 3.14.2 to 3.15.0 (#14)
Bumps [winston](https://github.com/winstonjs/winston) from 3.14.2 to 3.15.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 20:08:13 -03:00
9c0126a653
Create dependabot.yml 2024-10-21 20:05:58 -03:00
GiovaniFZ
2795eed14f feat: Delete tmp folder after send video 2024-10-19 15:46:02 -03:00
GiovaniFZ
94630ac0f0
fix: Try to make ffmpeg work on getvideo command 2024-10-19 15:14:09 -03:00
GiovaniFZ
34ff8d4e3f
test: Create command for ffmpeg 2024-10-19 14:45:07 -03:00
GiovaniFZ
605a2487b3 conf: try one more thing for yt 2024-10-19 13:37:31 -03:00
GiovaniFZ
45e7d67c93
conf: set ffmpeg location 2024-10-19 13:00:22 -03:00
GiovaniFZ
ef258e0c15
is it having access to ffmpeg? 2024-10-19 12:49:56 -03:00
GiovaniFZ
fbacb44386
youtube: test without timeout for now 2024-10-19 11:32:46 -03:00
97f9412a91
Add name section to /http 2024-10-17 12:25:20 -03:00
529147cce0
Create njsscan.yml 2024-10-15 11:45:11 -03:00
8be47db155
Fix code scanning alert no. 5: Incomplete string escaping or encoding
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-10-15 11:42:34 -03:00
fc172854e1
HTTP codes (/http) 2024-10-14 20:51:05 -03:00
911c0d41bb
Add /eval for bot admins 2024-10-14 13:16:15 -03:00
98e83f85b9
Update crash command 2024-10-14 13:09:57 -03:00
1c3c91fa1a
Fixed http.cat command + include it in help 2024-10-14 13:06:21 -03:00
b8067bf59e
http.cat beta support 2024-10-14 06:30:55 -03:00
d23e63c22e
Add /dog to help 2024-10-13 23:22:59 -03:00
0264c120d7
Add random dog image 2024-10-13 23:16:52 -03:00
aed36a1e9b
Removed API request link from response on cat.js and fixed misplaced string 2024-10-13 23:14:45 -03:00
f9d6117752
Random quotes (WIP), not included in /help yet 2024-10-09 21:30:52 -03:00
8b1c912520
Now /updatebot also restarts the bot instead of just updating 2024-10-06 22:06:09 -03:00
fe89660b11
Added /wiki to help 2024-10-06 22:05:07 -03:00
321bf39650
Removed comments on wiki.js + removed logging support (again) 2024-10-06 22:01:10 -03:00
15fd56e18f
Merge branch 'main' of https://github.com/lucmsilva651/lynx 2024-10-06 21:58:06 -03:00
GiovaniFZ
3f27da7269
feat: /wiki command 2024-10-06 13:37:19 -03:00
f3747f3f78
Fixed logging + put it back again 2024-10-06 13:36:12 -03:00