Elara Elara6331
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-13 02:12:29 +00:00
a4a015a4cc Add login support for WebSocket API
a90e43691d Add WebSocket types
Compare 2 commits »
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-13 01:35:44 +00:00
54c27ff977 Add support for websocket api
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-13 00:08:45 +00:00
6074dcd419 Switch user operations to string type
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2022-12-11 21:53:31 +00:00
1f15559d08 Add more debug logs and fix bounds check
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2022-12-11 04:30:27 +00:00
dab067d99d Add instructions for building and running
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2022-12-11 04:16:12 +00:00
91f52c2d28 Clarify which regex engine is used
c8963c7972 Fix typo
Compare 2 commits »
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2022-12-11 04:13:53 +00:00
18fd83df53 Add README
e9760df28a Add GPLv3 license
Compare 2 commits »
Elara6331 created branch master in Elara6331/lemmy-reply-bot 2022-12-11 04:08:44 +00:00
Elara6331 pushed to master at Elara6331/lemmy-reply-bot 2022-12-11 04:08:44 +00:00
106e7f2ed3 Initial Commit
Elara6331 created repository Elara6331/lemmy-reply-bot 2022-12-11 04:06:01 +00:00
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 23:41:17 +00:00
7fc04591ba Check response status code more strictly
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 23:33:56 +00:00
519c58f847 Remove omitempty from json struct tags
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 23:19:27 +00:00
a9f1b2d3bd Remove unused dependency from go.mod
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 23:17:21 +00:00
ba705b25f7 Fix setAuth() when field is of type Optional[string]
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 22:56:24 +00:00
6ea2a3bf54 Fix Subscribed fields
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 20:42:30 +00:00
7c15588651 Add nil check to setAuth()
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 20:15:16 +00:00
9beccacda1 Remove List prefixes to match naming of other functions
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 20:10:36 +00:00
eaebd96419 Rename Q field to Query
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 20:07:33 +00:00
61030d84a1 Remove duplicate MarkCommentReplyAsRead
a9c51dba33 Add search endpoint
Compare 2 commits »
Elara6331 pushed to master at Elara6331/go-lemmy 2022-12-10 17:52:09 +00:00
c9db49c367 Add Go Reference badge to README