summary refs log tree commit diff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update package.json to point to the right database.jsRory&2026-07-011-1/+1
|
* Bump discord-protosRory&2026-06-131-1/+1
|
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating ↵Rory&2026-06-131-1/+1
| | | | all the queries properly
* Bump npm package minorsRory&2026-06-121-12/+12
|
* Move database to toplevelRory&2026-06-121-0/+1
|
* Allow subpath imports, move extensions to separate moduleRory&2026-06-121-0/+1
|
* */Server.ts: Add monitoring init hookRory&2026-05-281-0/+1
|
* Move why-is-node-running to dependenciesRory&2026-05-281-0/+1
|
* Update npm packages, patchesRory&2026-05-241-8/+8
|
* npm: update node-zstd to 2.0.0Rory&2026-05-191-1/+1
|
* npm: update amqplib to 2.0.1Rory&2026-05-191-1/+1
|
* npm minor package updatesRory&2026-05-191-18/+18
|
* switch to harmony-erlpackRory&2026-05-031-1/+1
|
* eslint: array callback return, no restricted importsRory&2026-04-191-0/+1
|
* Minor package updatesRory&2026-04-191-1/+1
|
* NPM updates: typescript 6.0Rory&2026-04-181-1/+1
|
* NPM updates: amqplibRory&2026-04-181-1/+1
|
* NPM updates 2Rory&2026-04-181-9/+9
|
* NPM updateRory&2026-04-181-10/+10
|
* Update node packagesRory&2026-03-281-8/+8
|
* Fix schemas scriptRory&2026-03-211-8/+7
|
* Remove all traces of sqlite3 - resolves #1617Rory&2026-03-201-0/+1
|
* Exclude mongodb from typeorm deps - resolves #1616Rory&2026-03-201-1/+2
|
* Update npm packagesRory&2026-03-161-2/+2
|
* Roll back discord-protosRory&2026-03-131-1/+1
|
* Update nix, pion-sfu, npm packagesRory&2026-03-131-15/+15
|
* build(deps): bump file-type in the npm_and_yarn group across 1 directorydependabot[bot]2026-03-111-1/+1
| | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 1 update in the / directory: [file-type](https://github.com/sindresorhus/file-type). Updates `file-type` from 21.3.0 to 21.3.1 - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1) --- updated-dependencies: - dependency-name: file-type dependency-version: 21.3.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump the npm_and_yarn group across 1 directory with 2 updatesdependabot[bot]2026-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 2 updates in the / directory: [multer](https://github.com/expressjs/multer) and [minimatch](https://github.com/isaacs/minimatch). Updates `multer` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0) Updates `minimatch` from 3.1.3 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v3.1.5) --- updated-dependencies: - dependency-name: multer dependency-version: 2.1.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
* Drop medooze, add pionRory&2026-02-261-2/+2
|
* Discovery fixes, nix updatesRory&2026-02-231-9/+9
|
* webrtc package by defaultRory&2026-02-201-0/+1
|
* Update dependencies (nix/node)Rory&2026-02-131-7/+7
|
* Add support for start:webrtc script to allow voice gateway to be run separately github/tmp tmpManetheren2026-02-111-0/+1
|
* update npm scripts to add a migration apply oneRory&2026-02-031-1/+2
|
* Bump dependencies (node)Rory&2026-02-011-16/+16
|
* temp unfinished json stuff in tsRory&2026-02-011-1/+1
|
* tsconfig: set srcDir, tsBuildInfoFileRory&2026-01-201-1/+1
|
* Fix NixOS tests, allow building via tsgoRory&2026-01-201-0/+3
|
* Update deps minorRory&2026-01-011-8/+8
|
* No s3 support by defaultRory&2025-12-251-1/+0
|
* Drop sqlite3 by defaultRory&2025-12-251-1/+5
|
* ShieldsRory&2025-12-211-0/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-133/+133
|
* nix: add admin api docker imageRory&2025-12-171-18/+18
|
* Less debug logging, more useful?Rory&2025-12-161-0/+1
|
* Split time classes, include testsRory&2025-12-011-1/+2
|
* Drop node-fetch-commonjs, proxy-agent as deprecatedRory&2025-12-011-3/+0
|
* Nix: move patch-package to devDependencies, drop usage of npx, drop patchPhaseRory&2025-11-211-1/+2
|
* Move typescript-json-schema to devDependencies (no runtime usage)Rory&2025-11-211-2/+2
|
* Update nix and packagesRory&2025-11-201-21/+21
|
* ZSTD on gatewayRory&2025-10-171-3/+4
|
* Update deps, update nixRory&2025-10-161-1/+1
|
* Drop node-os-utilsRory&2025-10-151-2/+0
|
* Updates 1Rory&2025-10-151-7/+7
|
* Reorganise schemas a little bitRory&2025-10-151-4/+4
|
* Move schemas to separate moduleRory&2025-10-141-0/+1
|
* Install chalk (oops)Rory&2025-10-081-0/+1
|
* build: always run openapi and schema generation, use build modeRory&2025-10-071-1/+2
|
* typescript: use build mode rather than project modeRory&2025-10-071-2/+2
|
* NPM updateRory&2025-10-071-11/+11
|
* Clean up array extensionsRory&2025-10-041-1/+1
|
* Drop dependency on missing-native-js-functionsRory&2025-10-041-1/+0
|
* Attempt to vendor lambert-serverRory&2025-10-041-2/+2
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-301-1/+1
|
* Fix nix packageRory&2025-09-301-1/+1
|
* Move discord-protos to regular deps, update patchesRory&2025-09-301-1/+1
|
* Remove mariadb support as it isnt maintained and hasnt worked in over a yearRory&2025-09-301-3/+2
|
* Update nix hashes and fixup package lockRory&2025-09-301-3/+2
|
* Port MailJet transportRory&2025-09-301-0/+1
|
* Port MailGun transportRory&2025-09-301-1/+1
|
* Port SMTP transport, make nodemailer optionalRory&2025-09-301-1/+1
|
* Port SendGrid to new interfaceRory&2025-09-301-1/+1
|
* Bump nodejs to 24Rory&2025-09-291-1/+1
|
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-1/+0
|
* Update file-typeRory&2025-09-291-1/+1
|
* Update dotenv, express, nodemailer, missing-native-js-functions, bcrypt, ↵Rory&2025-09-291-15/+15
| | | | | | i18next, globals, typescript-json-schema, body-parser, image-size, @aws-sdk/client-s3
* Update dependencies (minor)Rory&2025-09-291-16/+16
|
* Setting protos supportRory&2025-09-291-0/+1
|
* build(deps): bump the npm_and_yarn group across 1 directory with 3 updatesdependabot[bot]2025-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 3 updates in the / directory: [multer](https://github.com/expressjs/multer), [on-headers](https://github.com/jshttp/on-headers) and [morgan](https://github.com/expressjs/morgan). Updates `multer` from 1.4.5-lts.2 to 2.0.2 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.0.2) Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0) Updates `morgan` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/morgan/compare/1.10.0...1.10.1) --- updated-dependencies: - dependency-name: multer dependency-version: 2.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: morgan dependency-version: 1.10.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updatesdependabot[bot]2025-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 2 updates in the / directory: [@sentry/node](https://github.com/getsentry/sentry-javascript) and [axios](https://github.com/axios/axios). Updates `@sentry/node` from 8.35.0 to 8.49.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.35.0...8.49.0) Updates `axios` from 1.7.7 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
* Update some dependencies, fix nixEmma [it/its]@Rory&2025-07-021-24/+24
|
* update webrtc types packagePuyodead12025-06-251-2/+2
|
* add webrtc support (#1284)dank0742025-06-221-2/+4
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* Implement signed cdn urlsPuyodead12025-05-031-0/+1
|
* Fix dependenciesEmma [it/its]@Rory&2025-04-091-30/+30
|
* build(deps): bump the npm_and_yarn group with 2 updatesdependabot[bot]2025-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the npm_and_yarn group with 2 updates: [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
* implement hubs routesPuyodead12025-01-071-0/+1
|
* change eslint config to use new flat config formatdank0742024-11-131-0/+3
|
* Update eslint & plugins to latestEmma [it/its]@Rory&2024-10-301-3/+3
|
* Update jimp to latestEmma [it/its]@Rory&2024-10-301-1/+1
|
* Update reflect-metadata to latestEmma [it/its]@Rory&2024-10-301-1/+1
|
* Update ajv-formats to latestEmma [it/its]@Rory&2024-10-301-1/+1
|
* Update @types/amqplib to 0.10.5 (for amqplib@0.10.4)Emma [it/its]@Rory&2024-10-301-1/+1
|
* Update sentry to latestEmma [it/its]@Rory&2024-10-301-2/+1
|
* Update AWS s3 SDK to latestEmma [it/its]@Rory&2024-10-301-1/+1
|
* Update i18next to latestEmma [it/its]@Rory&2024-10-301-1/+1
|
* Run npm update, remove erlpack from package listEmma [it/its]@Rory&2024-10-301-45/+44
|
* Update typescript to latestEmma [it/its]@Rory&2024-10-301-1/+1
|
* Fix module resolution when $CWD != .Emma [it/its]@Rory&2024-10-281-0/+1
|
* Update some patches, switch to node-fetch-commonjs, more updatesEmma [it/its]@Rory&2024-10-281-2/+2
|
* More NPM updatesEmma [it/its]@Rory&2024-10-281-6/+6
|
* Run npm updateEmma [it/its]@Rory&2024-10-281-0/+1
|
* Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server ↵TomatoCake2024-08-151-4/+4
|\ | | | | | | into feat/local-image-proxy
| * Merge pull request #1173 from ↵Puyodead12024-08-141-1/+1
| |\ | | | | | | | | | | | | spacebarchat/dependabot/npm_and_yarn/multi-1efa427ffc Bump fast-xml-parser and @aws-sdk/client-s3
| | * Bump fast-xml-parser and @aws-sdk/client-s3dependabot[bot]2024-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.4.1 and updates ancestor dependency [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3). These dependencies need to be updated together. Updates `fast-xml-parser` from 4.2.5 to 4.4.1 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.5...v4.4.1) Updates `@aws-sdk/client-s3` from 3.388.0 to 3.629.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.629.0/clients/client-s3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect - dependency-name: "@aws-sdk/client-s3" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| * | Merge pull request #1171 from ↵Puyodead12024-08-141-1/+1
| |\ \ | | | | | | | | | | | | | | | | spacebarchat/dependabot/npm_and_yarn/nodemailer-6.9.14 Bump nodemailer from 6.9.4 to 6.9.14
| | * | Bump nodemailer from 6.9.4 to 6.9.14dependabot[bot]2024-08-141-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.4 to 6.9.14. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.4...v6.9.14) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| * | Merge pull request #1170 from ↵Puyodead12024-08-141-1/+1
| |\ \ | | | | | | | | | | | | | | | | spacebarchat/dependabot/npm_and_yarn/express-4.19.2 Bump express from 4.18.2 to 4.19.2
| | * | Bump express from 4.18.2 to 4.19.2dependabot[bot]2024-08-141-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [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.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
| * / Bump ws from 8.13.0 to 8.17.1dependabot[bot]2024-08-141-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* / Add local image proxy using sharp/jimp pkgsTomatoCake2024-06-221-0/+1
|/
* Ban API compat & Bulk Ban endpoint (#1120)TomatoCake2024-06-051-0/+1
| | | | Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add nix flake to repo (#1111)Rory&2024-02-191-0/+2
|
* Fix application icons (#1110)BoryaGames2024-02-111-3/+3
| | | | Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* update sentryMadeline2023-09-021-3/+2
|
* update jsonwebtoken and bcryptMadeline2023-08-121-2/+2
|
* remove changelog.js and cleanup package.json scriptsMadeline2023-08-101-2/+0
|
* update proxy-agentMadeline2023-08-071-1/+1
|
* switch from il8next-node-fs-backend to il8next-fs-backendMadeline2023-08-071-1/+1
|
* minor version updatesPuyodead12023-08-061-36/+36
|
* feat: implement member list id generationV3L0C1T13S2023-05-241-0/+2
|
* REALLY bad server testingMadeline2023-04-181-0/+1
|
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-021-10/+10
|\
| * Remove ALL fosscord mentionsMadeline2023-03-311-10/+10
| |
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-10/+12
| | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * build: remove sqlite3 in favor of better-sqlite3Samuel2023-03-181-2/+1
| |
| * feat: better-sqlite3 supportSamuel2023-03-171-0/+1
| |
| * perf: custom i18next middleware that only initializes when neededSamuel2023-03-171-1/+0
| |
| * build: update dependenciesSamuel2023-03-171-10/+9
| |
* | replace node-fetch with wretchPuyodead12023-03-181-0/+1
|/
* Bump sqlite3 from 5.1.4 to 5.1.5dependabot[bot]2023-03-131-1/+1
| | | | | | | | | | | | | Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* add SendGrid transportPuyodead12023-02-241-1/+2
|
* use a fixed mailjet transportPuyodead12023-02-241-2/+2
|
* Add mailjet transportPuyodead12023-02-231-1/+2
|
* Add Mailgun transportPuyodead12023-02-231-1/+2
|
* Start implementing smtpPuyodead12023-02-231-0/+2
|
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-011-4/+4
|
* Implement WebAuthn (#967)Puyodead12023-01-301-0/+1
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-201-1/+5
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+1
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* add back openapi generation. todo: find way to keep route text descriptions ↵Madeline2023-01-061-0/+1
| | | | in code, and find way to get usages of right/permission .hasThrow
* Prettier precommit hookMadeline2023-01-051-0/+3
|
* Add migrations (#923)Madeline2023-01-051-1/+2
| | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script
* Patch body-parser to use json-bigintMadeline2022-12-301-1/+1
|
* Fix `npm ci`!!!Madeline2022-12-271-1/+2
|
* Move datasource to own file for typeorm cliMadeline2022-12-271-1/+2
|
* Client: update to canary 165341Puyodead12022-12-201-1/+7
|
* Move UserSettings to own entityTheArcaneBrony2022-12-191-1/+1
|
* Move to migrations. Use `npm run generate:db` for first database generation.Madeline2022-12-181-0/+1
|
* Remove Discord oauth login supportMadeline2022-12-171-3/+3
|
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-171-2/+0
|
* Remove `sharp` depMadeline2022-12-171-1/+0
|
* Allow running api, cdn, gateway separatelyMadeline2022-10-311-0/+3
|
* Sentry stuff?Madeline2022-10-301-2/+3
|
* Added scripts for changelogs and removed premium referencesMadeline2022-10-271-1/+2
|
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-241-0/+1
|
* Video attachment support!Madeline2022-10-041-0/+2
|
* Better embed handlingMadeline2022-10-011-0/+2
|
* PrettierMadeline2022-09-261-6/+6
|
* Move schemas to /src/util/schemasMadeline2022-09-261-4/+5
|
* Add generate:client scriptMadeline2022-09-261-1/+2
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-1/+3
|
* Fix and remove some scripts + use ajv/typescript-json-schema required by patchesMadeline2022-09-261-4/+7
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-3/+70
|
* Use SPDX license syntax in 'package.json' filesKaKi872022-06-021-1/+1
|
* Hotfix for workspace (#739)Kuna2022-04-271-1/+1
|
* Do stuff for npm workspaceThesourtimes2022-04-261-0/+17
|
* :pencil: updated links to fosscord-serverFlam3rboy2021-08-131-33/+0
|
* Fix namingdarkhpp2021-08-131-3/+3
|
* [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-131-0/+33
|
* :sparkles: webrtcFlam3rboy2021-08-121-25/+0
|
* :construction: initFlam3rboy2021-06-241-0/+25