mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Moved rewritten server redirection code from core to irc. This new code
should be able to do the redirecting a lot more error-proof. Changed lag-checking to use PINGs instead of NOTIFYs. This breaks scripts using redirection. Hopefully this doesn't break too much things in irssi :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1980 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
712f3b383d
commit
850cf993eb
28 changed files with 908 additions and 786 deletions
|
|
@ -44,7 +44,6 @@ libcore_a_SOURCES = \
|
|||
rawlog.c \
|
||||
servers.c \
|
||||
servers-reconnect.c \
|
||||
servers-redirect.c \
|
||||
servers-setup.c \
|
||||
settings.c \
|
||||
signals.c \
|
||||
|
|
@ -92,7 +91,6 @@ noinst_HEADERS = \
|
|||
rawlog.h \
|
||||
servers.h \
|
||||
servers-reconnect.h \
|
||||
servers-redirect.h \
|
||||
servers-setup.h \
|
||||
settings.h \
|
||||
signals.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue