Commit graph

916 commits

Author SHA1 Message Date
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
Aaron Weiss
86a5faaa1d Reconnection no longer requires mutability, Wrapper now has
send_quit(...).
2014-12-20 20:12:29 -05:00
Aaron Weiss
49c96e9ece Removed unnecessary constructors that set timeouts on construction. 2014-12-20 17:57:55 -05:00
Aaron Weiss
5d45515578 Added set_timeout to Connection. 2014-12-20 17:53:27 -05:00
Aaron Weiss
3173accaa8 Added set_keepalive to Connection and the ability to reconnect to a
server.
2014-12-20 17:36:48 -05:00
Aaron Weiss
70031aa8d8 ServerIterator now iterates over IoResults. 2014-12-20 16:50:54 -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
a52354f5a4 Updated Travis-CI build files. 2014-12-19 11:34:54 -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
5a77845691 Updated examples for removal of proc. 2014-12-16 03:22:05 -05:00
Aaron Weiss
76dc3a855f Updated OpenSSL dependency. 2014-12-16 02:16:35 -05:00
Aaron Weiss
0ec3f1f282 Updated to using #[deriving(Copy)]. 2014-12-14 19:21:14 -05:00
Aaron Weiss
f0bb1f71ba Updated version to 0.5.5. 2014-12-13 03:36:53 -05:00
Aaron Weiss
e070639ffe Updated for explicit Copy implementations. 2014-12-13 03:24:41 -05:00
Aaron Weiss
be42e98598 Updated dependencies and version to 0.5.4. 2014-12-12 15:17:41 -05:00
Aaron Weiss
eb091a0b58 Simplified tweeter example code. 2014-12-11 00:06:12 -05:00
Aaron Weiss
0cf8fd49af Updated version to 0.5.3. 2014-12-09 17:26:13 -05:00
Aaron Weiss
7464dc2f0f No longer tries to identify without a password, and added a test for
nickserv identification.
2014-12-09 17:25:22 -05:00
Aaron Weiss
3146d6a87f Fixed nickserv identification. 2014-12-09 17:15:53 -05:00
Aaron Weiss
f9cb41fff3 Moved nickserv registration to just before channel joining. 2014-12-09 17:11:02 -05:00
Aaron Weiss
398cda4af6 Implemented password support for nickservs as per #9. 2014-12-09 17:01:47 -05:00
Aaron Weiss
31281d2820 Added support for connecting to a password-protected server. 2014-12-09 16:17:05 -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
ccc293fc6f Updated rust-ci token. 2014-12-08 19:36:59 -05:00
Aaron Weiss
bdb04d693b Updated examples for if let addition, and a failure test with a message. 2014-12-08 15:00:10 -05:00