Aaron Weiss
|
c13c4294b6
|
Merge pull request #117 from pinkisemils/feature-no-panic-on-nick-conflict
An error for when there are no valid nicks.
|
2018-02-12 20:26:20 +01:00 |
|
Emīls Piņķis
|
a8cdf1ecfc
|
Add error type for when there are no valid nicks
|
2018-02-12 19:16:00 +00:00 |
|
Aaron Weiss
|
e847cda40a
|
IrcTransport::poll_complete now polls the ping timer (fixes #115).
|
2018-02-08 02:21:08 +01:00 |
|
Aaron Weiss
|
decfd0b9bc
|
Noted inaccuracies of the is_error function for Response.
|
2018-02-07 12:13:43 +01:00 |
|
Aaron Weiss
|
31f8c692b6
|
Added some more information to the response docs, and some extra common response codes.
|
2018-02-07 12:08:59 +01:00 |
|
Aaron Weiss
|
a9ce97b4a7
|
Merge branch 'stable' into develop
|
2018-01-30 03:48:53 +01:00 |
|
Aaron Weiss
|
b29147623b
|
Added some examples of software written with the irc crate to the README.
|
2018-01-30 03:41:36 +01:00 |
|
Aaron Weiss
|
8609815f99
|
Changed rustdoc --test to specify explicit libirc to use.
|
2018-01-30 03:21:47 +01:00 |
|
Aaron Weiss
|
dfae4b4f45
|
Added a cargo clean before the first cargo build (to ensure only one copy of irc
for doc tests).
|
2018-01-30 03:16:55 +01:00 |
|
Aaron Weiss
|
9f684161be
|
Added links to @aatxe and @retep998 GitHub profiles.
|
2018-01-30 03:12:19 +01:00 |
|
Aaron Weiss
|
e28b68abf6
|
Wrote up a new README and added it to the travis tests.
|
2018-01-30 03:10:05 +01:00 |
|
Aaron Weiss
|
7c53ab861e
|
Changed README to reflect a more concrete name.
|
2018-01-30 01:28:37 +01:00 |
|
Aaron Weiss
|
2b62d6f28d
|
Merge pull request #113 from aatxe/develop
Finalize 0.13.2 release.
|
2018-01-29 14:13:59 +01:00 |
|
Aaron Weiss
|
3c9690b2f7
|
Bumped version number to 0.13.2.
|
2018-01-29 14:06:00 +01:00 |
|
Aaron Weiss
|
4c26dfc3cd
|
Reverted a7ae091 because it caused a regression (resolves #112).
|
2018-01-29 14:04:41 +01:00 |
|
Aaron Weiss
|
ea2c05f9fc
|
Removed irc::client::server (which should've been done before, woops).
|
2018-01-29 14:01:44 +01:00 |
|
Aaron Weiss
|
bc8f7342dd
|
Added missing call to IrcReactor::run in the reactor docs.
|
2018-01-28 14:04:21 +01:00 |
|
Aaron Weiss
|
65cdfd1f80
|
Merge pull request #111 from aatxe/develop
Finalize 0.13.1 release
|
2018-01-28 05:01:32 +01:00 |
|
Aaron Weiss
|
03721935c3
|
Merge branch 'stable' into develop
|
2018-01-28 04:56:30 +01:00 |
|
Aaron Weiss
|
3348417c7a
|
Bumped version number to 0.13.1.
|
2018-01-28 04:55:06 +01:00 |
|
Aaron Weiss
|
5845c540ce
|
Fixed code in README after name changes.
|
2018-01-28 04:41:04 +01:00 |
|
Aaron Weiss
|
a1b271c167
|
Merge pull request #110 from aatxe/develop
Finalize 0.13 release.
|
2018-01-28 04:37:09 +01:00 |
|
Aaron Weiss
|
c694367b57
|
Bumped version number to 0.13.
|
2018-01-28 04:27:08 +01:00 |
|
Aaron Weiss
|
59f426ac8d
|
Cleaned up tests and documentation after the big renaming.
|
2018-01-28 03:19:05 +01:00 |
|
Aaron Weiss
|
87b84fdeb9
|
Changed naming scheme from server to client (resolves #46).
|
2018-01-28 02:16:50 +01:00 |
|
Aaron Weiss
|
9c574b00c0
|
Moved prelude module into its own file.
|
2018-01-28 02:02:45 +01:00 |
|
Aaron Weiss
|
af72e57c5f
|
Cleaned up a bunch of the examples.
|
2018-01-28 02:00:04 +01:00 |
|
Aaron Weiss
|
d6786936fa
|
Fixed the code that shouldn't have worked without AsciiExt.
|
2018-01-28 01:59:47 +01:00 |
|
Aaron Weiss
|
7a1d1d2af6
|
Added a reactor version of the simple example.
|
2018-01-28 01:50:39 +01:00 |
|
Aaron Weiss
|
e4d441695e
|
Merge branch 'use-failure' into develop
|
2018-01-28 01:16:38 +01:00 |
|
Aaron Weiss
|
afe3558880
|
Cleaned up a bunch of code with clippy.
|
2018-01-28 01:14:55 +01:00 |
|
Aaron Weiss
|
90276b63b0
|
Removed multiserver examples, and renamed nothreads to multiserver.
|
2018-01-28 01:03:49 +01:00 |
|
Aaron Weiss
|
5266e4098d
|
Refactored the whole crate to use failure.
|
2018-01-28 00:52:11 +01:00 |
|
Aaron Weiss
|
8782f66de4
|
Merge branch 'irc-reactor' into develop
|
2018-01-27 21:19:38 +01:00 |
|
Aaron Weiss
|
2c543e9674
|
Added README pointer to configuration fields in the docs.
|
2018-01-27 21:12:56 +01:00 |
|
Aaron Weiss
|
518303a013
|
Disabled JSON support by default.
|
2018-01-27 21:10:22 +01:00 |
|
Aaron Weiss
|
2d28a71c6c
|
Removed some trailing whitespace in reactor docs.
|
2018-01-27 20:59:41 +01:00 |
|
Aaron Weiss
|
6550bd0d96
|
Specified where to find our code of conduct in README.
|
2018-01-27 20:53:12 +01:00 |
|
Aaron Weiss
|
8349141b10
|
Clarified scope of code of conduct further.
|
2018-01-27 20:48:49 +01:00 |
|
Aaron Weiss
|
de6e5f331d
|
Added debug derivations for irc::client types (fixes #104).
|
2018-01-27 20:39:35 +01:00 |
|
Aaron Weiss
|
ce158fc612
|
Made unspecified server or nickname into errors instead of simply panics.
|
2018-01-27 20:26:56 +01:00 |
|
Aaron Weiss
|
67cca339a7
|
Eliminated a panic that can occur when using IrcServerFuture, and recommend using IrcReactor instead.
|
2018-01-27 19:50:48 +01:00 |
|
Aaron Weiss
|
fd4e5706eb
|
Added more documentation for IrcReactor, and made new_future internal-only.
|
2018-01-27 19:26:48 +01:00 |
|
Aaron Weiss
|
ff9eba2722
|
Made some of the reactor API more generic.
|
2018-01-27 15:35:44 +01:00 |
|
Aaron Weiss
|
982d1b5a0d
|
Added a function to access the tokio reactor handle in IrcReactor.
|
2018-01-27 15:18:15 +01:00 |
|
Aaron Weiss
|
e62d4a97aa
|
Added a first cut (without examples) of documentation for IrcReactor.
|
2018-01-24 14:51:41 +01:00 |
|
Aaron Weiss
|
495e419de0
|
Added some documentation to the reactor examples.
|
2018-01-24 12:28:07 +01:00 |
|
Aaron Weiss
|
fbe17978fc
|
Removed trailing whitespace in documentation.
|
2018-01-24 12:21:03 +01:00 |
|
Aaron Weiss
|
ab16c865bb
|
Added a function to spawn arbitrary futures on a reactor (i.e. opt-in "full" tokio support).
|
2018-01-24 12:13:33 +01:00 |
|
Aaron Weiss
|
233eab6969
|
Added an example that reconnects on error using IrcReactor.
|
2018-01-09 15:02:57 -05:00 |
|