Age | Commit message (Expand) | Author |
2000-07-23 | Don't allow recursive aliases. | Timo Sirainen |
2000-07-23 | /SET settings_autosave - If set ON, settings are automatically saved | Timo Sirainen |
2000-07-23 | /NOTIFY -idle fixes. | Timo Sirainen |
2000-07-23 | is_numeric() returns now FALSE if it was given empty string. | Timo Sirainen |
2000-07-23 | SET print_active_channel - if you have multiple channels in same window, | Timo Sirainen |
2000-07-23 | Listing keys with /BIND key now checks the keys case-insensitively. | Timo Sirainen |
2000-07-23 | Changed the names of /BIND commands to be epic-compatible. Also added | Timo Sirainen |
2000-07-22 | Moved /SAVE and /RELOAD to fe-common. Print "config saved" and | Timo Sirainen |
2000-07-22 | Ignore case when checking key names. | Timo Sirainen |
2000-07-22 | uname() return value checking fixes. | Timo Sirainen |
2000-07-22 | another ircnet == NULL fix | Timo Sirainen |
2000-07-22 | Don't crash at startup if IRC network wasn't specified for some server. | Timo Sirainen |
2000-07-22 | Implemented /WINDOW LAST for changing to last current window. | Timo Sirainen |
2000-07-22 | /HELP wasn't working. | Timo Sirainen |
2000-07-22 | Autologging: if we're already logging the item somewhere else, make sure | Timo Sirainen |
2000-07-21 | /RELOAD still didn't work right. | Timo Sirainen |
2000-07-21 | Don't save autologs. | Timo Sirainen |
2000-07-21 | You can now change the texts /FORMAT prints itself. | Timo Sirainen |
2000-07-21 | /SET completion_disable_auto -> completion_auto | Timo Sirainen |
2000-07-21 | Set perl destruct level to 1 when destroying the perl interpreter with | Timo Sirainen |
2000-07-20 | WHOIS bugfix: Don't display the signon time if it isn't known.. | Timo Sirainen |
2000-07-20 | The channel key given in /JOIN should override the one given in setup. | Timo Sirainen |
2000-07-19 | Removed notices from default highlight level | Timo Sirainen |
2000-07-19 | Irssi::is_channel() didn't work because irc.h wasn't included and | Timo Sirainen |
2000-07-19 | "/notify -list " (happened easily when using tab completion) didn't work | Timo Sirainen |
2000-07-18 | When using status window and query windows, /whois to some queried nick | Timo Sirainen |
2000-07-18 | /NOTIFY -list displays now "-idle" before the actual idle time.. | Timo Sirainen |
2000-07-18 | Tab-msgcompletion didn't work right after you had used /msg -ircnet nick | Timo Sirainen |
2000-07-18 | /LASTLOG ignored LINE_CMD_COLOR0 commands. | Timo Sirainen |
2000-07-17 | Autocompletion is disabled by default | Timo Sirainen |
2000-07-16 | reuse_unused_windows is always ON when autoclose_windows is OFF. | Timo Sirainen |
2000-07-16 | typofix | Timo Sirainen |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-07-16 | Was left out from the sendbuffer commit.. | Timo Sirainen |
2000-07-16 | Implemented network transmit buffer. If all data couldn't be sent | 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 | /RELOAD broke keyboard bindings | 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 | Use status window by default. | Timo Sirainen |
2000-07-16 | Print the text with the "default" color (whatever is set with xterm -fg) - | Timo Sirainen |
2000-07-15 | Don't print the -!- DCCMSGS level. | Timo Sirainen |
2000-07-15 | /SERVER <ircnet> used always port 6667 when connecting. | Timo Sirainen |
2000-07-15 | -list option to /NOTIFY wasn't specified in command options. | Timo Sirainen |
2000-07-15 | Small bugfix with resizing window. | Timo Sirainen |
2000-07-15 | A few checks to check that we really are dealing with IRC servers. | Timo Sirainen |
2000-07-15 | module_find_id() and module_find_id_str() didn't work right if the | Timo Sirainen |
2000-07-15 | Fixed DCC stuff. Added DCCMSGS level for DCC chat messages. | Timo Sirainen |
2000-07-11 | /IGNORE didn't show if it had -replies flag | Timo Sirainen |
2000-07-11 | Ctrl-K also puts the deleted text to cutbuffer which can be recovered | Timo Sirainen |