Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #818 from CE1CECL/master | TheArcaneBrony | 2022-08-07 | 1 | -1/+2 |
|\ | | | | | Fix missing directory and modify old logos to the new ones. | ||||
| * | Add erlpack dependency for bundle as well | ChrisEric1 CECL | 2022-08-06 | 1 | -1/+2 |
| | | |||||
* | | Make build script use parts, defined in utils.js | TheArcaneBrony | 2022-08-06 | 1 | -4/+3 |
| | | |||||
* | | Update gitignore, push correct version of build script | TheArcaneBrony | 2022-08-06 | 1 | -11/+31 |
| | | |||||
* | | Add silent mode | TheArcaneBrony | 2022-08-06 | 1 | -5/+8 |
| | | |||||
* | | Add utility scripts | TheArcaneBrony | 2022-08-06 | 5 | -24/+196 |
|/ | |||||
* | Merge branch 'master' into 2fa | TheArcaneBrony | 2022-08-06 | 1 | -6/+8 |
|\ | |||||
| * | Merge pull request #792 from fosscord/dev/local-cache | TheArcaneBrony | 2022-08-06 | 1 | -6/+8 |
| |\ | | | | | | | Add local disk caching for fetched assets | ||||
| | * | Add local disk caching for fetched assets | TheArcaneBrony | 2022-07-17 | 1 | -10/+12 |
| | | | |||||
* | | | Merge branch 'master' into 2fa | Madeline | 2022-08-01 | 2 | -10/+12 |
|\| | | |||||
| * | | Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802) | dependabot[bot] | 2022-07-23 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | | | Add node-2fa to package.json | Madeline | 2022-07-20 | 1 | -2/+3 |
|/ / | |||||
* / | chore: fix package.json scripts | Nobody | 2022-07-19 | 1 | -2/+2 |
|/ | | | | npx should be used to execute local package binaries | ||||
* | Use SPDX license syntax in 'package.json' files | KaKi87 | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | needs to be async | Erkin Alp Güney | 2022-04-28 | 1 | -3/+3 |
| | |||||
* | Try catch cpu log | TheArcaneBrony | 2022-04-19 | 1 | -1/+7 |
| | |||||
* | Use 1 thread on platform where fetching thread/core count fails | TheArcaneBrony | 2022-04-19 | 2 | -2/+12 |
| | |||||
* | Fix typo in table 'client_relase' -> 'client_release' ( and other of the ↵ | Madeline | 2022-03-30 | 1 | -1/+1 |
| | | | | | | | same typo ) (#703) * Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol ) | ||||
* | Bump minimist from 1.2.5 to 1.2.6 in /bundle | dependabot[bot] | 2022-03-30 | 1 | -4/+6 |
| | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵ | Madeline | 2022-03-06 | 2 | -8/+19 |
| | | | | Probably was api package.json still included node-fetch 3, but bundle still had v2 | ||||
* | Tsnode support (#580) | Madeline | 2022-03-06 | 5 | -108/+313 |
| | | | | | | | | | | | | | | | | | | | * ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet. * apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was. * Cleaned up tsconfig.json a bit ( moved tsnode config to own file ). Fixed breakpoints for all modules under tsnode * Removed Microsoft Corp advert * Remove one more Microsoft Corp. ad Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added `tsnode` npm script * Added `typescript-cached-transpile` package to help improve performance Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Add nan to dependencies | Xenorio | 2022-03-04 | 1 | -1/+2 |
| | | | sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho. | ||||
* | Bump url-parse from 1.5.7 to 1.5.10 in /bundle | dependabot[bot] | 2022-02-28 | 1 | -28/+6 |
| | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-25 | 1 | -1/+11 |
|\ | | | | | Allow self-banning | ||||
| * | Merge branch 'master' into origin/dev/erkinalp/self-bans | Erkin Alp Güney | 2022-02-04 | 2 | -769/+33 |
| |\ | |||||
| * | | attempt to fix self-bans | Erkin Alp Güney | 2022-02-04 | 2 | -939/+208 |
| | | | |||||
* | | | Bump url-parse from 1.5.3 to 1.5.7 in /bundle | dependabot[bot] | 2022-02-19 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634) | dependabot[bot] | 2022-02-15 | 1 | -220/+991 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | | automated security fixes applied (#619) | Erkin Alp Güney | 2022-02-04 | 2 | -1718/+241 |
|/ | |||||
* | Speed up setup by not installing optional packages (#605) | TheArcaneBrony | 2022-01-24 | 1 | -1/+1 |
| | | | Only downside is no db engines are included by default, removing compile time for packages like sqlite3. | ||||
* | revert dependabot PRs that update node-fetch to v3 | Madeline | 2022-01-24 | 2 | -5/+5 |
| | |||||
* | Bump node-fetch from 2.6.5 to 2.6.7 in /bundle | dependabot[bot] | 2022-01-23 | 2 | -15/+28 |
| | | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. - [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.5...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Add Role Icons (#574) | Chris Chrome | 2022-01-05 | 1 | -1/+1 |
| | | | | | | | | | * Role Icons Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Cache coherency rules Co-authored-by: MANIKILLER <manikillrorg@gmail.com> Co-authored-by: ImAaronFR <96433859+ImAaronFR@users.noreply.github.com> | ||||
* | Merge pull request #553 from TheArcaneBrony/master | Chris Chrome | 2021-12-26 | 7 | -23/+638 |
|\ | | | | | Remove fs-extras, add Sentry support, fix compile errors, fix some typos | ||||
| * | Add env name in sentry, set default sentry endpoint | The Arcane Brony | 2021-12-26 | 3 | -59743/+6607 |
| | | |||||
| * | Restore package locks | The Arcane Brony | 2021-12-26 | 1 | -0/+72885 |
| | | |||||
| * | Replace nanocolors with picocolors | The Arcane Brony | 2021-12-25 | 4 | -5/+5 |
| | | |||||
| * | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 3 | -2/+37 |
| | | |||||
| * | Improve build scripts, strip more fs-extras | The Arcane Brony | 2021-12-21 | 2 | -4/+7 |
| | | |||||
| * | Repo cleanup, remove fs-extras | The Arcane Brony | 2021-12-21 | 4 | -19202/+30 |
| | | |||||
* | | Fix the casing | Erkin Alp Güney | 2021-12-26 | 1 | -1/+1 |
| | | | | | | Co-authored-by: TheArcaneBrony<myrainbowdash949@gmail.com> | ||||
* | | Fixed mistype | ImAaronFR | 2021-12-26 | 1 | -1/+1 |
| | | | | | | Pre-relase ----> Pre-Release | ||||
* | | Updated Server.ts | unknownPerson115 | 2021-12-25 | 1 | -0/+8 |
|/ | | | Added what to do if 'SIGTERM' is sent to the server for the `/stop` API route | ||||
* | Minor API work | Thesourtimes | 2021-12-05 | 1 | -2/+2 |
| | |||||
* | Fix dependencies | The Arcane Brony | 2021-11-11 | 2 | -254/+1351 |
| | |||||
* | Global prettierrc, format build.js | The Arcane Brony | 2021-11-11 | 1 | -45/+28 |
| | |||||
* | Add plugin & css support, add styling to differentiate from discord.com | The Arcane Brony | 2021-11-11 | 1 | -42/+42 |
| | |||||
* | minor capitulation | Thesourtimes | 2021-11-11 | 2 | -2/+2 |
| | |||||
* | API versions 6 & 7 with minor logging additions | Thesourtimes | 2021-11-10 | 1 | -2/+3 |
| | |||||
* | Added phase numbers to build | Thesourtimes | 2021-11-10 | 1 | -2/+2 |
| | |||||
* | :arrow_up: update packages | Flam3rboy | 2021-10-24 | 1 | -3704/+618 |
| | |||||
* | Merge branch 'master' of http://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-24 | 2 | -249/+713 |
|\ | |||||
| * | Proxy support for external network access | KagurazakaNyaa | 2021-10-24 | 2 | -249/+713 |
| | | |||||
* | | :bug: delay worker thread start | Flam3rboy | 2021-10-22 | 1 | -2/+6 |
|/ | |||||
* | prettier formatted /bundle | developomp | 2021-10-20 | 4 | -8/+41 |
| | |||||
* | :zap: use better-sqlite3 as default db | Flam3rboy | 2021-10-18 | 3 | -97/+741 |
| | |||||
* | :bug: fix types + prod env | Flam3rboy | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | :zap: vertically scale bundle | Flam3rboy | 2021-10-18 | 2 | -29/+39 |
| | |||||
* | Revert "fix: make the CDN build correctly" | Flam3rboy | 2021-10-18 | 1 | -76/+0 |
| | | | | This reverts commit 5fea8b21d1c865d4da35a5090356962a709b03e8. | ||||
* | Merge branch 'docker-fix' of https://github.com/hbjydev/fosscord-server into ↵ | Diego Magdaleno | 2021-10-17 | 1 | -0/+76 |
|\ | | | | | | | hbjydev-docker-fix | ||||
| * | fix: make the CDN build correctly | Hayden Young | 2021-10-17 | 1 | -0/+76 |
| | | |||||
* | | :arrow_up: update sqlite3 | Flam3rboy | 2021-10-17 | 2 | -74/+896 |
| | | |||||
* | | :zap: added benchmark | Flam3rboy | 2021-10-17 | 3 | -1/+26 |
| | | |||||
* | | :arrow_up: update mnjsf | Flam3rboy | 2021-10-16 | 2 | -17/+17 |
| | | |||||
* | | :lock: update modules | Flam3rboy | 2021-10-15 | 2 | -900/+33 |
|/ | |||||
* | :bug: fix unittests | Flam3rboy | 2021-10-15 | 2 | -142/+11858 |
| | |||||
* | Merge branch 'master' into cdn-s3 | Hayden Young | 2021-10-15 | 1 | -12/+13 |
|\ | |||||
| * | Merge branch 'master' into pr/hbjydev/454 | Flam3rboy | 2021-10-15 | 13 | -1606/+15406 |
| |\ | |||||
| * | | npm run build on Windows with usernames containing space fails, fixed by ↵ | Maddy | 2021-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | wrapping tscBin in quotes | ||||
* | | | chore: update ts-node during npm run setup | Hayden Young | 2021-10-15 | 2 | -10726/+985 |
| |/ |/| | |||||
* | | :zap: improve memory managment | Flam3rboy | 2021-10-12 | 1 | -1/+2 |
| | | |||||
* | | :zap: benchmark tests | Flam3rboy | 2021-10-12 | 3 | -0/+63 |
| | | |||||
* | | ...actually fix windows usernames breaking npm run setup ( I forgot to quote ↵ | Maddy | 2021-10-12 | 1 | -2/+2 |
| | | | | | | | | second argument :/ ) | ||||
* | | npm run build on Windows with usernames containing spaces fails, fixed by ↵ | Maddy | 2021-10-12 | 1 | -2/+2 |
| | | | | | | | | escaping tsc.js location in node_modules | ||||
* | | added vanity db migration | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | | |||||
* | | Fix duplicate key | The Arcane Brony | 2021-10-10 | 1 | -6/+21 |
| | | |||||
* | | :bug: fix Emoji missing in identify | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | | |||||
* | | :sparkles: migrate script | Flam3rboy | 2021-10-10 | 1 | -2/+3 |
| | | |||||
* | | :bug: fix tsc compiler | Flam3rboy | 2021-10-10 | 2 | -26/+31 |
| | | |||||
* | | :bug: fix windows process.getuid | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | | |||||
* | | :bug: convert bigint literal to object | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | | |||||
* | | :art: clean up dependencies | Flam3rboy | 2021-10-10 | 2 | -1477/+15258 |
| | | |||||
* | | :sparkles: changed and fixed compiler | Flam3rboy | 2021-10-10 | 8 | -130/+66 |
| | | |||||
* | | :bug: fix build.js? | Flam3rboy | 2021-10-09 | 1 | -1/+1 |
| | | |||||
* | | :art: cdn now also works without setting a public endpoint | Flam3rboy | 2021-10-09 | 1 | -3/+0 |
|/ | |||||
* | :bug: fix cdn | Flam3rboy | 2021-10-09 | 1 | -1/+0 |
| | |||||
* | :bug: fix old node version | Flam3rboy | 2021-10-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of http://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-09 | 1 | -6/+6 |
|\ | |||||
| * | :rocket: 2000 commit - changed ascii art | xnacly | 2021-10-08 | 1 | -6/+6 |
| | | |||||
* | | :art: fix imports with new build script | Flam3rboy | 2021-10-09 | 2 | -7/+8 |
| | | |||||
* | | :bug: fix build | Flam3rboy | 2021-10-09 | 4 | -67/+244 |
|/ | |||||
* | :sparkles: bundle build script | Flam3rboy | 2021-10-08 | 5 | -56/+598 |
| | |||||
* | Merge branch 'compiler-change' of ↵ | Flam3rboy | 2021-10-07 | 1 | -16/+6 |
|\ | | | | | | | https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1 | ||||
| * | :bug: fix types + swcrc configs | Flam3rboy | 2021-10-07 | 2 | -1233/+35 |
| | | |||||
| * | :bug: fix swcrc config: rewrite import -> require | Flam3rboy | 2021-10-07 | 1 | -22/+25 |
| | | |||||
* | | :bug: fix swc config | Flam3rboy | 2021-10-07 | 4 | -1246/+55 |
| | | |||||
* | | :zap: fast build script | Flam3rboy | 2021-10-07 | 2 | -18/+37 |
|/ | |||||
* | Compiler test | The Arcane Brony | 2021-10-06 | 6 | -37/+2052 |
| | |||||
* | :arrow_up: update packages | Flam3rboy | 2021-10-06 | 2 | -17/+17 |
| | |||||
* | :art: add build script to bundle setup | Flam3rboy | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update mnjsf | Flam3rboy | 2021-10-05 | 2 | -8/+8 |
| | |||||
* | :bug: fix bundle setup | Flam3rboy | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 2021-10-04 | 2 | -16/+16 |
| | |||||
* | Merge branch 'master' of http://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-04 | 4 | -11/+69 |
|\ | |||||
| * | :arrow_up: update dependencies | Flam3rboy | 2021-10-04 | 2 | -1/+3 |
| | | |||||
| * | replace chalk with nanocolors | uurgothat | 2021-10-04 | 4 | -7/+31 |
| | | |||||
| * | Add warn for git + remove unnecessary import | uurgothat | 2021-10-04 | 2 | -6/+14 |
| | | |||||
| * | Rainbow the logs | uurgothat | 2021-10-04 | 5 | -25/+39 |
| | | |||||
* | | :construction: different db engines | Flam3rboy | 2021-10-04 | 5 | -2/+23 |
|/ | |||||
* | :art: restructure gateway | Flam3rboy | 2021-10-02 | 1 | -1/+15 |
| | |||||
* | :sparkles: add private and public endpoint | Flam3rboy | 2021-09-25 | 2 | -7/+19 |
| | |||||
* | :art: remove start from setup script | Flam3rboy | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | :bug: prepare/postinstall only works for packages not local npm install | Flam3rboy | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | :bug: fix install script | Flam3rboy | 2021-09-23 | 1 | -2/+2 |
| | |||||
* | :bug: fix (pre) install scripts | Flam3rboy | 2021-09-23 | 2 | -3/+15 |
| | |||||
* | :art: rewrite imports | Flam3rboy | 2021-09-20 | 2 | -0/+139 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 4 | -101/+233 |
|\ | |||||
| * | :truck: move file handle to utility | Flam3rboy | 2021-09-19 | 1 | -4/+4 |
| | | |||||
| * | :bug: fix bundle debug | Flam3rboy | 2021-09-19 | 4 | -9/+270 |
| | | |||||
* | | :art: use typescript plugin that converts to relative paths | Flam3rboy | 2021-09-18 | 3 | -20/+535 |
|/ | |||||
* | :arrow_up: fix + update dependencies | Flam3rboy | 2021-09-16 | 1 | -56/+160 |
| | |||||
* | :bug: fix channel events + message send | Flam3rboy | 2021-09-13 | 1 | -1/+2 |
| | |||||
* | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 3 | -3/+99 |
| | |||||
* | :bug: fix message sending | Flam3rboy | 2021-09-03 | 1 | -0/+1 |
| | |||||
* | :arrow_up: update dependencies | Flam3rboy | 2021-09-03 | 2 | -1366/+25 |
| | |||||
* | :arrow_up: update dependencies | Flam3rboy | 2021-09-01 | 1 | -1/+0 |
| | |||||
* | :bug: fix entity types and projection | Flam3rboy | 2021-09-01 | 1 | -0/+0 |
| | |||||
* | :bug: db query fixes | Flam3rboy | 2021-08-31 | 2 | -0/+14 |
| | |||||
* | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 1 | -0/+0 |
| | |||||
* | fix bundle | Flam3rboy | 2021-08-29 | 6 | -70/+43 |
| | |||||
* | :art: update bundle build | Flam3rboy | 2021-08-19 | 2 | -1/+2 |
| | |||||
* | revert 2cff55f | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: update build script | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :art: clean up | Flam3rboy | 2021-08-17 | 2 | -3/+3 |
| | |||||
* | :loud_sound: verbose error handler | Flam3rboy | 2021-08-17 | 2 | -6/+4 |
| | |||||
* | :bug: fix import | Flam3rboy | 2021-08-17 | 1 | -1/+1 |
| | |||||
* | :bug: update bundle import | Flam3rboy | 2021-08-17 | 1 | -3/+3 |
| | |||||
* | :bug: fix bundle import path | Flam3rboy | 2021-08-17 | 1 | -3/+3 |
| | |||||
* | update Event | Flam3rboy | 2021-08-16 | 1 | -1/+1 |
| | |||||
* | :bug: build bundle | Flam3rboy | 2021-08-15 | 1 | -1/+5 |
| | |||||
* | :bug: fix bundle postinstall | Flam3rboy | 2021-08-15 | 2 | -15/+44 |
| | |||||
* | :arrow_up: update mongoose types | Flam3rboy | 2021-08-15 | 1 | -0/+1 |
| | |||||
* | :bug: fix server bundle | Flam3rboy | 2021-08-15 | 6 | -132/+650 |
| | |||||
* | update packages | Flam3rboy | 2021-08-15 | 1 | -6/+17 |
| | |||||
* | :bug: fix tsc missing | Flam3rboy | 2021-08-15 | 1 | -2/+2 |
| | |||||
* | :sparkles: start.bat and start.sh script | Flam3rboy | 2021-08-15 | 2 | -25/+1 |
| | |||||
* | :art: clean up server bundle | Flam3rboy | 2021-08-14 | 8 | -163/+176 |
| | |||||
* | :art: rename run script to start | Flam3rboy | 2021-08-14 | 1 | -2/+2 |
| | |||||
* | :sparkles: server bundle | Flam3rboy | 2021-08-14 | 3 | -10/+40 |
| | |||||
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 4 | -17/+38 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 3 | -66/+45 |
|\ | |||||
| * | :bug: fix dependencies and build for bundle | Flam3rboy | 2021-08-13 | 3 | -66/+45 |
| | | |||||
* | | :bug: fix bundle listen | Flam3rboy | 2021-08-13 | 2 | -2/+6 |
|/ | |||||
* | :pencil: updated links to fosscord-server | Flam3rboy | 2021-08-13 | 3 | -11/+6 |
| | |||||
* | :sparkles: server bundle | Flam3rboy | 2021-08-13 | 5 | -0/+2967 |