Age | Commit message (Expand) | Author |
2001-02-19 | Instead of directly calling beep(), send "beep" signal which default | Timo Sirainen |
2001-02-19 | /LASTLOG syntax updated | Timo Sirainen |
2001-02-19 | Moved /LASTLOG handling to lastlog.c. Added options -file <filename> | Timo Sirainen |
2001-02-19 | /NETSPLIT prints nicks now sorted and prints @ or + before channel if | Timo Sirainen |
2001-02-19 | Highlight colors can now have background color set with fg,bg. Works | Timo Sirainen |
2001-02-19 | Moved autoconnects and command line parameter parsing from irc to core. | Timo Sirainen |
2001-02-17 | more static perl fixes | Timo Sirainen |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-10 | theme->default_color is now used again, added default_bold_color which | Timo Sirainen |
2001-02-10 | /SAVEWINDOWS saves now split windows | Timo Sirainen |
2001-02-10 | added descriptions for left_window and right_window | Timo Sirainen |
2001-02-10 | /WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window. | Timo Sirainen |
2001-02-05 | make deinitialization between screen_refresh_freeze() and | Timo Sirainen |
2001-02-03 | Added gui_printtext() function for printing text in printtext() format | Timo Sirainen |
2001-01-31 | /SB STATUS: for debugging mostly, displays number of lines and used kBs | Timo Sirainen |
2001-01-31 | Ugly quick hack to make act: never disappear but print as much activity | Timo Sirainen |
2001-01-28 | WINDOW_REC: added width and height variables | Timo Sirainen |
2001-01-28 | /SB END: Don't do anything when already at the bottom (it was broken if | Timo Sirainen |
2001-01-18 | mainwindows_recreate() should be declared always | Timo Sirainen |
2001-01-15 | screen resizing fixes when resizeterm() isn't supported | Timo Sirainen |
2001-01-15 | no, bugfix done wrong :) reversed. | Timo Sirainen |
2001-01-15 | Compiling with --disable-curses-windows was broken | Timo Sirainen |
2001-01-15 | #undef some things term.h #defines that break irssi | Timo Sirainen |
2001-01-12 | $[.10]var truncates the var to 10 chars, but doesn't pad if var is | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-09 | Fixed, added comment what it does so I wouldn't forget again :) | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-05 | /BIND comment updates | Timo Sirainen |
2001-01-04 | MIRC colors >=16 changed to work as in MIRC (color %= 16) | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-18 | bugfix for displaying 128-160 ascii chars. | Timo Sirainen |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-12-17 | Settings are now stored in module-specific blocks. Irssi complains | Timo Sirainen |
2000-12-17 | Some minor query fixes. Nick changes are also detected by checking if | 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-04 | Use GIOChannel instead of sockets directly. Helps porting to win32 :) | Timo Sirainen |
2000-12-04 | /CLEAR -all - clear all windows. | Timo Sirainen |
2000-12-04 | don't allow printing iso8859-1 nonprintable highascii chars. | Timo Sirainen |
2000-12-04 | /SET scroll_page_count - how many lines to scroll with pgup/pgdn. either | Timo Sirainen |
2000-12-03 | Don't crash if first line in window is just a newline | 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-12-03 | Don't redraw screen when trying to scroll up at the start of scrollback | Timo Sirainen |
2000-12-03 | fixes | Timo Sirainen |
2000-12-02 | Print timestamps correctly with /SB REDRAW | Timo Sirainen |
2000-12-02 | Moved activity to last item in statusbar | Timo Sirainen |
2000-12-02 | /SB REDRAW fixes, multiline formats should work now correctly. | Timo Sirainen |