Commit Graph

370 Commits

Author SHA1 Message Date
dalbodeule 8244dbebfa debug DiscordGuildCache
- avoid ratelimit.
2024-08-14 17:07:04 +09:00
JinU Choi 8aab3aa15b Merge pull request #66 from dalbodeule/develop
Develop
2024-08-14 17:00:03 +09:00
dalbodeule c1553fd47a add DiscordGuildCache
- GET /discord endpoint, return guild information.
- GET /discord/{uid} to return null(404)
2024-08-14 16:56:25 +09:00
dalbodeule 167278e5cf add DiscordGuildCache
- add DiscordGuildCache
- GET /discord endpoint, return guild information.
2024-08-14 10:44:15 +09:00
JinU Choi 88c84c4610 Merge pull request #65 from dalbodeule/develop
debug some errors.
2024-08-14 05:59:00 +09:00
dalbodeule 07af664b0d debug some errors.
- ChzzkHandler.runStreamInfo debugs with startThread functions.
2024-08-14 05:57:30 +09:00
JinU Choi 1d5b726a89 Merge pull request #64 from dalbodeule/develop
debug some errors.
2024-08-14 05:52:38 +09:00
dalbodeule 4f093291f4 debug some errors.
- ChzzkHandler.runStreamInfo debugs with startThread functions.
2024-08-14 05:50:58 +09:00
JinU Choi b4d1f59df1 Merge pull request #63 from dalbodeule/develop
debug some errors.
2024-08-14 05:46:57 +09:00
dalbodeule b643ed83e7 debug some errors.
- ChzzkHandler.runStreamInfo debugs with startThread functions.
2024-08-14 05:45:15 +09:00
JinU Choi 35074d0aac Merge pull request #62 from dalbodeule/develop
debug some errors.
2024-08-13 20:28:57 +09:00
dalbodeule b6a68fe35a debug some errors.
- ChzzkHandler.runStreamInfo debugs with startThread functions.
2024-08-13 20:25:49 +09:00
JinU Choi d8c27b3238 Merge pull request #61 from dalbodeule/develop
debug some errors.
2024-08-13 19:23:21 +09:00
dalbodeule 910886f8b5 debug some errors.
- ChzzkHandler.runStreamInfo debugs with startThread functions.
2024-08-13 19:20:16 +09:00
JinU Choi 4c15aac295 Merge pull request #60 from dalbodeule/develop
debug some errors.
2024-08-13 07:18:05 +09:00
dalbodeule f994972fac debug some errors.
- wsSongListRoutes to isNotEmpty(), access list[0]
- ChzzkHandler.runStreamInfo debugs with startThread functions.
2024-08-13 07:07:40 +09:00
dalbodeule 355b56a6cf debug discord login (16x)
- remove unless println
- DONE
2024-08-11 17:09:02 +09:00
dalbodeule 27ee9b811c debug discord login (15x)
- session add owned server.
2024-08-11 17:07:42 +09:00
dalbodeule c49ba73ec4 debug discord login (14x)
- DiscordGuildLIstAPI fix
2024-08-11 17:03:40 +09:00
dalbodeule c05521d23f debug discord login (13x)
- DiscordGuildLIstAPI fix
2024-08-11 17:00:24 +09:00
dalbodeule f407310348 debug discord login (12x)
- DiscordGuildLIstAPI fix
2024-08-11 16:55:38 +09:00
dalbodeule 15b40bbc54 debug discord login (11x)
- getUserGuilds fix (2x)
2024-08-11 16:52:35 +09:00
dalbodeule 18ad1c8b83 debug discord login (10x)
- getUserGuilds fix
2024-08-11 16:48:43 +09:00
dalbodeule 7d74fb87c5 debug discord login (9x)
- add identify scopes
2024-08-11 16:44:00 +09:00
dalbodeule e68794ce33 debug discord login (8x) 2024-08-11 16:39:35 +09:00
dalbodeule 6ccbb4f3f7 debug discord login (7x) 2024-08-11 16:34:50 +09:00
dalbodeule a1e44c3bb1 debug discord login (6x) 2024-08-11 16:28:26 +09:00
dalbodeule 25b835456e debug discord login (5x) 2024-08-11 16:02:51 +09:00
dalbodeule 299ecd2943 debug discord login (4x) 2024-08-11 16:00:03 +09:00
dalbodeule dc7e05781f debug discord login (3x) 2024-08-11 15:56:47 +09:00
dalbodeule b38080111c debug discord login (2x) 2024-08-11 15:52:36 +09:00
dalbodeule eab30ff5c3 debug discord login 2024-08-11 15:48:01 +09:00
JinU Choi 977ca3e69f Merge pull request #59 from dalbodeule/develop
add discord login
2024-08-11 15:42:26 +09:00
dalbodeule 9c047d3d87 add discord login
- add discord login logics
- add discord api classes, functions.
- add current user's discord guilds. (if session has discordGuilds, return it else return null lists)
2024-08-11 15:39:38 +09:00
JinU Choi 2293596459 Merge pull request #58 from dalbodeule/develop
fix somes.
2024-08-10 21:54:19 +09:00
dalbodeule dd628738f7 fix somes.
- command renamed "!노래추가" to "!신청곡", and its debugged.
- command "!노래시작" to user.discordId is null, send announce to chzzk chat.
- songlist function isDisabled value added.
2024-08-10 21:50:58 +09:00
JinU Choi 7e417b5d12 Merge pull request #57 from dalbodeule/develop
fix HookCommand, fix documentation
2024-08-10 18:06:24 +09:00
dalbodeule ac7f9b3ad0 fix HookCommand, fix documentation
- fix HookCommand (.queue() typo)
- fix hook command.
2024-08-10 18:04:02 +09:00
JinU Choi 953e451597 Merge pull request #56 from dalbodeule/develop
fix ApiDiscordRoutes.kt
2024-08-10 17:36:46 +09:00
dalbodeule 0acccce720 fix ApiDiscordRoutes.kt
- add @Serializable annotation of DTO class
2024-08-10 17:35:18 +09:00
JinU Choi 42ac32b303 Merge pull request #55 from dalbodeule/develop
debug session (2x)
2024-08-10 17:30:59 +09:00
dalbodeule a26586c6b4 debug session (2x)
- MariadbSessionStorage not found error fix.
2024-08-10 17:29:40 +09:00
JinU Choi eab0107115 Merge pull request #54 from dalbodeule/develop
debug session
2024-08-10 17:27:18 +09:00
dalbodeule a01827b055 debug session
- MariadbSessionStorage not found error fix.
2024-08-10 17:25:52 +09:00
JinU Choi 6f9fe9ee21 Merge pull request #53 from dalbodeule/develop
debug discordHook logics, session fix.
2024-08-10 17:19:35 +09:00
dalbodeule 2335a09391 debug discordHook logics, session fix.
- DiscordHook normal respond is not defined
- add MariadbSessionStorage
2024-08-10 17:16:36 +09:00
JinU Choi ba028a01a5 Merge pull request #52 from dalbodeule/develop
add and debug discord hook logics
2024-08-10 16:57:42 +09:00
dalbodeule e951ccee56 debug discordHook logics 2024-08-10 16:55:48 +09:00
dalbodeule 2d0e83efc2 add discord hook logics
- add ApiDiscordRoutes.kt
- modify HookCommand from RegisterCommand.kt
2024-08-10 16:54:32 +09:00
dalbodeule 6d7a6beb10 debug Chzzk-Streaminfo.
- add re-run code.
2024-08-10 13:15:16 +09:00