Commit graph

527 commits

Author SHA1 Message Date
Aaron Weiss
76e7aea8e7 Cleaned up code, and more warning fixes. 2015-02-21 10:18:53 -05:00
Aaron Weiss
dd4635d39f Updated for Rust master. 2015-02-21 09:28:12 -05:00
Aaron Weiss
e5fe45c9de Updated README.md. 2015-02-19 22:44:33 -05:00
Aaron Weiss
01379667f1 Updated for Rust master. 2015-02-19 15:30:09 -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
f91912af7f Updated stabilization. 2015-02-17 14:28:38 -05:00
Aaron Weiss
6d6e8e1765 Eliminated usage of MemWriter in tests. 2015-02-17 13:32:19 -05:00
Aaron Weiss
ed1c047124 Added unit test for #14. 2015-02-17 13:28:53 -05:00
Aaron Weiss
9a4418762c Cleaned up line-wrapping after #14. 2015-02-17 13:27:16 -05:00
Aaron Weiss
d6d332b6aa Simplified existing test. 2015-02-17 13:26:45 -05:00
Aaron Weiss
a820310b9c Clean up after #14. Updated test config script. 2015-02-17 13:20:59 -05:00
Aaron Weiss
ced1b7fa9a Merge pull request #14 from filipegoncalves/master
Added config support to set umodes on connect.
2015-02-17 13:14:32 -05:00
Filipe Gonçalves
62fa0fe524 Added config support to set umodes on connect. 2015-02-17 17:56:06 +00:00
Aaron Weiss
f364cdfeef Added crates.io version to README.md. 2015-02-14 16:47:49 -05:00
Aaron Weiss
99f0789d35 Updated tests and examples for Rust master. 2015-02-13 10:58:40 -05:00
Aaron Weiss
c4ee930b11 Bumped version number to 0.8.5. 2015-02-03 13:15:40 -05:00
Aaron Weiss
2f79f180d8 Updated for Rust master. 2015-02-03 13:11:33 -05:00
Aaron Weiss
3a85ad2708 Bumped version number to 0.8.4. 2015-01-30 12:22:25 -05:00
Aaron Weiss
d63b1ab84e Added feature tags to eliminate warnings. 2015-01-30 12:22:08 -05:00
Aaron Weiss
7fe36d8fd4 Updated stabliziation. 2015-01-30 11:50:03 -05:00
Aaron Weiss
0f0bc55de6 Bumped version number to 0.8.3. 2015-01-28 12:19:16 -05:00
Aaron Weiss
147af6c437 std::io -> std::old_io 2015-01-28 12:19:02 -05:00
Aaron Weiss
c1cddc8087 Bumped version number to 0.8.2. 2015-01-24 16:19:11 -05:00
Aaron Weiss
95c466056f Fixed compilation on Rust master. 2015-01-24 16:18:32 -05:00
Aaron Weiss
da29644eb1 Updated code for line-wrapping. 2015-01-13 04:07:04 -05:00
Aaron Weiss
87fde7b212 list_users(...) now just returns None when nochanlists is enabled. 2015-01-13 03:59:04 -05:00
Aaron Weiss
8a4a7d3414 Added more stability markers. 2015-01-13 03:51:18 -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
2a8170b3ba Updated stability markers more. 2015-01-13 03:37:38 -05:00
Aaron Weiss
8083817ac5 Updated rust-ci docs token. 2015-01-13 03:13:32 -05:00
Aaron Weiss
562a7d096a Bumped version number to 0.8.0. 2015-01-13 03:01:42 -05:00
Aaron Weiss
fb7853fbcd Changed config.json to client_config.json. 2015-01-13 03:01:18 -05:00
Aaron Weiss
6191e53350 Updated README.md. 2015-01-13 02:57:40 -05:00
Aaron Weiss
c9a767c8ff Refactored library in preparation for server work. 2015-01-13 02:39:59 -05:00
Aaron Weiss
cd299622a4 Bumped version number to 0.7.12. 2015-01-11 00:51:57 -05:00
Aaron Weiss
e7f148fa90 Merge pull request #13 from whipsch/feature-nochanlists
Add nochanlists feature.
2015-01-11 00:50:50 -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
d0b54f8119 Updated for Rust master. 2015-01-09 17:38:46 -05:00
Aaron Weiss
4e661b47fa Bumped version number to 0.7.8. 2015-01-08 13:02:30 -05:00
Aaron Weiss
e3365d235e Updated for Rust master. 2015-01-08 12:51:40 -05:00
Aaron Weiss
72e5cb00b2 Updated version number to 0.7.7. 2015-01-06 18:38:06 -05:00
Aaron Weiss
dba24dc5cd Removed old orphan check. 2015-01-06 18:37:54 -05:00
Aaron Weiss
77d37044c5 Bumped version number to 0.7.6. 2015-01-06 15:43:36 -05:00
Aaron Weiss
9f543a1053 Merge pull request #12 from retep998/master
Updated for Rust master.
2015-01-06 15:42:35 -05:00
Aaron Weiss
514048140c Updated CLA after name change. 2015-01-06 11:15:38 -05:00