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
Aaron Weiss
33991dc9a1
Version number bumped to 0.3.1 for making encoding a feature.
2014-11-30 03:41:26 -05:00
Aaron Weiss
b4cda39134
Made encoding into a feature as encode.
2014-11-30 03:30:10 -05:00
Aaron Weiss
098f9dbbff
Added support for non-unicode encodings.
2014-11-30 01:29:38 -05:00
Aaron Weiss
2d72192f3a
Updated version number to 0.2.1.
2014-11-29 05:49:41 -05:00
Aaron Weiss
ebab05a6b8
Added the ability to set timeouts for live connections.
2014-11-29 04:52:50 -05:00
Aaron Weiss
b199480025
Updated reference in Wrapper for RFC 248.
2014-11-29 02:58:05 -05:00
Aaron Weiss
ca3d52201d
The nickname of Users is now accessible.
2014-11-28 16:47:29 -05:00
Aaron Weiss
3701b6e569
Updated openssl dependency.
2014-11-24 12:35:54 -05:00
Aaron Weiss
bc927056cc
Backtracked to 0.1.0 (1.0 will be with Rust 1.0).
2014-11-21 15:06:07 -05:00
Aaron Weiss
c84a7813a1
Updated Cargo.toml for crates.io, but the crate name is being squatted.
2014-11-21 15:01:41 -05:00
Aaron Weiss
a903dd9571
Added SSL support, but it's broken because of the duplicate SslStream creations.
2014-11-08 17:35:19 -05:00
Aaron Weiss
a79a1fc033
Added more details to Cargo.toml.
2014-11-08 14:14:23 -05:00
Aaron Weiss
b2006d044d
Laid out basic structure of rewritten library.
2014-11-02 16:25:57 -05:00
Aaron Weiss
91aa5bcc6f
Refactored for iterators.
2014-11-02 16:16:58 -05:00