Commit graph

165 commits

Author SHA1 Message Date
Aaron Weiss
de26b75204
Bumped version number to 0.12.8. 2018-01-07 18:54:06 -05:00
Aaron Weiss
2a1ff81249
Bumped version number to 0.12.7. 2018-01-01 22:27:12 -05:00
Aaron Weiss
8463114aec
Bumped version to 0.12.6 with updated package description. 2017-12-13 20:46:27 +01:00
Aaron Weiss
7625c364a6
Added logging support via the log crate. 2017-12-12 14:02:45 +01:00
Aaron Weiss
77e28b84ba
Bumped version to 0.12.5. 2017-10-02 16:24:29 +02:00
Aaron Weiss
4a5e9a9f01
Bumped version to 0.12.4 and added toml support by default. 2017-08-04 20:32:13 -04:00
Aaron Weiss
4a6248e76c
Added Travis CI badge to Cargo.toml. 2017-07-25 18:22:38 -04:00
Aaron Weiss
c749146d5c
Added support for toml and yaml configurations. 2017-06-29 00:31:27 -07:00
Aaron Weiss
c7587e7f77
Bumped version number to 0.12.3. 2017-06-28 23:13:49 -07:00
Aaron Weiss
ccefda229b
Switched from time to chrono. 2017-06-28 22:24:23 -07:00
Aaron Weiss
4d3f4c556a
Implemented ping sending inside of the transport. 2017-06-28 17:48:00 -07:00
Aaron Weiss
49e02f5a67
Bumped version to 0.12.2. 2017-06-27 14:26:53 -07:00
Aaron Weiss
c6028b2e0e
Added categories to Cargo.toml. 2017-06-26 17:10:39 -07:00
Aaron Weiss
3a80cc5759
Bumped version to 0.12.1. 2017-06-24 22:18:47 -04:00
Aaron Weiss
9ad30e41a2
Changed author email to my preferred email. 2017-06-23 13:45:11 -04:00
Aaron Weiss
5a0f54612d
Clean up formatting on Cargo.toml 2017-06-22 19:38:08 -04:00
Aaron Weiss
639896cb02
Changed docs links to latest version of docs.rs. 2017-06-22 19:33:23 -04:00
Aaron Weiss
bb9be2db0a
Removed documentation link. (also included in 0.12.0 release) 2017-06-22 19:24:23 -04:00
Aaron Weiss
92c2b1fe8e
Bumped version number to 0.12.0 and relicensed under MPL. 2017-06-22 19:21:38 -04:00
Aaron Weiss
86e224b8aa
Fixed unit tests for async changes. 2017-06-21 21:50:38 -04:00
Aaron Weiss
2087e83e79
Removed tokio-service dependency, added tokio-mockstream. 2017-06-21 19:07:59 -04:00
Aaron Weiss
cc1aa5717e
Migrated to using error_chain. 2017-06-20 14:54:06 -04:00
Aaron Weiss
cf3ee671ed
Merge branch 'master' into async 2017-06-19 14:33:02 -04:00
Manish Goregaokar
02f9968b0c
Update OpenSSL to 0.9. 2017-06-19 14:11:57 -04:00
Torbjörn Lönnemark
e33248f043 Replace rustc-serialize with serde
rustc-serialize is deprecated.

Fixes #84.
2017-06-14 22:20:31 +02:00
Aaron Weiss
9a2222d802
Updated Tokio protocol code. 2017-05-26 14:09:09 +02:00
Aaron Weiss
d03d61dcec
Bumped version to 0.11.8. 2017-05-25 17:28:00 +02:00
Aaron Weiss
4d8507cfdb
Bumped version to 0.11.7. 2017-05-02 19:52:03 -04:00
Aaron Weiss
342a11aba4
Added dependency on futures. 2017-01-15 18:10:35 -05:00
Aaron Weiss
abf981c4ad
Added dependency for native-tls. 2017-01-15 18:08:03 -05:00
Aaron Weiss
db140baf9e
Added dependence on tokio-tls. 2017-01-15 17:50:56 -05:00
Aaron Weiss
a6303d4858
Removed dependence on tokio-proto. 2017-01-15 17:02:37 -05:00
Aaron Weiss
1fd5668def
Removed optional encoding feature, forcing encoding always. Temporarily
purged SSL support.
2017-01-15 13:31:50 -05:00
Aaron Weiss
b8f0d697a5
Bumped version number to 0.11.6 (after pulling). 2016-12-18 16:28:02 -05:00
Aaron Weiss
cd52dd74da
Bumped version number to 0.11.5. 2016-12-18 16:25:30 -05:00
Aaron Weiss
4f01c21b96
Bumped version number to 0.11.4. 2016-08-09 02:49:56 -04:00
Aaron Weiss
7c733b5665
Bumped version number to 0.11.3. 2016-04-11 23:01:03 -04:00
Aaron Weiss
8838417d6f
Bumped version to 0.11.2. 2016-04-11 22:59:42 -04:00
Aaron Weiss
79afdeb134 Bumped version to 0.11.1. 2016-04-02 13:53:09 -04:00
Aaron Weiss
eb91bd376f Bumped version to 0.11.0. 2016-03-17 21:46:21 -04:00
Aaron Weiss
90d9f0568a Bumped version number to 0.10.1. 2016-02-21 12:39:59 -05:00
Aaron Weiss
a8dc3c6502 Bumped version number to 0.10.0. 2016-02-12 11:23:18 -05:00
Aaron Weiss
f597aaa9f3 Updated Cargo.toml. 2016-01-16 11:50:14 -05:00
Aaron Weiss
506fa3d78f Made time a required library dependency. 2016-01-16 11:18:11 -05:00
Aaron Weiss
7eebe9ad25 Bumped version number to 0.9.2. 2015-11-22 16:41:39 -05:00
Aaron Weiss
db6e3edfe9 Bumped version number to 0.9.1. 2015-10-19 14:26:37 -04:00
Aaron Weiss
ba58934ee9 Bumped version number to 0.9.0. 2015-07-16 15:47:25 -04:00
Aaron Weiss
f4b6e222d9 Bumped version number to 0.8.14. 2015-04-24 02:10:15 -04:00
Aaron Weiss
98d604d54f Bumped version to 0.8.13. 2015-04-05 00:52:26 -04:00
Aaron Weiss
b68f7fc726 Bumped version number to 0.8.12. 2015-04-03 00:56:55 -04:00
Aaron Weiss
4e11811fe5 Bumped version number to 0.8.11. 2015-03-29 13:26:40 -04:00
Aaron Weiss
de3b6bbd67 Bumped version to 0.8.10. 2015-03-26 22:15:01 -04:00
Aaron Weiss
c9b9988768 Bumped version number to 0.8.9. 2015-03-23 13:32:13 -04:00
Aaron Weiss
92503082bd Bumped version number to 0.8.8. 2015-03-06 11:28:50 -05:00
Aaron Weiss
beebe30969 Bumped version number to 0.8.7. 2015-02-19 10:59:37 -05:00
Aaron Weiss
a4d12214ef Changed from Unlicense to CC0 for public domain dedication. 2015-02-19 10:59:20 -05:00
Aaron Weiss
414d284e8a Bumped version to 0.8.6. 2015-02-17 14:29:10 -05:00
Aaron Weiss
c4ee930b11 Bumped version number to 0.8.5. 2015-02-03 13:15:40 -05:00
Aaron Weiss
3a85ad2708 Bumped version number to 0.8.4. 2015-01-30 12:22:25 -05:00
Aaron Weiss
0f0bc55de6 Bumped version number to 0.8.3. 2015-01-28 12:19:16 -05:00
Aaron Weiss
c1cddc8087 Bumped version number to 0.8.2. 2015-01-24 16:19:11 -05:00
Aaron Weiss
b27f1cb03c Bumped version number to 0.8.1 with updated documentation links. 2015-01-13 03:39:38 -05:00
Aaron Weiss
562a7d096a Bumped version number to 0.8.0. 2015-01-13 03:01:42 -05:00
Aaron Weiss
cd299622a4 Bumped version number to 0.7.12. 2015-01-11 00:51:57 -05:00
Will Hipschman
32900f8d49 Add nochanlists feature.
This feature will disable user tracking including joins, parts, and modes.  This is useful for bots on severely crowded channels (tens of thousands of users) that have no need for maintaining a list of users.
2015-01-10 21:14:08 -08:00
Aaron Weiss
ef2dc880e2 Fixed compilation with no default features and bumped version to 0.7.11. 2015-01-09 19:24:02 -05:00
Aaron Weiss
3cc79c7d31 Fixed small bug and bumped version to 0.7.10. 2015-01-09 19:15:49 -05:00
Aaron Weiss
768c6f556f Updated to 0.7.9 and re-evaluated library stabilization. 2015-01-09 18:36:22 -05:00
Aaron Weiss
4e661b47fa Bumped version number to 0.7.8. 2015-01-08 13:02:30 -05:00
Aaron Weiss
72e5cb00b2 Updated version number to 0.7.7. 2015-01-06 18:38:06 -05:00
Aaron Weiss
77d37044c5 Bumped version number to 0.7.6. 2015-01-06 15:43:36 -05:00
Aaron Weiss
39f0d597e8 Bumped version number to 0.7.5. 2015-01-04 14:23:08 -05:00
Aaron Weiss
95043cf62a Version number bumped to 0.7.4. 2015-01-04 01:18:44 -05:00
Aaron Weiss
0257c6f3c0 Version number bump to 0.7.3. 2015-01-02 15:20:46 -05:00
Aaron Weiss
327be754d5 Updated dependencies. 2015-01-01 20:51:20 -05:00
Aaron Weiss
4eb345e232 Version number bump to 0.7.2. 2015-01-01 20:41:10 -05:00
Aaron Weiss
7bef8b0a0c Bumped version number to 0.7.1, added default features. 2014-12-31 20:32:09 -05:00
Aaron Weiss
8573491ed4 Version number bump to 0.7.0. 2014-12-23 13:34:12 -05:00
Aaron Weiss
4fdf801fb3 Updated away from deprecated code in library. 2014-12-23 12:53:30 -05:00
Aaron Weiss
1b51c69a23 Added CTCP feature with automatic responses to a set of CTCP commands
as per #7.
2014-12-22 16:35:56 -05:00
Aaron Weiss
0967ece14a Version number bump to 0.6.0 (small breaking changes). 2014-12-20 20:13:29 -05:00
Aaron Weiss
fb743f148b Updated encoding dependency. 2014-12-19 12:52:34 -05:00
Aaron Weiss
e3ee8adfeb Updated docs links because Rust-CI docs is working again. 2014-12-19 11:40:12 -05:00
Aaron Weiss
1570751438 Bumped version number to 0.5.8. 2014-12-19 11:31:09 -05:00
Aaron Weiss
d76dd610de Fixed compilation, and updated README. 2014-12-19 10:48:59 -05:00
Aaron Weiss
d2aa8df1b9 Updated for username change (aaronweiss74 -> aatxe) 2014-12-19 10:35:26 -05:00
Aaron Weiss
467559b478 Changed behavior when using encoding to not fail on improperly encoded
text.
2014-12-17 01:31:24 -05:00
Aaron Weiss
76dc3a855f Updated OpenSSL dependency. 2014-12-16 02:16:35 -05:00
Aaron Weiss
f0bb1f71ba Updated version to 0.5.5. 2014-12-13 03:36:53 -05:00
Aaron Weiss
be42e98598 Updated dependencies and version to 0.5.4. 2014-12-12 15:17:41 -05:00
Aaron Weiss
0cf8fd49af Updated version to 0.5.3. 2014-12-09 17:26:13 -05:00
Aaron Weiss
1fa18b7f6e Updated documentation links. This might change again back to Rust-CI if
that starts working again.
2014-12-09 00:42:04 -05:00
Aaron Weiss
5ec5ec29eb Updated for language changes. 2014-12-08 03:34:13 -05:00
Aaron Weiss
a222989cb4 Implemented #4 as a list of alternate nicknames. 2014-12-06 18:49:07 -05:00
Aaron Weiss
3387f5d587 Updated configuration to be a lot more fluid, and easier to work with. 2014-12-04 21:04:22 -05:00
Aaron Weiss
3b5bf55d0c Updated for language changes. 2014-12-04 12:57:07 -05:00
Aaron Weiss
4cd500d892 Updated encoding library for language changes. 2014-12-04 12:54:25 -05:00
Aaron Weiss
b05994e65c Fixed typo in SSL implementation that went unnoticed. 2014-12-01 18:34:39 -05:00
Aaron Weiss
40d8f09528 Separated reading and writing once more, thanks to changes in
rust-openssl.
2014-12-01 18:17:03 -05:00
Aaron Weiss
5d72f0b41a Updated to 0.3.2. 2014-12-01 16:14:16 -05:00