Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v0.030002
  - Documentation improvements

  - Minor disconnect-related bugfixes

  - Test expansion
  • Loading branch information
avenj committed Jul 17, 2015
1 parent e9dae69 commit aabc93e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
# Changes for POEx::IRC::Backend

0.030002 2015-07-17

- Documentation improvements

- Minor disconnect-related bugfixes

- Test expansion

0.030001 2015-07-02

- Fix Connector SSL (broken in 0.28.1)
Expand Down
10 changes: 5 additions & 5 deletions README.mkdn
Expand Up @@ -337,19 +337,19 @@ These events are dispatched to the controller session; see ["register"](#registe

Dispatched when a connection wheel has had a compression filter added.

`$_[ARG0]` is the connection's
[POEx::IRC::Backend::Connect](https://metacpan.org/pod/POEx::IRC::Backend::Connect)
`$_[ARG0]` is the connection's [POEx::IRC::Backend::Connect](https://metacpan.org/pod/POEx::IRC::Backend::Connect).

### ircsock\_connection\_idle

Dispatched when a connection wheel has had no input for longer than
specified idle time (see ["create\_listener"](#create_listener) regarding idle times).

Currently these events are only issued for incoming Connects accepted on a
Listener, not outgoing Connects created by a Connector.
Listener, not outgoing Connects created by a Connector; if you need to do
ping/pong-style heartbeating on an outgoing Connector-spawned socket, you will
need to run your own timer.

`$_[ARG0]` is the connection's
[POEx::IRC::Backend::Connect](https://metacpan.org/pod/POEx::IRC::Backend::Connect)
`$_[ARG0]` is the connection's [POEx::IRC::Backend::Connect](https://metacpan.org/pod/POEx::IRC::Backend::Connect).

See also: ["ping\_pending" in POEx::IRC::Backend::Connect](https://metacpan.org/pod/POEx::IRC::Backend::Connect#ping_pending)

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -2,7 +2,7 @@ name = POEx-IRC-Backend
author = Jon Portnoy <avenj@cobaltirc.org>
license = Perl_5
copyright_holder = Jon Portnoy <avenj@cobaltirc.org>
version = 0.030001
version = 0.030002

[@Basic]

Expand Down

0 comments on commit aabc93e

Please sign in to comment.