Age | Commit message (Expand) | Author |
2000-09-27 | Also moving windows and changing refnum updates activity list. | Timo Sirainen |
2000-09-27 | Closing window didn't update window activity list. | Timo Sirainen |
2000-09-25 | Don't show statusbar with bold color | Timo Sirainen |
2000-09-24 | Bugfix for checking if user mode was empty (don't show (+) in statusbar) | 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-09-01 | Added chat protocol register. Changed all chat_type fields to use it. | 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-23 | Call idlok() for all new subwindows. | Timo Sirainen |
2000-08-22 | Using blinking/bright background colors would crash irssi.. | Timo Sirainen |
2000-08-20 | Channel mode handling changed - there's no more mode_xxx fields in | Timo Sirainen |
2000-08-19 | Parameters to key_bind() with scroll_end was given in wrong order. | Timo Sirainen |
2000-08-16 | /LAST - didn't work right. | Timo Sirainen |
2000-08-13 | Added i18n initialization. | Timo Sirainen |
2000-08-13 | Mail counter fixes. | Timo Sirainen |
2000-08-12 | bugfixes | Timo Sirainen |
2000-08-12 | Don't trigger window activity if window is already visible in some | Timo Sirainen |
2000-08-11 | Entry line scrolling works better. | Timo Sirainen |
2000-08-10 | Topic bar doesn't get erased anymore after resize. | Timo Sirainen |
2000-08-10 | Still some fixes for curseses without wresize() or resizeterm(). | Timo Sirainen |
2000-08-10 | Windowing system fixes, doesn't crash anymore after window resizes. | Timo Sirainen |
2000-08-04 | When server is disconnected, change to use some other server in windows | Timo Sirainen |
2000-07-31 | You can change the default line indentation with /SET indent | Timo Sirainen |
2000-07-31 | Don't draw the last character in entry line, this doesn't work right | Timo Sirainen |
2000-07-30 | Mail check: the also file size changes as well as modify time changes | Timo Sirainen |
2000-07-29 | Bugfixes for the windowing system. | Timo Sirainen |
2000-07-27 | We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL. | Timo Sirainen |
2000-07-26 | Mainwindows use now real curses WINDOWs, this should fix irssi with some | Timo Sirainen |
2000-07-26 | No, we still don't want silc_init() here.. | Timo Sirainen |
2000-07-23 | Call key_unbind()s at deinit. | Timo Sirainen |
2000-07-23 | Display bolds with the current_theme->default_color color, not with the | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |
2000-07-23 | Changed the names of /BIND commands to be epic-compatible. Also added | Timo Sirainen |
2000-07-18 | /LASTLOG ignored LINE_CMD_COLOR0 commands. | Timo Sirainen |
2000-07-16 | Don't ever add \0\0 to text queue - this might break things. Use \0 + | Timo Sirainen |
2000-07-16 | Ctrl-L calls now irssi_redraw() instead of the curses' default.. | Timo Sirainen |
2000-07-16 | When redrawing screen, refresh the screen after clear() so that curses | Timo Sirainen |
2000-07-16 | Print the text with the "default" color (whatever is set with xterm -fg) - | Timo Sirainen |
2000-07-15 | Small bugfix with resizing window. | Timo Sirainen |
2000-07-11 | Ctrl-K also puts the deleted text to cutbuffer which can be recovered | Timo Sirainen |
2000-07-11 | KEY_LL = end key | Timo Sirainen |
2000-07-11 | Ctrl-Y fixed when there was no text to undelete. Added CTRL() macro for | Timo Sirainen |
2000-07-10 | Enabled lots of GCC warnings, fixed those that were easy to fix. | Timo Sirainen |
2000-07-09 | Removed a warning | Timo Sirainen |
2000-07-09 | We're fe-text module, not gui-text | Timo Sirainen |
2000-07-09 | You can change statusbar colors with /SET statusbar_xxx. | Timo Sirainen |
2000-07-09 | Ctrl-Y undeletes the last ^U'd line. | Timo Sirainen |
2000-07-08 | Implemented /BIND [<key> [<action> [<data>]]] command. | Timo Sirainen |