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

155 Commits

Author SHA1 Message Date
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
ce8dbd7f5e - Implemented Message type to hold messages
- Create IRCEvent type
- Print out information for handling of IRCEvent in the signal handler registered with Eventy
- Finished initial message parser (splits into `from`, `command` and `params`)
2022-10-31 19:24:10 +02:00
e4bb38c766 Implemented proof-of-concept eventy integration with a default event handler 2022-10-30 17:29:40 +02:00
6f20ef09fa Added initial working code 2022-10-30 16:59:50 +02:00
6c98959492 Initial commit 2022-10-29 18:04:00 +02:00