Sebastian Mark smark
  • Galactic Sector ZZ9 Plural Z Alpha
  • Joined on 2017-07-04
smark closed issue pomodoro/GoTomato#8 2024-10-30 10:30:22 +00:00
Only accept positive integers for PomodoroConfig
smark pushed tag v0.0.6 to pomodoro/GoTomato 2024-10-30 10:30:09 +00:00
smark commented on issue pomodoro/ChronoTomato#10 2024-10-30 10:04:17 +00:00
Add comments to code and models

closed by 3d633e6

smark closed issue pomodoro/ChronoTomato#10 2024-10-30 10:04:17 +00:00
Add comments to code and models
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 10:03:52 +00:00
3d633e6309 doc: add and improve comments
smark commented on issue pomodoro/GoTomato#7 2024-10-30 09:26:50 +00:00
Use Channels instead of shared.Message object

Das ist ein unlösbares Problem. Wir akzeptieren, dass wir eine globale Variable haben und es (aktuell) keine bessere Implementierung gibt.

Um das etwas zu verschönern, wurde shared.Message

smark closed issue pomodoro/GoTomato#7 2024-10-30 09:26:50 +00:00
Use Channels instead of shared.Message object
smark pushed to main at pomodoro/GoTomato 2024-10-30 09:20:48 +00:00
f4fd37c551 feat: update logging for client connect and disconnect
0ee955189c feat: update client management to use local address as identifier
Compare 2 commits »
smark pushed to main at pomodoro/GoTomato 2024-10-30 09:19:49 +00:00
f8a047abdf feat: update logging for client connect and disconnect
89751ee7ea feat: update client management
ebb58a4489 feat: rename Client model to WebsocketClient
Compare 3 commits »
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 08:52:47 +00:00
6187122b81 feat: refactor client methods
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 08:33:09 +00:00
480f1c0cdd feat: improve config file handling
smark pushed to main at pomodoro/ChronoTomato 2024-10-30 08:03:44 +00:00
b06fac60d5 fix: rename model PomodoroClient to GoTomatoClient
b374ee8aff feat: add Password field to PomodoroClient struct
0ca90b50a5 feat: refactor client handling and introduce websocket client type
b943c9d6eb feat: refactor connection handling to use models.Client
Compare 4 commits »
smark released v0.0.5 at pomodoro/GoTomato 2024-10-30 07:12:33 +00:00
smark pushed tag v0.0.5 to pomodoro/GoTomato 2024-10-30 07:12:10 +00:00
smark pushed to main at pomodoro/GoTomato 2024-10-30 07:12:07 +00:00
2d2ea6ff78 feat: bump version to v0.0.5
smark pushed to main at pomodoro/GoTomato 2024-10-30 07:11:28 +00:00
bdfd5c3b84 feat: remove unused client mutex
94b6786c7c feat: implement asynchronous timer start
Compare 2 commits »
smark closed issue pomodoro/GoTomato#11 2024-10-30 07:11:14 +00:00
Is client.Mutex still needed?
smark commented on issue pomodoro/GoTomato#11 2024-10-30 07:11:12 +00:00
Is client.Mutex still needed?

closed by bdfd5c3

smark closed issue pomodoro/GoTomato#9 2024-10-30 06:48:45 +00:00
Make timer.Start() a goroutine
smark commented on issue pomodoro/GoTomato#9 2024-10-30 06:48:42 +00:00
Make timer.Start() a goroutine

closed by 94b6786