1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
Chris Chrome
565f3b9e5f
Merge pull request #553 from TheArcaneBrony/master
Remove fs-extras, add Sentry support, fix compile errors, fix some typos
2021-12-26 13:38:25 -05:00
Erkin Alp Güney
2d7d69853f
Fix the casing
Co-authored-by: TheArcaneBrony<myrainbowdash949@gmail.com>
2021-12-26 20:26:15 +03:00
The Arcane Brony
4518cacde1 Add env name in sentry, set default sentry endpoint 2021-12-26 18:19:31 +01:00
ImAaronFR
b83fd52927
Fixed mistype
Pre-relase ----> Pre-Release
2021-12-26 18:36:46 +03:30
unknownPerson115
edcac833a8
Updated Server.ts
Added what to do if 'SIGTERM' is sent to the server for the `/stop` API route
2021-12-25 21:04:56 +00:00
The Arcane Brony
9909e5a174 Replace nanocolors with picocolors 2021-12-25 12:09:48 +01:00
The Arcane Brony
252051b95a Add Sentry, fix compile errors 2021-12-22 18:43:39 +01:00
The Arcane Brony
cbd337701f Improve build scripts, strip more fs-extras 2021-12-21 21:49:58 +01:00
The Arcane Brony
d0cd5b7040 Repo cleanup, remove fs-extras 2021-12-21 11:56:33 +01:00
Thesourtimes
5e1d4ce4d7 minor capitulation 2021-11-11 11:31:03 +03:00
Thesourtimes
ac1d7fbbaf API versions 6 & 7 with minor logging additions 2021-11-10 19:44:11 +03:00
Flam3rboy
7be11027d1 🐛 delay worker thread start 2021-10-22 23:42:00 +02:00
Flam3rboy
6299d45114 use better-sqlite3 as default db 2021-10-18 22:55:54 +02:00
Flam3rboy
cea121fe3f 🐛 fix types + prod env 2021-10-18 21:10:03 +02:00
Flam3rboy
f6b00d2fcd vertically scale bundle 2021-10-18 17:38:31 +02:00
Flam3rboy
f2e8e2e031 improve memory managment 2021-10-12 21:53:57 +02:00
Flam3rboy
7cbaebdd2b 🐛 fix windows process.getuid 2021-10-10 11:13:51 +02:00
Flam3rboy
dd51a3662b changed and fixed compiler 2021-10-10 11:02:25 +02:00
Flam3rboy
6b44a7ada1 🎨 cdn now also works without setting a public endpoint 2021-10-09 14:46:59 +02:00
Flam3rboy
44ddcc592d Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-09 01:45:05 +02:00
Flam3rboy
9fa4c607fc 🎨 fix imports with new build script 2021-10-09 01:45:02 +02:00
xnacly
e21642ad06 🚀 2000 commit - changed ascii art 2021-10-08 20:35:29 +02:00
Flam3rboy
b44f356d9e bundle build script 2021-10-08 10:43:43 +02:00
Flam3rboy
9bfee45811 fast build script 2021-10-07 18:21:01 +02:00
The Arcane Brony
72af8dc719 Compiler test 2021-10-06 18:20:22 +02:00
Flam3rboy
57af4224fd Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-04 22:06:17 +02:00
Flam3rboy
e563aa25b4 🚧 different db engines 2021-10-04 21:57:24 +02:00
uurgothat
ea900af4cd replace chalk with nanocolors 2021-10-04 22:39:50 +03:00
uurgothat
fe5bd56ac8 Add warn for git + remove unnecessary import 2021-10-04 22:31:12 +03:00
uurgothat
18abf9ef40 Rainbow the logs 2021-10-04 22:01:08 +03:00
Flam3rboy
7bd0a2004c 🎨 restructure gateway 2021-10-02 15:12:47 +02:00
Flam3rboy
286b4a69fd add private and public endpoint 2021-09-25 23:55:19 +02:00
Flam3rboy
d45ea78ae6 🐛 fix bundle debug 2021-09-19 18:45:09 +02:00
Flam3rboy
b68b1a1181 fix bundle 2021-08-29 16:58:53 +02:00
Flam3rboy
a47de8585c 🎨 update bundle build 2021-08-19 21:29:12 +02:00
Flam3rboy
e611126c7c 🎨 clean up 2021-08-17 22:42:16 +02:00
Flam3rboy
70d9aa669e 🔊 verbose error handler 2021-08-17 20:37:13 +02:00
Flam3rboy
04379f9376 🐛 fix import 2021-08-17 19:33:32 +02:00
Flam3rboy
ce49d8829f 🐛 update bundle import 2021-08-17 19:22:56 +02:00
Flam3rboy
da496d2c10 🐛 fix bundle import path 2021-08-17 18:07:32 +02:00
Flam3rboy
da81015ddd update Event 2021-08-16 15:07:18 +02:00
Flam3rboy
dbdfbf61f2 🐛 fix server bundle 2021-08-15 21:56:30 +02:00
Flam3rboy
6cee68c1e3 start.bat and start.sh script 2021-08-15 00:10:54 +02:00
Flam3rboy
b9e545a445 🎨 clean up server bundle 2021-08-14 23:15:19 +02:00
Flam3rboy
643582e8a6 server bundle 2021-08-14 13:57:34 +02:00
Flam3rboy
1f167e11df 🚧 fix server bundle 2021-08-13 22:57:46 +02:00
Flam3rboy
63343eec4c Merge branch 'master' of https://github.com/fosscord/fosscord-api 2021-08-13 20:54:59 +02:00
Flam3rboy
e2639379c8 🐛 fix bundle listen 2021-08-13 20:54:52 +02:00
Flam3rboy
16eff151ea 🐛 fix dependencies and build for bundle 2021-08-13 20:53:29 +02:00
Flam3rboy
1cf781e254 📝 updated links to fosscord-server 2021-08-13 13:18:45 +02:00