1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:22:52 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
2d299fffe0 Dub
- Removed `libsnooze` dependency
2023-10-01 17:31:58 +02:00
6119dd94c8 Dub
- Upgraded to `libsnooze` version `1.3.0-beta`
2023-06-29 18:35:28 +02:00
fd80dde802 Dub
- Updated homepage
2023-06-29 00:05:34 +02:00
2481ef88db Dub
- Upgraded `libsnooze` to version `1.2.0-beta`
2023-06-25 17:00:32 +02:00
7e44231295 - Updated dependency information 2023-06-21 11:15:43 +02:00
f6069ed254 Sender
- When `wait()` has an `InterruptedException` then go back to the loop again (retry the `wait()`)
- On `SnoozeError` (for now) we also do the same even though we should stop the loop

Receiver

- When `wait()` has an `InterruptedException` then go back to the loop again (retry the `wait()`)
- On `SnoozeError` (for now) we also do the same even though we should stop the loop

Dub

- Upgraded to `libsnooze` version `1.0.0-beta`
2023-06-12 17:52:42 +02:00
b54f0bacb9 - Upgraded to latest libsnooze version 0.3.3 2023-03-19 13:19:49 +02:00
25531aa0e3 Dub
- Added `homepage` key to package description
2023-03-18 11:30:31 +02:00
e3bce71df3 - Upgraded libsnooze to version 0.3.0 2023-03-10 19:01:24 +02:00
b33414fcf0 Dub
- Upgraded `dlog` to version `0.3.19`
2023-03-08 20:13:16 +02:00
b4f1654f77 Dub
- Updated copyright notice
- Updated author name
2023-03-08 18:25:25 +02:00
39cbcbace6 Dub
- Added `libsnooze` version `0.2.9` as a dependency
2023-03-08 17:29:21 +02:00
3d9724565d Upgraded to latest dlog version 2023-01-07 22:33:09 +02:00
b9b666ef6c Upgraded to new Eventy engine v0.4.0 2022-11-28 13:48:38 +02:00
6a394ad4e8 Upgraded event engine to 0.3.2 2022-11-26 18:23:06 +02:00
cbe41bff80 Eventy integration
- Fully integrated eventy
- PongEvent and IRCEvent along with respective GenericSignal and PingSignal handlers added
- Moved parsing of messages into Message class

Debugging

- Added dlog which always logs (for now, we should add a debug clause that enables it)
2022-11-01 13:41:39 +02:00
e4bb38c766 Implemented proof-of-concept eventy integration with a default event handler 2022-10-30 17:29:40 +02:00
c3ec3b7fe7 Updated tagline for dub package 2022-10-30 17:05:43 +02:00
e5f1c21dbc Set license to LGPL 3.0 2022-10-30 17:05:19 +02:00
230fa98cd0 Updated package manifest 2022-10-30 16:59:31 +02:00
6c98959492 Initial commit 2022-10-29 18:04:00 +02:00