Commit graph

53 commits

Author SHA1 Message Date
Aaron Weiss
b64766c9be
Added an explicit code of conduct.
I've been slacking on this for so long because "one relatively small
crate isn't a community" but this is a lame excuse (and these rules
would've been enforced anyway, had the need arisen).
2017-12-24 21:56:38 -05:00
Aaron Weiss
f6588cb980
Removed server module (refining project scope), and fixed up README. 2017-12-13 20:31:28 +01:00
Aaron Weiss
e3c93e72f2
Reordered docs and spacemacs badge because importance. 2017-10-16 18:33:52 +02:00
Quyzi
bde5c8919b Update README.md 2017-10-16 12:30:25 -04:00
Aaron Weiss
ed35872cc1
Changed README to not specify patch portion of version number. 2017-08-04 20:36:31 -04:00
Aaron Weiss
142a065fb7
Updated README to fix typos and describe new changes. 2017-08-04 20:31:45 -04:00
Aaron Weiss
a0f43cb80b
Added support for message throttling. 2017-06-28 23:07:02 -07:00
Aaron Weiss
b4893377a6
Updated examples because of new for_each_incoming return type. 2017-06-25 05:00:44 -04:00
Aaron Weiss
92ffbc7b28
Updated version number in README. 2017-06-22 19:37:35 -04:00
Aaron Weiss
639896cb02
Changed docs links to latest version of docs.rs. 2017-06-22 19:33:23 -04:00
Aaron Weiss
12eaccffdc
Changed docs link to docs.rs. 2017-06-22 19:31:33 -04:00
Aaron Weiss
92c2b1fe8e
Bumped version number to 0.12.0 and relicensed under MPL. 2017-06-22 19:21:38 -04:00
Aaron Weiss
da55f39a89
Updated README text based on recent changes. 2017-06-22 00:12:27 -04:00
Aaron Weiss
7576d1ca51
Added new config fields to full configuration in README. 2017-06-22 00:07:17 -04:00
Aaron Weiss
8c9a1aca2c
Added for_each_incoming helper to Server. 2017-06-21 22:07:53 -04:00
Aaron Weiss
f0e49d403f
Updated README to new async style. 2017-06-21 21:58:28 -04:00
Nicholas Bailey
9e3aab5209 Fixed a typo in the README. 2017-05-17 17:58:35 -04:00
Aaron Weiss
5f3b566821 Added some spacemacs shilling. 2017-04-01 19:35:16 -04:00
Dominik Miedziński
fcb0c1da64 Use CTCP VERSION and SOURCE replies from Config 2017-03-22 22:06:43 +01:00
ovibos
3252e51af4 Fix typo in README.md
Without a trailing comma for the `channels` member, the getting started example won't compile.
2017-01-08 15:52:54 -05:00
Aaron Weiss
1931f1391b
Added channel_keys to example config in README.md. 2016-07-05 16:22:31 -04:00
Aaron Weiss
7032a550c9
Updated README to offer an example using programmatic configuration, and
to explicitly mention runtime configuration loading (fixes #53).
2016-06-30 14:10:31 -04:00
Aaron Weiss
4ab3f72c84
Bumped version mentioned in README.md. 2016-04-23 20:36:38 -04:00
Aaron Weiss
d99d8d0a05
Fixed bug in readme (see #47). 2016-04-23 20:35:21 -04:00
Aaron Weiss
a8dc3c6502 Bumped version number to 0.10.0. 2016-02-12 11:23:18 -05:00
Aaron Weiss
5be0b8c5b5 Removed caret in version number since it's the default. 2016-02-10 16:53:15 -05:00
Aaron Weiss
597badda0c Updated README to recommend the latest version for dependencies. 2016-02-10 15:41:54 -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
3461dc0bc8 Added more information about specification compliance to README.md. 2015-06-07 18:45:59 -04:00
Aaron Weiss
8cf7471af2 Updated examples with ServerExt change. 2015-02-24 10:14:44 -05:00
Aaron Weiss
73f6685114 Updated examples to use prelude. 2015-02-22 21:22:33 -05:00
Aaron Weiss
e5fe45c9de Updated README.md. 2015-02-19 22:44:33 -05:00
Aaron Weiss
f364cdfeef Added crates.io version to README.md. 2015-02-14 16:47:49 -05:00
Aaron Weiss
b27f1cb03c Bumped version number to 0.8.1 with updated documentation links. 2015-01-13 03:39:38 -05:00
Aaron Weiss
6191e53350 Updated README.md. 2015-01-13 02:57:40 -05:00
Aaron Weiss
514048140c Updated CLA after name change. 2015-01-06 11:15:38 -05:00
Aaron Weiss
e78d3b6e2a Updated README.md. 2014-12-31 20:40:11 -05:00
Aaron Weiss
74ac11ad89 Updated README.md. 2014-12-23 13:33:57 -05:00
Aaron Weiss
e3ee8adfeb Updated docs links because Rust-CI docs is working again. 2014-12-19 11:40:12 -05:00
Aaron Weiss
d76dd610de Fixed compilation, and updated README. 2014-12-19 10:48:59 -05:00
Aaron Weiss
d2aa8df1b9 Updated for username change (aaronweiss74 -> aatxe) 2014-12-19 10:35:26 -05:00
Aaron Weiss
1fa18b7f6e Updated documentation links. This might change again back to Rust-CI if
that starts working again.
2014-12-09 00:42:04 -05:00
Aaron Weiss
6b294036f2 Simplified config tests and added rustdoc test for README.md. 2014-12-05 10:27:58 -05:00
Aaron Weiss
3fdd58e695 Updated README.md. 2014-12-02 12:26:50 -05:00
Aaron Weiss
77a324b0e5 Added note about read-write blocking due to an upstream issue. 2014-11-29 06:12:56 -05:00
Aaron Weiss
dc3b3134f3 Updated README.md. 2014-11-07 12:43:01 -05:00
Aaron Weiss
a8c6ba6a82 Added UNLICENSE and contributing guidelines. This library is now public domain. 2014-11-05 02:11:33 -05:00
Aaron Weiss
60cfc3dbcf Added link to docs to README.md. 2014-11-05 01:56:00 -05:00
Aaron Weiss
25c50b182b Updated README.md for redesign. 2014-11-03 03:17:34 -05:00
Aaron Weiss
16d8fc15ea Updated README.md with a link to an example. 2014-11-02 12:41:24 -05:00