Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :pencil: improve logging | Flam3rboy | 2021-10-12 | 4 | -5/+1 |
| | |||||
* | :zap: improve memory managment | Flam3rboy | 2021-10-12 | 2 | -3/+9 |
| | |||||
* | :bug: fix Identify | Flam3rboy | 2021-10-10 | 1 | -3/+1 |
| | |||||
* | :bug: fix null user in identify | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | |||||
* | :bug: fix Emoji missing in identify | Flam3rboy | 2021-10-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of http://github.com/fosscord/fosscord-server | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
|\ | |||||
| * | :art: emoji db migration | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | | |||||
* | | :bug: fix Identify ready payload missing users | Flam3rboy | 2021-10-10 | 1 | -1/+3 |
|/ | |||||
* | :bug: convert bigint literal to object | Flam3rboy | 2021-10-10 | 1 | -1/+1 |
| | |||||
* | :art: clean up imports + classes | Flam3rboy | 2021-10-10 | 2 | -4/+9 |
| | |||||
* | :art: clean up dependencies | Flam3rboy | 2021-10-10 | 2 | -1386/+79 |
| | |||||
* | :sparkles: added read state | Flam3rboy | 2021-10-09 | 1 | -2/+9 |
| | |||||
* | :bug: fix cdn | Flam3rboy | 2021-10-09 | 1 | -1/+1 |
| | |||||
* | :bug: fix import | Flam3rboy | 2021-10-09 | 3 | -3/+6 |
| | |||||
* | :art: fix imports with new build script | Flam3rboy | 2021-10-09 | 7 | -29/+22 |
| | |||||
* | :bug: fix build | Flam3rboy | 2021-10-09 | 3 | -7/+4 |
| | |||||
* | :sparkles: bundle build script | Flam3rboy | 2021-10-08 | 2 | -45/+99 |
| | |||||
* | Merge branch 'compiler-change' of ↵ | Flam3rboy | 2021-10-07 | 1 | -0/+3 |
|\ | | | | | | | https://github.com/thearcanebrony/fosscord-server into pr/TheArcaneBrony/418-1 | ||||
| * | :bug: fix types + swcrc configs | Flam3rboy | 2021-10-07 | 3 | -1/+9 |
| | | |||||
| * | :bug: fix swcrc config: rewrite import -> require | Flam3rboy | 2021-10-07 | 1 | -8/+11 |
| | | |||||
* | | :bug: fix swc config | Flam3rboy | 2021-10-07 | 3 | -9/+17 |
|/ | |||||
* | Compiler test | The Arcane Brony | 2021-10-06 | 4 | -35/+662 |
| | |||||
* | :arrow_up: update packages | Flam3rboy | 2021-10-06 | 1 | -2/+2 |
| | |||||
* | :arrow_up: lambert-server@1.2.11 | Flam3rboy | 2021-10-05 | 2 | -6/+8 |
| | |||||
* | :bug: fix user projection | Flam3rboy | 2021-10-05 | 1 | -0/+2 |
| | |||||
* | :arrow_up: update mnjsf | Flam3rboy | 2021-10-05 | 2 | -10/+10 |
| | |||||
* | :bug: fix lazy request | Flam3rboy | 2021-10-05 | 1 | -1/+12 |
| | |||||
* | :sparkles: generalize primary column to work with mongodb object id | Flam3rboy | 2021-10-04 | 2 | -6/+8 |
| | |||||
* | :arrow_up: update dependencies | Flam3rboy | 2021-10-04 | 1 | -0/+2 |
| | |||||
* | :art: restructure gateway | Flam3rboy | 2021-10-02 | 7 | -10/+20 |
| | |||||
* | :art: remove start from setup script | Flam3rboy | 2021-09-23 | 1 | -292/+1229 |
| | |||||
* | Merge branch 'master' into unittests | Flam3rboy | 2021-09-23 | 5 | -902/+12077 |
|\ | |||||
| * | Ok, so it DOES build | Chris Chrome | 2021-09-23 | 2 | -3/+5 |
| | | | | | | | | Still, it builds under linux, so i'm happy with it lol | ||||
| * | Use @yukikaze-bot/erlpack | Chris Chrome | 2021-09-23 | 5 | -11/+832 |
| | | | | | | | | discord/erlpack doesnt seem to like installing under linux, this one however, doesnt even need to build :) | ||||
* | | :bug: fix (pre) install scripts | Flam3rboy | 2021-09-23 | 2 | -1/+2 |
| | | |||||
* | | :art: rewrite imports | Flam3rboy | 2021-09-20 | 19 | -49/+83 |
| | | |||||
* | | Merge branch 'master' into unittests | Flam3rboy | 2021-09-20 | 3 | -21/+22 |
|\| | |||||
| * | :truck: move file handle to utility | Flam3rboy | 2021-09-19 | 1 | -0/+1 |
| | | |||||
| * | Removed ChannelService, more fixes | AlTech98 | 2021-09-18 | 1 | -1/+1 |
| | | |||||
| * | Fix gateway not listening for new channels events | AlTech98 | 2021-09-18 | 1 | -8/+3 |
| | | |||||
| * | Implemented DMs and group DMs | AlTech98 | 2021-09-16 | 2 | -19/+20 |
| | | |||||
| * | Gateway permission check fix | AlTech98 | 2021-09-16 | 1 | -3/+8 |
| | | |||||
* | | :art: use typescript plugin that converts to relative paths | Flam3rboy | 2021-09-18 | 4 | -12/+192 |
|/ | |||||
* | :arrow_up: fix + update dependencies | Flam3rboy | 2021-09-16 | 1 | -117/+205 |
| | |||||
* | :bug: fix fosscord.js | Flam3rboy | 2021-09-13 | 2 | -2/+4 |
| | |||||
* | :bug: fix relationship | Flam3rboy | 2021-09-13 | 1 | -2/+5 |
| | |||||
* | :bug: fix dm #321 | Flam3rboy | 2021-09-13 | 2 | -14/+31 |
| | |||||
* | :bug: fix channel events + message send | Flam3rboy | 2021-09-13 | 1 | -12/+14 |
| | |||||
* | :bug: fix gateway | Flam3rboy | 2021-09-12 | 3 | -3/+5 |
| | |||||
* | :art: remove long relatives paths -> short module paths | Flam3rboy | 2021-09-12 | 21 | -97/+1133 |
| | |||||
* | :arrow_up: update test client | Flam3rboy | 2021-09-04 | 2 | -2/+4 |
| | |||||
* | VOICE_SERVER_UPDATE now has the endpoint of the guild's region | AlTech98 | 2021-09-04 | 1 | -3/+10 |
| | |||||
* | :bug: fix ready members payload | Flam3rboy | 2021-09-04 | 1 | -3/+12 |
| | |||||
* | :arrow_up: update mpath because of a security vulnerability | Flam3rboy | 2021-09-04 | 1 | -4/+4 |
| | |||||
* | Merge pull request #314 from AlTech98/master | Flam3rboy | 2021-09-03 | 2 | -6/+20 |
|\ | | | | | Fix VoiceStateUpdate | ||||
| * | :bug: only delete session id for authenticated connections | Flam3rboy | 2021-09-03 | 1 | -1/+1 |
| | | |||||
| * | Fix to send the voice leave event only to the right session | AlTech98 | 2021-09-03 | 1 | -1/+1 |
| | | |||||
| * | Make the user leave the current channel before joining one in another guild | AlTech98 | 2021-09-03 | 1 | -0/+9 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | AlTech98 | 2021-09-03 | 1 | -2/+2 |
| |\ | |||||
| * | | VoiceState fix for db update | AlTech98 | 2021-09-03 | 1 | -5/+10 |
| | | | |||||
* | | | :bug: fix #311 | Flam3rboy | 2021-09-03 | 1 | -6/+1 |
| |/ |/| | |||||
* | | :bug: fix member roles + list | Flam3rboy | 2021-09-03 | 1 | -2/+2 |
|/ | |||||
* | :arrow_up: update dependencies | Flam3rboy | 2021-09-03 | 2 | -10/+10 |
| | |||||
* | :bug: fix member + member list | Flam3rboy | 2021-09-03 | 4 | -64/+88 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-09-02 | 7 | -22/+106 |
|\ | |||||
| * | :art: reformat files | Flam3rboy | 2021-09-02 | 5 | -28/+40 |
| | | |||||
| * | VOICE_STATE_UPDATE implementation, fix #210 | AlTech98 | 2021-09-02 | 7 | -23/+95 |
| | | |||||
* | | :sparkles: add user_id field to Member | Flam3rboy | 2021-09-02 | 3 | -2/+3 |
|/ | |||||
* | fix #295 | Flam3rboy | 2021-09-01 | 1 | -26/+27 |
| | |||||
* | :sparkles: channel recipients | Flam3rboy | 2021-08-31 | 3 | -21/+35 |
| | |||||
* | :bug: convert bigint -> string | Flam3rboy | 2021-08-29 | 2 | -3/+3 |
| | |||||
* | :sparkles: typeorm gateway | Flam3rboy | 2021-08-29 | 5 | -50/+84 |
| | |||||
* | :construction: typeorm | Flam3rboy | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | :construction: gateway | Flam3rboy | 2021-08-24 | 3 | -71/+52 |
| | |||||
* | revert 2cff55f | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :bug: update build script | Flam3rboy | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | :loud_sound: opcode logger | Flam3rboy | 2021-08-18 | 1 | -3/+3 |
| | |||||
* | :bug: fix findOneAndUpdate | Flam3rboy | 2021-08-18 | 1 | -1/+2 |
| | |||||
* | :bug: build bundle | Flam3rboy | 2021-08-15 | 1 | -1/+0 |
| | |||||
* | :bug: fix bundle postinstall | Flam3rboy | 2021-08-15 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update mongoose types | Flam3rboy | 2021-08-15 | 2 | -73/+74 |
| | |||||
* | :bug: fix server bundle | Flam3rboy | 2021-08-15 | 2 | -339/+326 |
| | |||||
* | :bug: fix types | Flam3rboy | 2021-08-15 | 3 | -1/+5 |
| | |||||
* | update packages | Flam3rboy | 2021-08-15 | 1 | -4/+10 |
| | |||||
* | :bug: fix tsc missing | Flam3rboy | 2021-08-15 | 1 | -1/+1 |
| | |||||
* | :sparkles: start.bat and start.sh script | Flam3rboy | 2021-08-15 | 2 | -209/+69 |
| | |||||
* | move devDependencies to dependencies | Flam3rboy | 2021-08-14 | 2 | -44/+1 |
| | | | | because bundle installs api/gateway/cdn as npm dep. and the dev packages don't get automatically installed | ||||
* | :sparkles: server bundle | Flam3rboy | 2021-08-14 | 2 | -65/+0 |
| | |||||
* | :construction: fix server bundle | Flam3rboy | 2021-08-13 | 2 | -6/+9 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 2 | -2/+3633 |
|\ | |||||
| * | :bug: fix dependencies and build for bundle | Flam3rboy | 2021-08-13 | 1 | -0/+3633 |
| | | |||||
| * | :bug: fix types + packages | Flam3rboy | 2021-08-13 | 1 | -2/+0 |
| | | |||||
* | | :bug: fix bundle gateway listen | Flam3rboy | 2021-08-13 | 1 | -1/+7 |
|/ | |||||
* | Merge branch 'pr/darkhpp/261-2' | Flam3rboy | 2021-08-13 | 2 | -4253/+0 |
|\ | |||||
| * | Merge branch 'master' into pr/darkhpp/261-2 | Flam3rboy | 2021-08-13 | 10 | -325/+65 |
| |\ | |||||
| * | | Fix naming | darkhpp | 2021-08-13 | 1 | -1/+1 |
| | | | |||||
| * | | [ProjectManagement] Add root project and dev getting started guides. | darkhpp | 2021-08-13 | 2 | -4204/+2 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/fosscord/fosscord-api | Flam3rboy | 2021-08-13 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add gateway support for Discord desktop clients | mugman | 2021-08-12 | 1 | -0/+2 |
| |/ | |||||
* | | abstract Event emission | Flam3rboy | 2021-08-13 | 10 | -277/+115 |
| | | |||||
* | | :sparkles: server bundle | Flam3rboy | 2021-08-13 | 1 | -47/+0 |
|/ | |||||
* | :sparkles: gateway | Flam3rboy | 2021-08-12 | 39 | -0/+5967 |