Age | Commit message (Expand) | Author |
2001-01-04 | /LIST: don't require -yes option if there's 1000 channels or less. | Timo Sirainen |
2001-01-04 | /WINDOW NUMBER: fixed small memory leak | Timo Sirainen |
2001-01-03 | updated | Timo Sirainen |
2001-01-03 | added default-theme.h | Timo Sirainen |
2001-01-03 | Removed the "signal" and "last signal" signals. Changed perl's | Timo Sirainen |
2001-01-02 | "No such nick xx" is printed now with nick argument so it could get | Timo Sirainen |
2001-01-02 | /SET dcc_autoresume - like /SET dcc_autoget, but resume the files if | Timo Sirainen |
2001-01-02 | net_accept(), net_getsockname() IPv6 fixes pointed out by pv2b :) | Timo Sirainen |
2001-01-02 | removed the win32 EINPROGRESS define, that wouldn't work anyway | Timo Sirainen |
2001-01-01 | Query bugfixes | Timo Sirainen |
2001-01-01 | /SET windows_auto_renumber - should window refnums be packed when some | Timo Sirainen |
2001-01-01 | /WINDOW NUMBER: -sticky option added. Closing windows before a sticky | Timo Sirainen |
2001-01-01 | int:1 -> unsigned int:1 | Timo Sirainen |
2001-01-01 | ischannel()'s parameter updated from char -> char* as done in C API. | Timo Sirainen |
2001-01-01 | Some query changes. They should now work properly with /SAVEWINDOWS | Timo Sirainen |
2001-01-01 | MODULE_DATA(item) -> window_item_window(item) - forgot to change these | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2001-01-01 | window_item_create(): when there's multiple choices where the window | Timo Sirainen |
2001-01-01 | small extra checks to /whois redirect checking | Timo Sirainen |
2001-01-01 | updated :) | Timo Sirainen |
2001-01-01 | first new version of faq | Timo Sirainen |
2001-01-01 | missing ';' | Timo Sirainen |
2001-01-01 | Perl's ldflags usually include at least -lm and maybe some others too. | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2001-01-01 | When joining to !channel because of "407 duplicate channel", it just | Timo Sirainen |
2001-01-01 | don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline) | Timo Sirainen |
2000-12-30 | removed FIXME text :) | Timo Sirainen |
2000-12-30 | pidwait: send status as second agument. | Timo Sirainen |
2000-12-29 | comment update :) | Timo Sirainen |
2000-12-29 | Irssi::print() doesn't call printtext() with args (.., "%s", text) | Timo Sirainen |
2000-12-29 | Irssi::signal_emit() was broken. | Timo Sirainen |
2000-12-29 | If msg comes from unknown channel (like when you just closed some | Timo Sirainen |
2000-12-28 | removed warning | Timo Sirainen |
2000-12-28 | server->cmd_last_split wasn't used anymore, removed code related to it. | Timo Sirainen |
2000-12-28 | Instead of trying to send data to server every 1/10th of second, send | Timo Sirainen |
2000-12-28 | emphasis moved to fe-messages. added a few checks so that non-words | Timo Sirainen |
2000-12-28 | -q option for grep isn't known everywhere, use > /dev/null instead | Timo Sirainen |
2000-12-27 | "glib in irssi dir" fixes | Timo Sirainen |
2000-12-27 | when using glib built in irssi dir, add glib_dir/gmodule to include | Timo Sirainen |
2000-12-22 | Fix for handling duplicate channels | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-19 | put back ircnet -> chatnet backwards compatibility, this time modify | Timo Sirainen |
2000-12-19 | when changing config file to new format send "setup changed" signal at | Timo Sirainen |
2000-12-19 | /SERVER REMOVE: port parameter should be optional | Timo Sirainen |
2000-12-19 | Don't check queries whose address isn't known yet. | Timo Sirainen |
2000-12-19 | don't display ignored quit messages.. | Timo Sirainen |
2000-12-19 | don't autochange nicks from dcc connections. | Timo Sirainen |
2000-12-18 | bugfix for displaying 128-160 ascii chars. | Timo Sirainen |
2000-12-18 | Autologging: '/' -> '_' - don't even accidentally try to log to | Timo Sirainen |
2000-12-18 | quit messages shouldn't crash :) | Timo Sirainen |