Commit graph

704 commits

Author SHA1 Message Date
Aaron Weiss
2cf0b26dca Cleaned up new comments on source_nickname. 2016-02-07 11:33:45 -05:00
Aaron Weiss
b0ecd397ad Merge pull request #41 from angelsl/robustness
User idents and hostnames actually can have dots
2016-02-07 11:29:21 -05:00
angelsl
022b4af86c Fix Message::source_nickname 2016-02-07 16:01:05 +08:00
angelsl
54cb41a616 User idents and hostnames actually can have dots 2016-02-07 16:00:35 +08:00
Aaron Weiss
20338f881f Renamed getter functions to not include get as is common practice. 2016-01-30 12:00:25 -05:00
Aaron Weiss
b6ce088693 Updated examples after Command redesign. 2016-01-30 05:00:16 -05:00
Aaron Weiss
2eb0e63d59 Performed the great Command redesign (fixes #16). 2016-01-30 04:56:32 -05:00
Aaron Weiss
81a807f0a1 Rewrote From<Message> implementation in preparation of Command/Message
redesign.
2016-01-29 15:39:22 -05:00
Aaron Weiss
667a3dade3 Added RAW command. 2016-01-29 13:15:38 -05:00
Aaron Weiss
aefd2108c5 Removed autoreconnect example because it now happens automatically. 2016-01-23 11:00:27 -05:00
Aaron Weiss
e7e83c3ab8 Added regression test for nochanlists. 2016-01-19 15:27:58 -05:00
Aaron Weiss
bf9bd3ecb8 Fixed bug in nochanlists from handle_message rewrite. 2016-01-19 15:23:09 -05:00
Aaron Weiss
5df4d26c07 Updated README.md with more information about the library and
configuration.
2016-01-18 01:32:15 -05:00
Aaron Weiss
81518bf244 Rewrote internal message handling in more modern Rust. 2016-01-18 00:18:28 -05:00
Aaron Weiss
8a2ce65e71 Added extract_writer function for use in unit tests. 2016-01-16 12:51:44 -05:00
Aaron Weiss
f597aaa9f3 Updated Cargo.toml. 2016-01-16 11:50:14 -05:00
Aaron Weiss
8113c47842 Fixed test execution. 2016-01-16 11:47:25 -05:00
Aaron Weiss
506fa3d78f Made time a required library dependency. 2016-01-16 11:18:11 -05:00
Aaron Weiss
f34a6ba5cf Fixed implementation of auto-reconnection by updating message sending to
use the write queue.
2016-01-16 11:15:10 -05:00
Aaron Weiss
3dc15449a8 Implemented ping-sending on inactivity. 2016-01-15 12:37:16 -05:00
Aaron Weiss
9ac625c091 Implemented internal auto-reconnection for servers. 2016-01-13 17:02:39 -05:00
Aaron Weiss
33004abc12 Fixed a bug with the drop behavior for IrcServer. 2016-01-03 08:32:45 -05:00
Aaron Weiss
6ece3e25fe Moved to using an internal sending channel for messages. 2016-01-03 07:51:10 -05:00
Aaron Weiss
ea0577bbaf Implemented Clone for IrcServer and updated multithreaded examples
accordingly.
2016-01-03 05:39:44 -05:00
Aaron Weiss
a6cd761e51 Moved Arc abstraction internally for IrcServer. 2016-01-03 05:35:00 -05:00
Aaron Weiss
8104894c28 Updated get_source_nickname behavior to match spec (fixes #40). 2015-11-26 13:11:02 -05:00
Aaron Weiss
7eebe9ad25 Bumped version number to 0.9.2. 2015-11-22 16:41:39 -05:00
Aaron Weiss
11a54445b7 Removed deprecated code. 2015-11-22 16:26:43 -05:00
Aaron Weiss
6e160f561f Fixed typo in value for ERR_KEYNOPERMISSION. 2015-11-04 12:17:23 -05:00
Aaron Weiss
db6e3edfe9 Bumped version number to 0.9.1. 2015-10-19 14:26:37 -04:00
Aaron Weiss
40479b4e37 Merge pull request #37 from retep998/bunny
Fix #36
2015-10-14 22:10:23 -04:00
Peter Atashian
ca7233fe1b Fix #36
Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-10-14 21:56:13 -04:00
Aaron Weiss
c372403ed5 Made iterator types well-formed to respond to RFC 1214 changes. 2015-10-09 13:21:11 -04:00
Aaron Weiss
b866785c89 Added a function to save a Config. 2015-09-16 12:21:58 -04:00
Aaron Weiss
4deda28a00 Merge pull request #35 from zetok/encode
Allow to encode Config
2015-09-16 12:16:47 -04:00
Zetok Zalbavar
ee2deea79c
Allow to encode Config 2015-09-13 13:49:15 +01:00
Aaron Weiss
c6d7dff8b9 Merge pull request #31 from edunham/patch-1
Document state of server module
2015-07-18 23:37:38 -04:00
E. Dunham
0194298aed Document state of server module 2015-07-18 20:34:49 -07:00
Aaron Weiss
ba58934ee9 Bumped version number to 0.9.0. 2015-07-16 15:47:25 -04:00
Aaron Weiss
f23160d493 Added utility functions to help with SASL. 2015-07-16 15:45:09 -04:00
Aaron Weiss
41428c499d Added support for SASL IRCv3 extension. 2015-07-16 15:45:09 -04:00
Aaron Weiss
2f7c7b116c Added support for IRCv3 batch extension. 2015-07-16 15:16:55 -04:00
Aaron Weiss
613b1c85ae Added support for metadata-notify. 2015-07-13 11:56:24 -04:00
Aaron Weiss
ad2d3911ca Switched to new travis infrastructure. 2015-07-12 19:48:30 -04:00
Aaron Weiss
c4ca0dbeed Replaced Response enum with a macro thanks to @sfackler. 2015-07-03 16:56:50 -04:00
Aaron Weiss
edc770e22e Implemented IRCv3 metadata (without metadata-notify). 2015-07-01 18:44:09 -04:00
Aaron Weiss
3afef46198 Fixed bug causing crashes on wide unicode characters (fixes #29). 2015-07-01 17:14:28 -04:00
Aaron Weiss
627921ba36 Merge pull request #28 from steveklabnik/patch-1
Remove unneeded crate attributes
2015-07-01 15:49:55 -04:00
Steve Klabnik
1d8c64ef37 Remove unneeded crate attributes
These are overridden by Cargo anyway.
2015-07-01 15:49:03 -04:00
Aaron Weiss
05186cf670 Removed trailing whitespace. 2015-06-22 12:03:57 -04:00