Commit graph

344 commits

Author SHA1 Message Date
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
Simon Bernier St-Pierre
ed84a41e57 Implement ToMessage for Command and Message and use ToMessage in Connection. 2014-12-31 18:39:00 -05:00
Aaron Weiss
8573491ed4 Version number bump to 0.7.0. 2014-12-23 13:34:12 -05:00
Aaron Weiss
74ac11ad89 Updated README.md. 2014-12-23 13:33:57 -05:00
Aaron Weiss
5a59945ffc Updated travis build file and added doc notes about CTCP requiring CTCP
feature.
2014-12-23 13:32:35 -05:00
Aaron Weiss
b9357ee671 Fixed CTCP tests. 2014-12-23 13:31:10 -05:00
Aaron Weiss
b3e3b8becd Updated examples with removal of deprecated code. 2014-12-23 13:00:07 -05:00
Aaron Weiss
4fdf801fb3 Updated away from deprecated code in library. 2014-12-23 12:53:30 -05:00
Aaron Weiss
b44ff8b196 Fixed build. 2014-12-23 12:15:41 -05:00
Aaron Weiss
06cd54f39e Added CTCP response tests. 2014-12-22 17:24:56 -05:00
Aaron Weiss
fdfe03d1b2 Added colons to fix tests. 2014-12-22 17:15:35 -05:00
Aaron Weiss
ddda80d00e Added tests for sending CTCP requests. 2014-12-22 17:11:54 -05:00
Aaron Weiss
2cd160a72f Added commands to send CTCP requests as per #7. 2014-12-22 16:43:37 -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
855fb1f219 Added example of autoreconnection. 2014-12-20 20:13:16 -05:00