Modify ↓
Opened at 2008-06-26T08:03:51Z
Closed at 2008-12-13T12:16:41Z
#428 closed enhancement (fixed)
Add a way to make the daemon mode stop listen()ing.
Reported by: | wilmer | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2.1 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
It'd be nice to have some way to stop listen()ing, but keep serving the currently connected users until they all disappear. Maybe using an operator command, or by a signal (SIGHUP? SIGUSR1?).
This way, a daemon mode server can be upgraded without forcing every user to disconnect.
Attachments (0)
Change History (2)
comment:1 Changed at 2008-06-29T09:37:33Z by
Milestone: | 1.2.x |
---|
comment:2 Changed at 2008-12-13T12:16:41Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Mostly fixed in changeset:devel,404. It'd be nicer to have some kind of RESTART command some day where the daemons stay in touch and operator commands still work. This is more complicated though.