Age | Commit message (Expand) | Author |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-07 | /SET hide_mirc_colors - patch by paul@raade.org | Timo Sirainen |
2001-11-29 | irssi --help printed --password=SERVER option, changed to | Timo Sirainen |
2001-11-18 | Execute ~/.irssi/startup before autoconnecting to servers. This way you can | Timo Sirainen |
2001-11-11 | --version now shows the date version too. | Timo Sirainen |
2001-10-02 | Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we | Timo Sirainen |
2001-08-14 | Module loading updates - /LOAD shows now also the statically loaded modules. | Timo Sirainen |
2001-07-28 | --hostname and --nick options didn't have effect for autoconnected servers. | Timo Sirainen |
2001-06-27 | Added -v / --version command line option. Moved POPT_AUTOHELP option to | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-05-10 | /SET hide_server_tags | Timo Sirainen |
2001-03-03 | HILIGHT level didn't work with logs. | Timo Sirainen |
2001-03-03 | /SET beep_when_window_active + some cleanups | Timo Sirainen |
2001-02-21 | /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log | Timo Sirainen |
2001-02-19 | Moved /HELP to fe-help.c | Timo Sirainen |
2001-02-19 | Moved autoconnects and command line parameter parsing from irc to core. | Timo Sirainen |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-01-28 | /HELP, /NAMES: using now the column helper function in misc.c. /NAMES | Timo Sirainen |
2001-01-28 | /SET beep_on_msg -> /SET beep_msg_level | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-09 | /LOAD without parameters prints loaded modules | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-30 | pidwait: send status as second agument. | Timo Sirainen |
2000-12-17 | Settings are now stored in module-specific blocks. Irssi complains | Timo Sirainen |
2000-12-10 | fixed $topic uninit | Timo Sirainen |
2000-12-02 | Changed init order of fe_channels vs. window_items, now irssi won't print | Timo Sirainen |
2000-11-27 | added dccmsgs level to msgs window. | Timo Sirainen |
2000-11-21 | /SCROLLBACK REDRAW - redraw the contents of current window according to | Timo Sirainen |
2000-11-17 | Use signal.h, not sys/signal.h | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-11-13 | Forgot to call formats_init() / ..deinit() | Timo Sirainen |
2000-10-15 | Some hilight+window activity related fixes | Timo Sirainen |
2000-10-14 | Moved nick/msg/channel completion to core with some cleanups. | Timo Sirainen |
2000-10-13 | Forgot to move fe-ignore to core. | Timo Sirainen |
2000-10-02 | fixes .. still not perfect | Timo Sirainen |
2000-09-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-02 | Updates. | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-12 | Query windows are now restored if they were saved with /SAVEWINDOWS. | Timo Sirainen |
2000-08-01 | /SAVEWINDOWS - saves the current layout of windows. It's automatically | Timo Sirainen |
2000-07-31 | Theme fixes: /RELOAD reloads them, /SET current_theme changes the default | Timo Sirainen |
2000-07-30 | Moved the beep settings_add_xxx() calls from irc to core. | Timo Sirainen |
2000-07-16 | Use status window by default. | Timo Sirainen |
2000-07-02 | Implemented runtime loadable modules. /LOAD loads a module, /UNLOAD | Timo Sirainen |
2000-06-17 | Rewrite Tab-completion to work with signals - now it should be easy to | Timo Sirainen |
2000-06-14 | Renamed /SET query_auto_close to autoclose_query. | Timo Sirainen |
2000-06-10 | Don't display the msgs window by default anymore since query windows are | 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 |