dragongoose
|
12116d7c9b
|
Add streamer banner
|
2023-07-03 15:28:20 -04:00 |
|
dragongoose
|
4a333eed57
|
Emotes should be handled on the client side
|
2023-07-03 14:48:16 -04:00 |
|
dragongoose
|
c0103c4976
|
add login with display name
|
2023-06-19 22:59:34 -04:00 |
|
dragongoose
|
8e572b9bbd
|
Add emote support
|
2023-06-17 21:14:28 -04:00 |
|
dragongoose
|
76ac6571be
|
Add GZIP compression support
|
2023-06-11 18:14:34 -04:00 |
|
dragongoose
|
ce25f0fd88
|
Fix concurrent read and errors by using Mutex
|
2023-06-08 07:50:34 -04:00 |
|
dragongoose
|
cdea6bd093
|
Update '.woodpecker.yml'
Include secrets
|
2023-06-07 22:14:22 +00:00 |
|
dragongoose
|
f2e0a4210d
|
Update '.woodpecker.yml'
|
2023-06-07 21:45:17 +00:00 |
|
dragongoose
|
a49e9c055f
|
Update '.woodpecker.yml'
Fox spelling of bash
|
2023-06-07 21:32:33 +00:00 |
|
dragongoose
|
64e61e32e1
|
Update '.woodpecker.yml'
|
2023-06-07 21:31:46 +00:00 |
|
dragongoose
|
333bae0973
|
Update 'Dockerfile'
|
2023-06-07 21:23:17 +00:00 |
|
dragongoose
|
e73f32a0c0
|
Update 'Dockerfile'
Podman support
|
2023-06-07 21:21:23 +00:00 |
|
dragongoose
|
171857e8b4
|
Merge pull request 'Add docker support' (#1) from go-backend into master
Reviewed-on: https://codeberg.org/dragongoose/safetwitch-backend/pulls/1
|
2023-06-07 21:04:39 +00:00 |
|
dragongoose
|
5ed7d3d2f4
|
Add docker support
|
2023-06-07 17:00:58 -04:00 |
|
dragongoose
|
9f1038cbdd
|
Update 'README.md'
|
2023-06-07 19:44:25 +00:00 |
|
dragongoose
|
45a1612d02
|
Sigh... I acidentally removed the websocket server
|
2023-06-07 12:34:20 -04:00 |
|
dragongoose
|
3c3341fb65
|
Remove all the 301 errors
|
2023-06-07 12:25:52 -04:00 |
|
dragongoose
|
f3afc56f2c
|
CORS middleware sucks... Let's make our own
|
2023-06-07 12:25:37 -04:00 |
|
dragongoose
|
6d4434db21
|
CORS allow any domain
|
2023-06-06 13:38:16 -04:00 |
|
dragongoose
|
14cf1284a1
|
Unix socket support
|
2023-06-06 13:37:08 -04:00 |
|
dragongoose
|
5c5da5404a
|
Add search endpoint
|
2023-06-06 08:31:12 -04:00 |
|
dragongoose
|
785e38ea29
|
New stream endpoint
|
2023-06-02 08:13:56 -04:00 |
|
dragongoose
|
b2cc516967
|
Create proper parsers for streams
|
2023-06-02 08:13:45 -04:00 |
|
dragongoose
|
36cc5a0c40
|
Add cursor
|
2023-06-02 08:13:36 -04:00 |
|
dragongoose
|
b1f8aa87fd
|
Remove deps
|
2023-06-01 15:50:28 -04:00 |
|
dragongoose
|
127aca6e3b
|
Autoconnect websocket
|
2023-06-01 15:50:11 -04:00 |
|
dragongoose
|
6b1895b958
|
Add get stream functionality and use Switch client-id to bypass needing a valid integrity token (new twitch update)
|
2023-06-01 15:49:50 -04:00 |
|
dragongoose
|
72b59bfd17
|
Remove stray print
|
2023-05-31 19:39:15 -04:00 |
|
dragongoose
|
4f277a2743
|
Add badges endpoint
|
2023-05-31 19:39:07 -04:00 |
|
dragongoose
|
ec2a49b5bb
|
Fix Content-Length errors
|
2023-05-31 19:36:57 -04:00 |
|
dragongoose
|
21ab55ff05
|
DIsable logger middleware
|
2023-05-31 19:31:25 -04:00 |
|
dragongoose
|
7b0bec1026
|
Complete websocket
|
2023-05-31 12:24:56 -04:00 |
|
dragongoose
|
bce1f73823
|
Fix tests
|
2023-05-31 08:14:08 -04:00 |
|
dragongoose
|
7a76dd7712
|
Go sum and mod
|
2023-05-31 08:11:30 -04:00 |
|
dragongoose
|
010b92051f
|
Both client and server logic handled, now need to create message parser and send to the correct clients.
|
2023-05-31 08:11:10 -04:00 |
|
dragongoose
|
0ef2b61d6e
|
Implement websocket echo, get ready for IRC chat relay
|
2023-05-30 10:22:20 -04:00 |
|
dragongoose
|
fecf5f0488
|
Get ready for chat extraction and websocket server
|
2023-05-29 22:18:04 -04:00 |
|
dragongoose
|
f5c298d91d
|
CI Note
|
2023-05-29 18:20:08 -04:00 |
|
dragongoose
|
e1b88e76e7
|
CHange to bash
|
2023-05-29 18:16:48 -04:00 |
|
dragongoose
|
f951f0f642
|
Change go version
|
2023-05-29 18:12:18 -04:00 |
|
dragongoose
|
cd116207c7
|
Add CI
|
2023-05-29 18:05:25 -04:00 |
|
dragongoose
|
15e4de67ee
|
Fix integration errors
|
2023-05-29 16:02:10 -04:00 |
|
dragongoose
|
0628d99be2
|
Add integration testing
|
2023-05-28 16:44:45 -04:00 |
|
dragongoose
|
708b1ff883
|
Fix implementation
|
2023-05-28 16:44:31 -04:00 |
|
dragongoose
|
57290767b6
|
Add specific category endpoint and fix minor issues
|
2023-05-28 16:19:39 -04:00 |
|
dragongoose
|
57319cf544
|
Add comment
|
2023-05-26 10:20:03 -04:00 |
|
dragongoose
|
1fc11488e3
|
Add directory endpoint
|
2023-05-26 10:17:55 -04:00 |
|
dragongoose
|
75b9075564
|
Add root message
|
2023-05-25 21:04:15 -04:00 |
|
dragongoose
|
d6d820cdc1
|
Add image proxy
|
2023-05-22 18:11:58 -04:00 |
|
dragongoose
|
129d731a95
|
Add global message format
|
2023-05-22 18:11:42 -04:00 |
|