Age | Commit message (Expand) | Author |
2001-11-28 | /QUERY without a parameter but with options (eg. /alias query query -window) | Timo Sirainen |
2001-11-28 | /EXEC -interactive was broken. | Timo Sirainen |
2001-11-28 | "event 378" is also used to end /MAP in OPN. | Timo Sirainen |
2001-11-27 | default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE. | Timo Sirainen |
2001-11-25 | window_get_theme() now checks that window isn't NULL, so we don't crash if | Timo Sirainen |
2001-11-25 | /FORMAT timestamp and /FORMAT day_changed use now strftime()-style | Timo Sirainen |
2001-11-25 | Added printtext_string_window(), Irssi::UI::Window::print() uses it also | Timo Sirainen |
2001-11-25 | /WINDOW NAME now complains if you try to change the window's name to | Timo Sirainen |
2001-11-20 | 377 numeric seems to be used as motd by some servers.. | Timo Sirainen |
2001-11-20 | using signal_add() instead of signal_add_first() again. the ..first() wasn't | Timo Sirainen |
2001-11-20 | data_is_empty() might have crashed when it was called at the startup when | Timo Sirainen |
2001-11-20 | Added /FORMAT names_prefix to print prefix at the beginning of each /NAMES | Timo Sirainen |
2001-11-20 | /SET autocreate_split_windows - If autocreated windows should be split | Timo Sirainen |
2001-11-20 | Added halfop support for nick modes. | Timo Sirainen |
2001-11-20 | Previous commit in core/commands.c broke /^cmd (command output hiding). | Timo Sirainen |
2001-11-19 | /BIND works a bit better again when parsing the given key. | Timo Sirainen |
2001-11-19 | 378 event (whois realhost) data is different between irc servers, so added | Timo Sirainen |
2001-11-19 | Removed whois_coming-flag which was used to figure out if 301 event | Timo Sirainen |
2001-11-19 | /HILIGHT -actcolor didn't work with -nick (which was default) | Timo Sirainen |
2001-11-19 | Actually :) The /SET show_own_nick_change_once is still there, but it's OFF | Timo Sirainen |
2001-11-19 | /SET show_own_nickchange_once ON - show own nick changes only in active | Timo Sirainen |
2001-11-19 | Added /EXEC -level option. | Timo Sirainen |
2001-11-19 | Actually, we do want to have the space after nick completion.. :) It's much | Timo Sirainen |
2001-11-19 | Don't add space after tab-completed nicks. | Timo Sirainen |
2001-11-19 | "message irc notice" - when figuring out if it's server notice or not, | Timo Sirainen |
2001-11-19 | data_is_empty() didn't check properly for $0-$9 variables and broke | Timo Sirainen |
2001-11-19 | If /SET dcc_upload_path is empty, we should use the current directory, not | Timo Sirainen |
2001-11-19 | Filename completion for /DCC SEND looked files from wrong default directory. | Timo Sirainen |
2001-11-19 | Event 001 wasn't printed to screen. | Timo Sirainen |
2001-11-18 | Added new formats for ops/halfops/voices in /NAMES list. | Timo Sirainen |
2001-11-18 | Execute ~/.irssi/startup before autoconnecting to servers. This way you can | Timo Sirainen |
2001-11-18 | Even if notice is from server, print it to given target, since it could be | Timo Sirainen |
2001-11-18 | When printing /IGNORE list, if there's no ignores print the | Timo Sirainen |
2001-11-16 | added assert to window_item_add(). | Timo Sirainen |
2001-11-15 | When printing notify joins/leaves, don't print them with hilight color after | Timo Sirainen |
2001-11-15 | Changed the escaping system - theme_format_expand_data()'s | Timo Sirainen |
2001-11-15 | Lag checking fixes - should work fine again. | Timo Sirainen |
2001-11-14 | settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.no | Timo Sirainen |
2001-11-12 | Redirection fixes - added count parameter. | Timo Sirainen |
2001-11-11 | --version now shows the date version too. | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-05 | /CHANNEL xxx - don't crash if not connected to server. | Timo Sirainen |
2001-11-04 | removed, not needed. | Timo Sirainen |
2001-11-04 | Stupid me, remembered wrong how PARAM_FLAG_OPTCHAN worked. This broke /CTCP, | Timo Sirainen |
2001-11-03 | * works now as active channel with /NOTICE, /CTCP and /NCTCP. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-10-29 | /WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec... | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |