Aaron Weiss
|
7c6843052f
|
Removed unnecessary explicit lifetimes from IrcServer.
|
2014-11-13 21:18:23 -05:00 |
|
Aaron Weiss
|
dd6b6eebd3
|
Completed channel user list tracking.
|
2014-11-12 00:51:40 -05:00 |
|
Aaron Weiss
|
4e40fd8218
|
Started working on user tracking, but it's currently very broken.
|
2014-11-11 01:24:01 -05:00 |
|
Aaron Weiss
|
95234df31f
|
Refactored library to be Stream-based, added a wrapper to create streams out of Buffers and Writers, and completed SSL support.
|
2014-11-08 23:07:57 -05:00 |
|
Aaron Weiss
|
a903dd9571
|
Added SSL support, but it's broken because of the duplicate SslStream creations.
|
2014-11-08 17:35:19 -05:00 |
|
Aaron Weiss
|
09f426cad5
|
Added unit tests for wrapper functionality.
|
2014-11-07 12:36:51 -05:00 |
|
Aaron Weiss
|
2b7129c74a
|
Rustdoc comments now end consistently in periods.
|
2014-11-06 15:23:02 -05:00 |
|
Aaron Weiss
|
f229f4ebaf
|
IrcServer::from_connection(...) no longer returns an IoResult.
|
2014-11-06 15:07:02 -05:00 |
|
Aaron Weiss
|
544ea11ab7
|
Added more unit tests for server.
|
2014-11-06 15:05:00 -05:00 |
|
Aaron Weiss
|
14f8f09374
|
Added iterator unit test and fixed a bug where parsing messages without suffixes caused them to incorrectly include a new line in their last argument.
|
2014-11-06 14:29:14 -05:00 |
|
Aaron Weiss
|
503f14ea5a
|
Added more functionality to Wrapper.
|
2014-11-04 14:26:24 -05:00 |
|
Aaron Weiss
|
6db71ded01
|
Provided access to internal connections where needed, and added multi-line support to send_privmsg(...).
|
2014-11-03 14:12:23 -05:00 |
|
Aaron Weiss
|
25532d145e
|
Removed lifetime requirements from send_samode.
|
2014-11-03 13:51:21 -05:00 |
|
Aaron Weiss
|
039049ab32
|
Added documentation for Wrapper and utility functions.
|
2014-11-03 04:19:12 -05:00 |
|
Aaron Weiss
|
b3e0e2ea08
|
Refactored utilities into a Server Wrapper that provides added functionality.
|
2014-11-03 04:15:03 -05:00 |
|
Aaron Weiss
|
f0e3db4ce6
|
Added additional utilities.
|
2014-11-03 03:47:08 -05:00 |
|
Aaron Weiss
|
c7a0d4b83d
|
Implemented join on connection.
|
2014-11-03 03:11:14 -05:00 |
|
Aaron Weiss
|
cd52c5b6a4
|
Messages now properly end with new-lines.
|
2014-11-03 03:02:35 -05:00 |
|
Aaron Weiss
|
16f29f179a
|
Added basic message handling, and fixed a bug in message parsing.
|
2014-11-03 02:54:40 -05:00 |
|
Aaron Weiss
|
c20038951e
|
Added simple example, and changed how IrcServer creation works.
|
2014-11-03 02:11:51 -05:00 |
|
Aaron Weiss
|
42b4dcbf03
|
Added identify(...) utility, and clarified intent in some places using match.
|
2014-11-03 02:02:29 -05:00 |
|
Aaron Weiss
|
fbcc3021a8
|
Added server utils module to hold shortcuts and the like.
|
2014-11-03 00:55:56 -05:00 |
|