Aaron Weiss
71610a8a8e
Merge pull request #247 from kpcyrd/chrono-cve-2020-26235
...
Reconfigure chrono to remove CVE-2020-26235/RUSTSEC-2020-0159
2023-03-02 13:26:02 -05:00
kpcyrd
a4d789a74c
Reconfigure chrono to remove CVE-2020-26235
2023-03-02 11:54:50 +01:00
Aaron Weiss
78216d601c
Merge pull request #243 from seam345/develop
...
remove reference to for_each_incoming
2022-08-15 13:09:32 -07:00
sean borg
1e2a03d327
remove reference to for_each_incoming
2022-08-12 19:59:33 +01:00
Aaron Weiss
925651cd02
Merge pull request #236 from simnalamburt/dangerously-accept-invalid-certs
...
New option: dangerously_accept_invalid_certs
2022-02-25 17:20:22 -05:00
Daniel Lublin
bcc6479d22
New option: dangerously_accept_invalid_certs
...
This patch adds an option to dangerously ignore all ceritificate
verifications. This option must be used with extreme caution and should
only be used as a last resort.
Closes #209 , #230
Co-authored-by: Hyeon Kim <simnalamburt@gmail.com>
2021-11-15 05:52:15 +09:00
Aaron Weiss
f254b10fca
Merge pull request #233 from yancyribbens/fix/link-rot
...
Update broken link location to rfc 2812
2021-08-04 12:32:01 -04:00
yancy
b87b1f37e8
Update broken link location to rfc 2812
2021-07-29 14:47:39 +02:00
Aaron Weiss
f76c845979
Merge pull request #232 from maugier/fix/develop/colon_in_suffix
...
Fix stringification of command suffixes with a leading colon
2021-05-04 18:18:41 -04:00
Maxime Augier
1e6824a1a5
Fix incorrect stringification of suffix with leading colon
2021-05-04 19:37:03 +02:00
Maxime Augier
b64a71e2fa
Add tests for messages with a leading colon in the suffix
2021-05-04 19:35:36 +02:00
Aaron Weiss
0179b46c5d
Merge pull request #231 from freddyb/fix-ping-timeout-docs
...
Fix docstring and README example for ping timeout default
2021-04-30 21:59:54 -04:00
Frederik B
8605fcb421
Fix docstring and README example for ping timeout default
2021-04-11 21:03:07 +02:00
Aaron Weiss
ceb2ea27d1
bumped irc-proto dependency to 0.15.0
2021-01-24 14:21:08 -05:00
Aaron Weiss
02a113cca9
bump irc-proto version to 0.15.0 (whoops)
2021-01-24 14:19:50 -05:00
Aaron Weiss
3f4cbddafd
bump version to 0.15.0
2021-01-22 11:07:44 -05:00
Aaron Weiss
6e985a0a14
Merge pull request #228 from Johann150/missing-certificates
...
better errors for missing certificates
2021-01-19 14:40:54 -05:00
Johann150
b9d07ed9fb
better error for missing certificate files
...
made config::path pub(crate) to avoid code duplication
but not pub so it is not part of the public API
2021-01-14 18:07:28 +01:00
Johann150
1733c22b86
add ConfigError variant for missing files
...
This should be used when the config contains a path but that file cannot be read.
2021-01-14 18:04:03 +01:00
Aaron Weiss
ed8c163ff9
Merge pull request #225 from r3v2d0g/futures-util-alloc
...
Enable 'futures-util/alloc' feature
2021-01-05 04:07:44 -05:00
Aaron Weiss
23c924b7cc
Merge branch 'develop' into futures-util-alloc
2021-01-03 14:11:40 -05:00
Aaron Weiss
0872bf5823
Merge pull request #226 from udoprog/tokio1
...
Upgrade to Tokio 1.0
2021-01-03 14:11:13 -05:00
John-John Tedro
def1442e5e
Upgrade to Tokio 1.0
2020-12-29 09:59:39 +01:00
Matthieu Le brazidec (r3v2d0g)
c846630e0d
Enable 'futures-util/alloc' feature
2020-12-21 18:13:05 +01:00
Aaron Weiss
73dbbedc75
Merge pull request #223 from martinetd/mode
...
irc-proto: allow empty mode
2020-12-06 15:25:19 -05:00
Dominique Martinet
010c167a9a
irc-proto: allow empty mode
...
irc clients can query what modes a channel has by sending an empty mode
command
2020-12-04 02:52:06 +01:00
Aaron Weiss
d77696b389
Merge pull request #220 from udoprog/develop
...
Bump to Tokio 0.3.0 and clean up a few dependencies
2020-12-03 19:07:00 -05:00
John-John Tedro
370fb1c088
Bump and re-use a few unused deps
2020-12-02 08:04:39 +01:00
John-John Tedro
9437f7264a
Switch to tokio channels since they can now be suitably used
2020-12-02 08:02:25 +01:00
John-John Tedro
43c8b1cb63
Bump to Tokio 0.3.0
2020-12-02 08:02:25 +01:00
John-John Tedro
56e584fe76
Run rustfmt
2020-12-02 08:02:19 +01:00
Aaron Weiss
d6bb6704eb
Merge pull request #222 from Freaky/ping-wait
...
Disable Pinger until after MOTD
2020-11-17 02:02:02 -05:00
Thomas Hurst
4c27a9513d
Disable Pinger until after MOTD
...
Some servers ignore PING commands until after login, so clients would
otherwise always time out, as mentioned in #207 , #214 , and #218 .
With this change I am able to reliably connect to ircu servers.
2020-11-17 05:04:37 +00:00
Aaron Weiss
7377247c05
bumped version to 0.14.1
2020-08-06 16:13:29 -04:00
Aaron Weiss
eec391338c
Merge pull request #215 from DoumanAsh/bump_deps
...
Bump tokio-rustls, tokio-socks, webpki-roots, parking_lot
2020-08-06 12:31:07 -04:00
Douman
aad14af17f
Bump tokio-rustls, tokio-socks, webpki-roots, parking_lot
2020-08-06 14:01:46 +02:00
Aaron Weiss
5968edd355
migrate all the examples and tests to freenode
2020-07-23 13:41:01 -04:00
Aaron Weiss
9e21dcf3c2
update contact email to hey.com address
2020-07-23 13:41:01 -04:00
Aaron Weiss
e9d18b7f48
increased default ping timeout to 20 seconds
2020-07-23 13:41:01 -04:00
Aaron Weiss
7ac4585871
ping_time is once again used to define the ping intervals
2020-07-23 13:41:01 -04:00
Aaron Weiss
99591ffeb0
Merge pull request #208 from tirz/feature-ctcp_multi_lines
...
feat: add multi lines support for CTCP
2020-05-14 10:56:08 -04:00
Théo Gaillard
4d0acf91a1
feat: add multi lines support for CTCP
2020-05-13 07:33:21 +08:00
Aaron Weiss
0f675e7c27
irc must specify version of irc-proto
2020-05-07 16:33:33 -04:00
Aaron Weiss
f531577935
Bumped version to 0.14.0 (for both irc and irc-proto).
2020-05-07 16:31:41 -04:00
Aaron Weiss
1be87517dd
Merge pull request #203 from tirz/feature-ssl_backends
...
feature: add rustls support
2020-05-07 16:26:55 -04:00
Aaron Weiss
9e9d020b47
Temporarily disable the tls-rust test.
...
This is blocked by some ops work on the pdgn.co servers that I don't have time for, and it's better to get this into a release sooner.
2020-05-07 16:05:14 -04:00
Théo Gaillard
67e61e0606
feature: add TLS as feature and support multiples TLS backends (currently native-tls and rustls)
2020-03-31 09:48:57 +08:00
Aaron Weiss
751c56e85b
Merge pull request #201 from tirz/feature-proxy
...
feature: Proxy Support
2020-03-06 20:10:56 -05:00
Aaron Weiss
aa329c019a
Merge branch 'develop' into feature-proxy
2020-03-06 19:56:36 -05:00
Aaron Weiss
e79fe76a2e
Merge pull request #202 from tirz/dependencies-update_tokio_util
...
Upgrade tokio-util from 0.2 to 0.3
2020-03-06 19:54:15 -05:00