This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
rust-irc
Watch
6
Star
0
Fork
You've already forked rust-irc
0
Code
Issues
1
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
c13c4294b6
rust-irc
/
src
/
client
History
Emīls Piņķis
a8cdf1ecfc
Add error type for when there are no valid nicks
2018-02-12 19:16:00 +00:00
..
data
Refactored the whole crate to use failure.
2018-01-28 00:52:11 +01:00
conn.rs
Merge branch 'use-failure' into develop
2018-01-28 01:16:38 +01:00
ext.rs
Cleaned up tests and documentation after the big renaming.
2018-01-28 03:19:05 +01:00
mod.rs
Add error type for when there are no valid nicks
2018-02-12 19:16:00 +00:00
prelude.rs
Cleaned up tests and documentation after the big renaming.
2018-01-28 03:19:05 +01:00
reactor.rs
Added missing call to
IrcReactor::run
in the reactor docs.
2018-01-28 14:04:21 +01:00
transport.rs
IrcTransport::poll_complete now polls the ping timer (
fixes
#115
).
2018-02-08 02:21:08 +01:00