Commit graph

24 commits

Author SHA1 Message Date
Yash Karandikar 8dca0b4a7f Trim source buffer to how many bytes were read 2021-12-06 12:25:40 -06:00
Yash Karandikar 535718afba Split toml into a crate feature 2021-12-06 11:38:59 -06:00
famfo 4134cf85ff Fixed clippy::pedantic warnigns 2021-12-06 11:15:02 -06:00
Yash Karandikar 6ddf52915e
Switch to default feature tls 2021-11-11 20:12:57 -06:00
famfo 5d47cf680b
Added crate feature no-tls 2021-11-11 18:57:49 -06:00
Yash Karandikar bb3d7059b9 Expose the usser who sent the PRIVMSG 2021-11-11 11:32:32 -06:00
famfo 07b8f2b9ee Moved commands to seperate file, fixed ping issue, added authors, bumped version number 2021-11-11 11:07:01 -06:00
famfo 5a4af96377 Printing every command 2021-11-11 11:06:23 -06:00
Yash Karandikar 41f34e26fb Fix ownership issues (still not working yet) 2021-11-08 11:37:26 -06:00
famfo 92ee775225 Numerous new commands, documentation changews, started with ssl 2021-11-08 11:01:20 -06:00
Yash Karandikar 162d5a42d0 Use env instead of hardcoding version 2021-11-07 21:10:19 -06:00
famfo ef57dc3ba3 Added QUIT and PART 2021-11-07 20:12:00 -06:00
famfo 3058f92f8b
Made user configuration more convenient, changes to examples in the docs 2021-11-07 10:15:42 -06:00
Yash Karandikar 901e0e0baf
Parse PRIVMSGs 2021-11-04 13:37:32 -05:00
Yash Karandikar 87154e3385
Fix up docs 2021-11-04 12:06:52 -05:00
famfo 2c97dd7a70
Added basic documentation 2021-11-04 11:25:50 -05:00
Yash Karandikar 21a9b21f42
Add ability to create Config using TOML 2021-11-03 18:55:22 -05:00
Yash Karandikar 077dfe3cb0 Respond to PINGs in the identify loop 2021-11-03 13:42:25 -05:00
famfo c399d2569b Added JOIN to config 2021-11-03 13:27:51 -05:00
Yash Karandikar f1eb3c337c Actually respond to PINGs 2021-11-03 11:45:22 -05:00
famfo 213aa0c62f Ping-Pong 2021-11-03 11:23:07 -05:00
Yash Karandikar c23e0b7bdf Make writes actually work 2021-11-03 11:16:02 -05:00
Yash Karandikar 37f6c7885f
Start figuring out how to write to buffer 2021-11-01 17:29:30 -05:00
Yash Karandikar c665ae8efb
Create bin crate for testing 2021-10-31 11:14:39 -05:00