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
|
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
|
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
|
8113c47842
|
Fixed test execution.
|
2016-01-16 11:47:25 -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
|
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 |
|
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 |
|
Zetok Zalbavar
|
ee2deea79c
|
Allow to encode Config
|
2015-09-13 13:49:15 +01: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
|
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
|
05186cf670
|
Removed trailing whitespace.
|
2015-06-22 12:03:57 -04:00 |
|
Aaron Weiss
|
a5306f8391
|
Added custom capability for requesting additional extensions.
|
2015-06-20 22:25:18 -04:00 |
|
Aaron Weiss
|
b4f0727794
|
Fixed test compilation.
|
2015-06-16 16:09:10 -04:00 |
|
Aaron Weiss
|
f2e8f37877
|
Added a Message-consuming Into<Result<Command>> for ergonomics.
|
2015-06-16 16:05:28 -04:00 |
|
Aaron Weiss
|
83c38931bf
|
Added Sized bounds on Self to make Server and ServerExt object-safe.
|
2015-06-16 16:04:37 -04:00 |
|
Aaron Weiss
|
595e75f1e0
|
Added unit tests for new username/hostname parsing.
|
2015-06-05 22:25:49 -04:00 |
|
Aaron Weiss
|
a03e09264e
|
Added username and hostname parsing to User to better support
userhost-in-name extension.
|
2015-06-05 22:19:37 -04:00 |
|
Aaron Weiss
|
f3a2417f6a
|
Simplified config loading API with AsRef<Path>.
|
2015-06-05 21:37:21 -04:00 |
|
Aaron Weiss
|
81b3e58d52
|
Replaced Command::from_message with a From<&Message> implementation.
|
2015-06-05 21:27:15 -04:00 |
|
Aaron Weiss
|
f46f877605
|
Added support for userhost-in-names capability.
|
2015-06-05 21:05:39 -04:00 |
|
Aaron Weiss
|
279a690de6
|
Added support for server-time capability.
|
2015-06-05 20:56:46 -04:00 |
|
Aaron Weiss
|
489c6c1a2d
|
Added support for invite-notify capability.
|
2015-06-05 20:54:44 -04:00 |
|
Aaron Weiss
|
288b4cf70e
|
Added support for echo-message extension.
|
2015-06-05 20:45:23 -04:00 |
|
Aaron Weiss
|
e6593f4335
|
Implemented support for chghost extension.
|
2015-06-05 20:42:48 -04:00 |
|
Aaron Weiss
|
d773dafb22
|
Added support for cap-notify extension.
|
2015-06-05 20:36:22 -04:00 |
|
Aaron Weiss
|
5d6fd1031d
|
Added account-tag to capabilities request API.
|
2015-06-04 15:23:48 -04:00 |
|
Aaron Weiss
|
6a7786b92a
|
Added monitor to capability request API.
|
2015-06-04 15:21:21 -04:00 |
|
Aaron Weiss
|
c9b22f08ff
|
Added response codes for monitor extension.
|
2015-06-04 15:19:54 -04:00 |
|
Aaron Weiss
|
e9066e3cba
|
Added MONITOR command for IRCv3.2 monitor extension.
|
2015-06-04 15:14:28 -04:00 |
|
Aaron Weiss
|
7d39a12142
|
Added parsing support for IRCv3.2 message tags.
|
2015-06-04 12:35:43 -04:00 |
|
Aaron Weiss
|
e1abb935b1
|
Added CAP LS with negotiation version API for IRCv3.2.
|
2015-05-22 23:55:20 -04:00 |
|
Aaron Weiss
|
3805c7c914
|
Added support for IRCv3.1 extended-join.
|
2015-05-21 22:55:49 -04:00 |
|