Commit graph

32 commits

Author SHA1 Message Date
iCrawl 9811514deb
build: ignores/swap/concurrency 2023-08-24 21:58:34 +02:00
iCrawl fb81f7befb
build: refactor linting setup 2023-08-24 06:43:23 +02:00
iCrawl 2e40a05adf
chore: fixup exports and move prettier/lintstaged to mjs 2023-08-22 01:58:54 +02:00
Noel dd5e7453e8
feat(create-discord-bot): bun/deno templates (#9795) 2023-08-21 22:48:13 +02:00
iCrawl 7e875f6919
chore: refactor workspace 2023-05-03 02:14:22 +02:00
iCrawl 3bd76078e1
feat(website): sneaky sneaky 2 2023-03-24 01:54:21 +01:00
Suneet Tipirneni f6506e99c4
feat(website): add support for source file links (#9048)
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-01-12 13:49:11 +01:00
iCrawl 9922151266
refactor: docker image for proxy-container 2022-11-26 02:09:05 +01:00
Parbez 65d1879c0a
chore: move deps to root and some miscellaneous changes (#8129) 2022-06-21 15:15:38 +02:00
iCrawl 8d8e6c03de
feat: use vitest instead of jest for more speed 2022-06-05 01:07:10 +02:00
iCrawl 37c1cb4495
chore: yarn 3 at last 2022-02-04 21:47:25 +01:00
Rodry 3269ec1984
chore(VSCode): add extension recommendations (#6666) 2022-01-08 00:51:19 +01:00
Noel 16390efe6e
chore: monorepo setup (#7175) 2022-01-07 17:18:25 +01:00
iCrawl aa532946c9
chore: repo cleanup 2021-10-28 02:01:19 +02:00
Lin b27888455f
refactor: remove gen-esm-wrapper dependency (#6884) 2021-10-26 18:12:16 +02:00
Jiralite 0109ad0466
chore: Ignore .DS_Store (#6438) 2021-08-15 12:08:20 +01:00
iCrawl cfde127072
chore: prepare release 2021-08-06 15:30:54 +02:00
Vlad Frangu db0d7d4ea8
feat(Esm): use gen-esm-wrapper instead of manually making the file (#5700) 2021-06-03 16:01:49 +01:00
iCrawl 7f0d93a2da
chore: pull config files out of package.json 2021-06-01 00:06:52 +02:00
Sugden 57b3ba425e
chore: remove webpack from .*ignore files (#5171) 2021-01-01 00:10:56 +01:00
Noel dea48d64a5
chore(Deps): upgrade deps (#4701) 2020-08-14 21:46:23 +02:00
Duncan Sterken 0a3759f683
feat(ESModules): importing for esm modules (#3998)
* fix: importing for esm modules

* style: use single quotes

* refactor: remove 'use strict'
2020-04-16 12:11:24 +02:00
SpaceEEC 828640ca26
ci(Testing): add TypeScript test job (#4002)
* ci(Testing): add TypeScript job

* chore: add eol before eof
2020-04-04 14:11:59 +02:00
Crawl 37d6624ef1 Fix CRLF to LF 2017-06-01 10:45:56 +02:00
Amish Shah 980b58d4df Ignore package-lock.json 2017-05-30 23:32:54 +01:00
Schuyler Cebulskie a8bb20204b Fix paths 2016-11-22 18:34:08 -05:00
Gus Caplan 2440a4a2c8 Add webpack building (#907)
* friggin webpack tho

* probably important

* add all the stuff to the package.json

* add minify builds and a nice package.json script to run it all

* clean up

* use uglify harmony branch so we can actually run minify builds that work

* update build system

* make test better

* clean up

* fix issues with compression

* ‮

* c++ requirements in a node lib? whaaaaat?

* fix travis yml?

* put railings on voice connections

* 🖕🏻

* aaaaaa

* handle arraybuffers in the unlikely event one is sent

* support arraybuffers in resolvebuffer

* this needs to be fixed at some point

* this was fixed

* disable filename versioning if env VERSIONED is set to false

* Update ClientDataResolver.js

* Update ClientVoiceManager.js

* Update WebSocketManager.js

* Update ConvertArrayBuffer.js

* Update webpack.html

* enable compression for browser and fix ws error handler

* Update WebSocketManager.js

* everything will be okay gawdl3y

* compression is slower in browser, so rip the last three hours of my life

* Update Constants.js

* Update .gitignore
2016-11-20 19:38:16 -05:00
Schuyler Cebulskie b54adf3869 Remove docs.jsos (whoops) 2016-10-26 23:45:20 -04:00
Schuyler Cebulskie 4543422e37 Remove a lot of irrelevant stuff in .gitignore 2016-10-26 23:30:08 -04:00
meew0 0296a71793 Improve the docs building process (#834)
* Add a script to automatically build and push docs

This script will checkout the repo in the `docs` branch, then build the
docs locally, copy it to that repo, commit and push. It is designed to
be used in conjunction with Travis.

* Add unencrypted deploy keys to the gitignore

* Make Travis automatically execute the deploy script

* Add the encrypted deploy key

* Update the .travis.yml with the necessary information
2016-10-26 15:54:53 +01:00
Amish Shah bbf0b0683a Added guild.kick(member) and member.kick() 2016-07-02 17:50:44 +01:00
hydrabolt 9956e43c8e initial 2016-04-16 22:58:49 +01:00