Commit graph

309 commits

Author SHA1 Message Date
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
Peter Atashian
b2a1f2a6b9 closure syntax
Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-01-06 05:33:40 -05:00
Aaron Weiss
39f0d597e8 Bumped version number to 0.7.5. 2015-01-04 14:23:08 -05:00
Aaron Weiss
01b2e218cd Fixed compilation for rust master. 2015-01-04 14:22:24 -05:00
Aaron Weiss
4e41d5a80d Fixed test compilation. 2015-01-04 01:24:08 -05:00
Aaron Weiss
95043cf62a Version number bumped to 0.7.4. 2015-01-04 01:18:44 -05:00
Aaron Weiss
2dc47006ce Fixed compilation for rust master. 2015-01-04 01:18:26 -05:00
Aaron Weiss
0257c6f3c0 Version number bump to 0.7.3. 2015-01-02 15:20:46 -05:00
Aaron Weiss
48788fee5f Added get_source_nickname() to Message. 2015-01-02 15:20:26 -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
dace078b1c Updated for mutex changes. 2015-01-01 20:40:58 -05:00
Aaron Weiss
3f5a72fd89 Fixed travis-ci build script. 2014-12-31 20:40:57 -05:00
Aaron Weiss
e78d3b6e2a Updated README.md. 2014-12-31 20:40:11 -05:00
Aaron Weiss
19bf0d63c7 Updated travis-ci build file. 2014-12-31 20:33:52 -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
dbd0e4b65b More clean-up around ToMessage, and removed debug messages from CTCP
implementation.
2014-12-31 20:26:44 -05:00
Aaron Weiss
a6146bc135 Clean up after #11, including unit tests. 2014-12-31 20:05:10 -05:00
Aaron Weiss
202748e7a9 Merge pull request #11 from SBSTP/tomessage
[API Improvement] Implement ToMessage for Command and Message and use ToMessage in Connection
2014-12-31 19:08:51 -05:00