rust-irc/examples
Christoph Herzog 2aff64b645 Refactor IrcClientFuture and ConnectionFuture to own the config
This commit refactors IrcClientFuture and ConnectionFuture to own
the config instead of holding a reference.

This is required for reconnecting in dynamic contexts.
This is not possible with the old API, because Config is a reference,
requiring the value to live for the whole execution of the reactor.
2018-10-04 02:52:53 +02:00
..
convertconf.rs Refactored the whole crate to use failure. 2018-01-28 00:52:11 +01:00
multiserver.rs Refactor IrcClientFuture and ConnectionFuture to own the config 2018-10-04 02:52:53 +02:00
reactor.rs Refactor IrcClientFuture and ConnectionFuture to own the config 2018-10-04 02:52:53 +02:00
reconnector.rs Refactor IrcClientFuture and ConnectionFuture to own the config 2018-10-04 02:52:53 +02:00
repeater.rs Added current nickname tracking (fixes #125). [BREAKING] 2018-05-05 15:12:29 +02:00
simple.rs Merged develop onto 0.14 (which was tricky, and this might have introduced bugs?). 2018-09-17 17:50:53 -04:00
simple_ssl.rs Merged develop onto 0.14 (which was tricky, and this might have introduced bugs?). 2018-09-17 17:50:53 -04:00
tooter.rs Refactor IrcClientFuture and ConnectionFuture to own the config 2018-10-04 02:52:53 +02:00
tweeter.rs Merged develop onto 0.14 (which was tricky, and this might have introduced bugs?). 2018-09-17 17:50:53 -04:00