Aaron Weiss
c5d2cdb891
Config tests now use std::path.
2015-03-07 15:01:34 -05:00
Aaron Weiss
1425bc1327
Migrated to new std::path.
2015-03-07 12:15:22 -05:00
Aaron Weiss
8bc8b946f7
Migrated to new std::io.
2015-03-02 17:12:16 -05:00
Aaron Weiss
3274cf1107
Changed from split_str to split.
2015-02-26 21:52:42 -05:00
Aaron Weiss
758bcfa784
Added a private function to help reduce line-wrapping.
2015-02-24 17:34:25 -05:00
Aaron Weiss
cfe9d756a6
Cleaned up line-wrapping in Command::to_message.
2015-02-24 16:58:50 -05:00
Aaron Weiss
5f8b09cf57
Updated docs.
2015-02-24 10:55:08 -05:00
Aaron Weiss
e1ab26a4bd
Fixes #18 by expanding the CAP command.
2015-02-24 10:45:42 -05:00
Aaron Weiss
27839902ad
Converted Wrapper to ServerExt as per #19 . Fixes #5 , too.
2015-02-24 10:10:22 -05:00
Aaron Weiss
6fdea7302a
Improved docs on from_message_io.
2015-02-24 01:21:41 -05:00
Aaron Weiss
5a801df82f
Added ToMessage to Prelude.
2015-02-23 23:11:11 -05:00
Aaron Weiss
54aaec9c76
Merge pull request #17 from filipegoncalves/master
...
Implemented command iterator.
2015-02-23 23:07:02 -05:00
Aaron Weiss
fca193732d
Cleaned up line-wrapping in command.rs.
2015-02-23 23:06:35 -05:00
Filipe Gonçalves
04dccf5ce2
Added Command iterator. Added a test and a use case example.
2015-02-23 23:57:13 +00:00
Filipe Gonçalves
a43db2b5da
Refactored Command to own its data. Updated tests and examples.
2015-02-23 20:02:52 +00:00
Aaron Weiss
1828c16766
Added a client prelude.
2015-02-22 21:18:57 -05:00
Aaron Weiss
c997556501
Removed warning when no-default-features is used.
2015-02-22 12:12:18 -05:00
Aaron Weiss
6404bef80a
More clean-up, and warning fixes.
2015-02-21 10:31:46 -05:00
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
01379667f1
Updated for Rust master.
2015-02-19 15:30:09 -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
Filipe Gonçalves
62fa0fe524
Added config support to set umodes on connect.
2015-02-17 17:56:06 +00:00
Aaron Weiss
99f0789d35
Updated tests and examples for Rust master.
2015-02-13 10:58:40 -05:00
Aaron Weiss
2f79f180d8
Updated for Rust master.
2015-02-03 13:11:33 -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
147af6c437
std::io -> std::old_io
2015-01-28 12:19:02 -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
2a8170b3ba
Updated stability markers more.
2015-01-13 03:37:38 -05:00
Aaron Weiss
fb7853fbcd
Changed config.json to client_config.json.
2015-01-13 03:01:18 -05:00
Aaron Weiss
c9a767c8ff
Refactored library in preparation for server work.
2015-01-13 02:39:59 -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
e3365d235e
Updated for Rust master.
2015-01-08 12:51:40 -05:00
Aaron Weiss
dba24dc5cd
Removed old orphan check.
2015-01-06 18:37:54 -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
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