Age | Commit message (Expand) | Author |
2001-12-03 | add the "gui exit" with signal_add_last() so it can be aborted while still ru... | Timo Sirainen |
2001-11-20 | /UPGRADE now saves the session, disconnects the servers so that the socket | Timo Sirainen |
2001-11-19 | Removed memory debugging code. It's a lot easier to check for buffer | Timo Sirainen |
2001-11-19 | moved the dirty_check() before fe_common_core_finish_init() so that if | Timo Sirainen |
2001-11-19 | Redraw the screen before emitting "irssi init finished" signal, so we have | Timo Sirainen |
2001-11-19 | /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-10-28 | Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-21 | Deinitialize perl before textui stuff. | Timo Sirainen |
2001-10-21 | Initialize perl before fe_common_core_finish_init() or sending "irssi init | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-08-07 | Restoring layout for split windows works betters now. Some sticky window | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-06-29 | Moved screen_refresh_thaw() in initialization before the | Timo Sirainen |
2001-06-29 | removed fe-perl | Timo Sirainen |
2001-06-27 | Added -v / --version command line option. Moved POPT_AUTOHELP option to | Timo Sirainen |
2001-06-21 | if perl is compiled statically, initialize it after the "irssi init | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |
2001-02-19 | Moved /LASTLOG handling to lastlog.c. Added options -file <filename> | Timo Sirainen |
2001-02-19 | Moved autoconnects and command line parameter parsing from irc to core. | Timo Sirainen |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-10 | /SAVEWINDOWS saves now split windows | Timo Sirainen |
2001-02-05 | make deinitialization between screen_refresh_freeze() and | Timo Sirainen |
2000-12-17 | Settings are now stored in module-specific blocks. Irssi complains | Timo Sirainen |
2000-12-05 | net_gethostbyname_nonblock(): don't crash if net_gethosterror() returns | Timo Sirainen |
2000-12-05 | Split expandos from special-vars.c to expandos.c. Added list of signals | Timo Sirainen |
2000-12-03 | print the firsttimer info to irssi's window instead of stdout. | Timo Sirainen |
2000-12-03 | complain about old default.themes | Timo Sirainen |
2000-11-26 | Perl fixes and additions. theme_register() / printformat() works now | Timo Sirainen |
2000-10-03 | --enable-perl=[yes|no|static] | Timo Sirainen |
2000-09-07 | Perl works now only as a runtime loadable module | Timo Sirainen |
2000-09-06 | No, SILC stuff still shouldn't be here :) | Timo Sirainen |
2000-09-06 | /set autocreate_query -> /set autocreate_query_level | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-24 | send "irssi init finished" _after_ setting up perl support. | Timo Sirainen |
2000-08-13 | Added i18n initialization. | Timo Sirainen |
2000-08-12 | Don't trigger window activity if window is already visible in some | Timo Sirainen |
2000-07-31 | You can change the default line indentation with /SET indent | Timo Sirainen |
2000-07-26 | No, we still don't want silc_init() here.. | Timo Sirainen |
2000-07-16 | When redrawing screen, refresh the screen after clear() so that curses | Timo Sirainen |
2000-05-25 | Added bot plugin, it also has almost-functional botnet. | Timo Sirainen |
2000-05-15 | Lots of changes again. Biggest ones: | Timo Sirainen |
2000-05-04 | .. lots of changes .. | Timo Sirainen |
2000-04-28 | Perl working again, better than ever (unless there's bugs :) | Timo Sirainen |