jesopo
9dbb04431a
Don't send an empty CTCP SOURCE response
2019-05-18 22:51:55 +01:00
Aaron Weiss
67fcfb4e86
Merge pull request #175 from udoprog/send-static
...
Mark Future in PackedIrcClient as Send + 'static
2019-03-17 10:25:18 -04:00
John-John Tedro
f02362c782
Mark Future in PackedIrcClient as Send + 'static
2019-03-17 11:52:48 +01:00
Aaron Weiss
48b5adf33b
Merge pull request #173 from dgriffen/dev/dgriffen/non-sequential-handler
...
spawn handler futures on the reactor
2019-01-14 10:16:43 -05:00
Daniel Griffen
971a386ca0
spawn handler futures on the reactor
2019-01-09 20:18:38 -08:00
Aaron Weiss
885e96a495
Merge pull request #171 from Blajda/handle_single_soh
...
Handle the case of a single SOH in PRIVMSG
2019-01-04 13:21:49 -05:00
David Blajda
199f591e78
Handle the case of a single SOH in PRIVMSG
2019-01-03 19:33:17 +00:00
Aaron Weiss
e3decd470d
Merge pull request #161 from FauxFaux/parse-user
...
parse traditional USER form
2018-10-21 13:36:00 -04:00
Chris West (Faux)
99fe1256e1
parse traditional USER form
...
Fixes : #160
2018-10-21 12:25:08 +01:00
Aaron Weiss
d75ca3b072
Merge pull request #159 from Bassetts/ci-bot
...
Add test bot for CI
2018-10-13 20:30:04 -04:00
Jason Liquorish
cdf874c23e
Re-format ci bot message
2018-10-12 23:11:02 +01:00
Jason Liquorish
f1d7d71471
Add test bot for CI
2018-10-09 19:06:16 +01:00
Aaron Weiss
df17992f6d
Removed protocol keyword (preventing publish).
2018-10-03 12:54:13 -04:00
Aaron Weiss
0f6f72d4c7
Merge pull request #154 from aatxe/develop
...
Finalize 0.13.6.
2018-10-03 12:53:14 -04:00
Aaron Weiss
f932f60934
Merge branch 'stable' into develop
2018-10-03 11:37:11 -04:00
Aaron Weiss
cf9a93127a
Bumped version number to 0.13.6.
2018-10-03 11:34:37 -04:00
Aaron Weiss
6c9d7243a7
Merge pull request #153 from nuxeh/edcragg/add-url-bot-rs-link
...
Add a link to url-bot-rs
2018-10-03 11:34:28 -04:00
nuxeh
16a59a96f8
Add a link to url-bot-rs
...
Add a link to url-bot-rs, a project making use of this crate, to the readme.
2018-10-03 16:11:03 +01:00
Aaron Weiss
34592c3368
Merge pull request #148 from Jokler/openssl-upgrade
...
Upgrade native-tls and tokio-tls to 0.2
2018-09-17 01:52:15 -04:00
Jokler
0be5cb26c8
Upgrade native-tls and tokio-tls to 0.2
2018-09-17 02:11:25 +02:00
Aaron Weiss
c8aed29e80
Merge pull request #145 from Kroisse/fix/develop/strip_formatting
...
Make stripping color codes efficiently
2018-09-07 11:00:06 -04:00
Eunchong Yu
8d07c117bb
Polish the parser
2018-09-01 06:51:25 +09:00
Eunchong Yu
c311d37902
Use macro
2018-09-01 06:51:25 +09:00
Eunchong Yu
e7fe08f29d
Make is_formatted simple
2018-09-01 06:51:24 +09:00
Eunchong Yu
b108c833bb
Reduce allocation more
...
String::strip_formatting will do most of operations in place.
2018-09-01 06:51:24 +09:00
Eunchong Yu
4feafc681a
Reduce memcpy case in strip_formatting
...
This makes the return type of FormattedStringExt::strip_formatting
more meaningful.
Drawbacks:
In theory, it breaks backward compatbility due to the shape of
FormattedStringExt trait was changed. But I expected it's not the
problem for the most case because it's rare to implement that trait
while using this library.
2018-09-01 06:51:24 +09:00
Eunchong Yu
c7c65ef671
Fix infinite recursive calls
...
It reverts #137 .
2018-09-01 06:51:24 +09:00
Aaron Weiss
45deaa0978
Merge pull request #146 from Kroisse/fix/develop/deprecations
...
Fix deprecated codes
2018-08-27 19:27:08 -04:00
Eunchong Yu
8ffac6bef0
Replace deprecated tokio_io::codec to tokio_codec
2018-08-19 09:18:50 +09:00
Eunchong Yu
1cf7744156
Clarify to prevent unintended recursions
2018-08-19 08:54:22 +09:00
Eunchong Yu
12003c880c
Remove deprecated AsciiExt
2018-08-19 08:50:38 +09:00
Eunchong Yu
6f2820d7f6
Upgrade log to 0.4
2018-08-19 08:45:15 +09:00
Aaron Weiss
abbf1eafcb
Added notes for PRIVMSG and NOTICE about responses (re: #144 ).
2018-08-16 12:18:05 -04:00
Aaron Weiss
1abed4c552
Removed some langauge that I don't like (simple, easy).
2018-08-08 20:13:50 -04:00
Aaron Weiss
b5b035faa7
Switched all the examples to use #rust-spam on irc.mozilla.org.
2018-07-10 04:15:08 +02:00
Aaron Weiss
3aba7250b0
Moved Travis CI bot to pdgn.co.
2018-07-10 03:36:18 +02:00
Aaron Weiss
791edb2bd7
Added a small optimization (suggested in tokio guide) to LineCodec
.
2018-06-05 20:04:06 +02:00
Aaron Weiss
d4283f6071
Rewrapped comments in tooter.rs.
2018-05-27 23:24:37 +02:00
Aaron Weiss
a23f3417f1
Added the tooter example, an async version of tweeter.
2018-05-27 23:17:31 +02:00
Aaron Weiss
88b7b5f18b
Merge pull request #137 from freddyb/patch-1
...
Remove unnecessary [..]
2018-05-16 23:01:15 +02:00
Frederik B
acc6d7f0f0
Remove unnecessary [..]
...
Replaces (&self[..]).strip_formatting() with (&self).strip_formatting() in `impl FormattedStringExt for String`
2018-05-16 11:15:43 +02:00
Aaron Weiss
a8a48bf4a1
Changed reference to my account in contributing docs to an actual link.
2018-05-02 14:21:45 +02:00
Aaron Weiss
6569f079c7
Added a section to the contributing docs about mentoring.
2018-05-02 14:20:37 +02:00
Aaron Weiss
88233f8e2d
Removed spacemacs shilling from README.
...
I still love you, spacemacs, but the header is too long on crates.io
2018-04-22 01:20:58 +02:00
Aaron Weiss
61e1f16c21
Added the is-it-maintained badges to Cargo.toml.
2018-04-22 01:16:32 +02:00
Aaron Weiss
af16961037
Merge pull request #134 from freddyb/color-problems
...
parse 2nd color digit only if within (0..16)
2018-04-22 01:14:30 +02:00
Frederik B
5833403ffd
parse 2nd color digit only if within (0..16)
2018-04-21 20:12:21 +02:00
Aaron Weiss
4fe5862632
Merge pull request #133 from freddyb/add-formattedstring
...
add support for formatted strings (fixes #130 )
2018-04-15 22:41:59 +02:00
Frederik B
30dd756588
add tests for formatted strings ( #130 )
2018-04-15 22:33:56 +02:00
Frederik B
654b759c02
add support for formatted strings ( fixes #130 )
2018-04-14 23:15:00 +02:00