Commit graph

79 commits

Author SHA1 Message Date
famfo eb397cd87e Updated docs 2021-12-31 18:33:17 +01:00
famfo 262ba4bdb4 Removed unused tokio feature 2021-12-31 18:28:50 +01:00
famfo f33577d43b Make lib truely async again 2021-12-31 16:49:27 +01:00
famfo aed1eb2ed7 As a library we can't do anything with build options, removing again... 2021-12-31 01:47:46 +01:00
famfo 977fa2c735 Prevent segfaults on 64bit MUSL Linux 2021-12-31 01:42:53 +01:00
famfo a8c8510d32 Improve logging 2021-12-31 01:14:31 +01:00
famfo 3a3996f36a Changed to tokio-native-tls 2021-12-31 01:10:57 +01:00
famfo 05f27ad7b8 Added more logging 2021-12-31 00:11:09 +01:00
famfo 4bf7a85660 Bumped version 2021-12-30 16:01:19 +01:00
famfo e7ee41b9fd Optimized code 2021-12-30 16:00:10 +01:00
famfo be709999bd Removed Cargo.lock³ 2021-12-30 14:04:44 +01:00
famfo c5a783c57d Remvoed Cargo.lock from lib, updated examples again 2021-12-30 14:03:54 +01:00
famfo 9812b1eae4 Removed Cargo.lock from library 2021-12-30 14:02:30 +01:00
famfo ca573f8eeb updated examples 2021-12-30 14:01:16 +01:00
famfo 0e62b364d4 Remvoed unneded tokio features from Cargo.toml 2021-12-30 13:55:45 +01:00
famfo 6c590d50ad Return PING instead of PONG in command_from_str 2021-12-30 13:43:26 +01:00
famfo d9d6cd3056 Final readme fuckup fix 2021-12-28 15:38:22 +01:00
famfo 7ef261bc15 Bump version 2021-12-28 15:37:15 +01:00
famfo 4d8d87fc2c Update readme 2021-12-28 15:34:38 +01:00
famfo df466a44b3 Removed Cargo.lock from files in git 2021-12-28 15:24:36 +01:00
famfo 6a6aea97e9 fixed typo in Cargo.toml 2021-12-28 15:23:45 +01:00
famfo 807e56a570 Update Cargo.toml 2021-12-28 15:22:54 +01:00
famfo afb1891fb6 Fixed circe not joining with the correct mode, updated examples 2021-12-28 15:21:08 +01:00
famfo e5022403e4 Updated examples 2021-12-28 15:06:59 +01:00
famfo 1ede9a1b03 Update logging implementation 2021-12-28 14:35:00 +01:00
famfo d07b899811 Added runtime configuration option 2021-12-28 13:36:10 +01:00
famfo da4ed5b486 Better logging, improved example 2021-12-27 22:56:00 +01:00
famfo 23f2e54e56 Updated documentation 2021-12-27 19:45:53 +01:00
famfo a9dff4d5fc Async circe 2021-12-27 19:24:31 +01:00
Yash Karandikar 8dca0b4a7f Trim source buffer to how many bytes were read 2021-12-06 12:25:40 -06:00
Yash Karandikar b11a0f66d3 Bump version number 2021-12-06 11:46:36 -06:00
Yash Karandikar 0415684558 Add doc warning about the crate feature 2021-12-06 11:46:00 -06:00
Yash Karandikar 535718afba Split toml into a crate feature 2021-12-06 11:38:59 -06:00
Yash Karandikar fa468f3bcd Make library panic even without SSL 2021-12-06 11:19:07 -06:00
famfo 4134cf85ff Fixed clippy::pedantic warnigns 2021-12-06 11:15:02 -06:00
famfo 358bafc5db Inlined 'Cargo.lock' in '.gitignore' 2021-12-06 11:05:35 -06:00
Yash Karandikar 1ab8f57579 Bump version number 2021-11-16 15:20:10 -06:00
Yash Karandikar 75fc554525 Trim empty bytes from the pre-allocated buffer 2021-11-16 15:19:19 -06:00
Yash Karandikar e0472ea6f0 Don't panic if index is empty 2021-11-16 15:18:22 -06:00
famfo 9dbac49bc4
Added crate feature (for real this time) 2021-11-13 11:48:00 -06:00
famfo 8fc908a38e
Updated .gitignore 2021-11-13 11:47:42 -06:00
famfo d06e7650bf
Added crate feature, fixed docs, added examples and tests 2021-11-13 11:47:37 -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
Yash Karandikar f57e65d588 Remove patches from repo 2021-11-11 11:13:47 -06:00
famfo 9eaf050b6a Removed debug stuff 2021-11-11 11:07:06 -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