Module name: irssi
Changes by: cras 00/05/15 10:25:45
Modified files:
. : TODO configure.in curses.m4
plugins : Makefile.am
src/core : commands.c commands.h core.c memdebug.c
settings.c settings.h
src/fe-common/core: Makefile.am fe-common-core.c
fe-core-commands.c fe-log.c hilight-text.c
keyboard.c module-formats.c module-formats.h
printtext.c printtext.h themes.c themes.h
window-activity.c window-items.c
window-items.h windows.c windows.h
src/fe-common/irc: fe-common-irc.c module-formats.c
module-formats.h
src/fe-common/irc/dcc: Makefile.am fe-dcc.c module-formats.c
module-formats.h
src/fe-common/irc/flood: Makefile.am fe-flood.c module-formats.c
module-formats.h
src/fe-common/irc/notifylist: Makefile.am fe-notifylist.c
module-formats.c module-formats.h
src/fe-text : gui-printtext.c gui-windows.c gui-windows.h
irssi.c mainwindows.c module-formats.c
module-formats.h
src/irc/core : Makefile.am channel-events.c channels.c
irc-log.c irc-server.h server-setup.c
src/irc/dcc : dcc-chat.c dcc-files.c
src/perl : irssi-perl.c
Added files:
src/fe-common/core: window-commands.c
src/fe-common/irc/dcc: module.h
src/fe-common/irc/flood: module.h
src/fe-common/irc/notifylist: module.h
src/irc/core : channel-rejoin.c
Removed files:
src/fe-common/core: printformat.h
Log message:
Lots of changes again. Biggest ones:
- window's text buffer should work better
- themes are almost working, you can change the text formats with /format
- automatically try to rejoin the channel after 5 minutes if the join there
failed because it was "temporarily unavailable" (netsplits)
- generally cleaning code..