Opened at 2005-12-11T22:57:26Z
Closed at 2014-12-06T23:59:10Z
#50 closed enhancement (wontfix)
Patch to register SIGUSR1 for reconnecting all
Reported by: | yath | Owned by: | |
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | BitlBee | Version: | 1.0 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description (last modified by )
Moin,
I wrote a patch against bitlbee 1.0 which extends bitlbee by a signal handler for SIGUSR1. When bitlbee (with this patch :)) receives this signal, it reconnects all active connections on all connected clients. This is useful for, e.g., placing a "killall -USR1 bitlbee" in /etc/ppp/ip-up or similiar, as bitlbee's oscar module only notices connection loss after some time.
Attachments (1)
Change History (4)
Changed at 2005-12-11T23:02:16Z by
comment:1 Changed at 2005-12-11T23:12:05Z by
Description: | modified (diff) |
---|
comment:2 Changed at 2005-12-11T23:15:33Z by
comment:3 Changed at 2014-12-06T23:59:10Z by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Revision 1069 attempts to minimize the amount of stuff done in signal handlers to avoid deadlocks. For that exact reason, what this patch does is completely unacceptable.
Also, well, see previous comment - we have /rehash now.
See #38, I want to combine this one with that enhancement instead of using Unix signals.