Age | Commit message (Expand) | Author |
2000-06-02 | ..and cvsignores for new binaries.. | Timo Sirainen |
2000-06-02 | Changed binary names: irssi-text -> irssi, irssi-bot -> botti | Timo Sirainen |
2000-06-02 | Changed irssi's url to http://irssi.org | Timo Sirainen |
2000-06-02 | If we used /SB GOTO 23:59 or something, we wanted to jump to | Timo Sirainen |
2000-06-02 | /AWAY <away message> now sets yourself away in all IRC servers. | Timo Sirainen |
2000-06-02 | Awaylog is printed to screen when you set yourself unaway. | Timo Sirainen |
2000-06-02 | /CAT <file name> [seek position] | Timo Sirainen |
2000-06-02 | common-setup.h wasn't removed from here - Made rawlog to use | Timo Sirainen |
2000-06-02 | removed common-setup.h, put all settings in it to files where they belong to. | Timo Sirainen |
2000-06-02 | if you were at the top of the scrollback buffer and the first line line | Timo Sirainen |
2000-06-02 | --more-- in statusbar should now work right. | Timo Sirainen |
2000-06-01 | Or actually :) SIGINT shouldn't be ignored, it's used to detect Ctrl-C... | Timo Sirainen |
2000-06-01 | Removed "ignore_sigquit" and added "ignore_signals" instead. You can ignore | Timo Sirainen |
2000-06-01 | "ignore_sigquit" setting - when enabled, ignore SIGQUIT signals. ncurses | Timo Sirainen |
2000-06-01 | /server -add messed up everything when modifying existing servers. | Timo Sirainen |
2000-06-01 | Some strange servers replied to MODE #chan1,#chan2 with "Cannot join channel | Timo Sirainen |
2000-06-01 | crashed when reconnecting to server that didn't automatically set | Timo Sirainen |
2000-06-01 | /BAN * and /UNBAN * equals to /BAN * * or /UNBAN * *, so you don't have to | Timo Sirainen |
2000-06-01 | match_wildcards() didn't work right if data contained '*' characters and | Timo Sirainen |
2000-06-01 | Leaving from some channel didn't update status bar. | Timo Sirainen |
2000-06-01 | forgot these from /MOTD fix.. | Timo Sirainen |
2000-06-01 | Manually asking /MOTD didn't work if we had skip_motd setting enabled | Timo Sirainen |
2000-06-01 | /topic -d [#channel] clears the topic. | Timo Sirainen |
2000-06-01 | /ignore -asd tried to print "unignored" text with NULL argument. | Timo Sirainen |
2000-06-01 | cmd_get_params() fixes: | Timo Sirainen |
2000-06-01 | /userhost command didn't work ("unknown command"), and sending it with | Timo Sirainen |
2000-05-30 | when nick is quitting only from one channel, don't print the channel's name. | Timo Sirainen |
2000-05-29 | Sending files through botnet works. | Timo Sirainen |
2000-05-29 | bugfixes | Timo Sirainen |
2000-05-29 | signal_stop_by_name() didn't work | Timo Sirainen |
2000-05-29 | --with-modules=xxx builds now specified extra modules to irssi binary. | Timo Sirainen |
2000-05-29 | User changes are sent to botnet. Botnet commands are automatically sent | Timo Sirainen |
2000-05-29 | msgs window was irc server specific - messages from other irc servers were | Timo Sirainen |
2000-05-28 | text buffer fixes | Timo Sirainen |
2000-05-27 | Long lines sometimes had some colors displayed wrong. | Timo Sirainen |
2000-05-27 | Netsplit messages are now printed with QUITS message level. | Timo Sirainen |
2000-05-26 | fixed a crash (first cvs commit in home for 2 months :) | Timo Sirainen |
2000-05-25 | Didn't work, fixed. | Timo Sirainen |
2000-05-25 | Didn't compile with IPv6 support. | Timo Sirainen |
2000-05-25 | Print nicks who quit IRC in netsplit message. See netsplit section in | Timo Sirainen |
2000-05-25 | If we couldn't connect to any of our uplinks, wait for 5 minutes and | Timo Sirainen |
2000-05-25 | Unline glib.h tells, g_getenv() doesn't return newly allocated string | Timo Sirainen |
2000-05-25 | If line didn't have a color change code at the beginning, it could have | Timo Sirainen |
2000-05-25 | When connecting, USER's second (and third?) parameters sometimes are | Timo Sirainen |
2000-05-25 | If server's host name lookup fails, don't try to reconnect back to it. | Timo Sirainen |
2000-05-25 | irc/irc.c and fe-common/irc/irc-modules.c are generated by configure | Timo Sirainen |
2000-05-25 | "/ text" sends "text" to active channel. | Timo Sirainen |
2000-05-25 | With some systems Irssi didn't notice if connect() failed. | Timo Sirainen |
2000-05-25 | /set max_textbuffer_lines changed to /set scrollback_lines and | Timo Sirainen |
2000-05-25 | Added bot plugin, it also has almost-functional botnet. | Timo Sirainen |