Age | Commit message (Expand) | Author |
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-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 |
2000-12-17 | Irssi::signal_emit(): changed max. parameter count from 6 to 7 | Timo Sirainen |
2000-12-17 | removed backwards compatibility from ircnet -> chatnet change | Timo Sirainen |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-12-17 | Settings are now stored in module-specific blocks. Irssi complains | Timo Sirainen |
2000-12-17 | Destroy all settings and commands used by modules when they're unloaded. | Timo Sirainen |
2000-12-17 | /kickban and /knockout now accepts multiple nicks separated with commas. | Timo Sirainen |
2000-12-17 | Some minor query fixes. Nick changes are also detected by checking if | Timo Sirainen |
2000-12-17 | removed useless chat_type checks | Timo Sirainen |
2000-12-17 | Irssi::printformat() syntax changed: removed server and target, use | Timo Sirainen |
2000-12-17 | Improved nick_match_msg() - it shouldn't give wrong matches as easily | Timo Sirainen |
2000-12-17 | Print quit messages from nick in query windows also | Timo Sirainen |
2000-12-17 | Theme saving to home dir didn't work correctly if globaldir already had | Timo Sirainen |
2000-12-16 | Config file handle wasn't closed if config_write_block() failed | Timo Sirainen |
2000-12-16 | Error message was missing from theme_save_failed | Timo Sirainen |
2000-12-15 | Blocking sockets (win32) shouldn't block irssi entirely now. | Timo Sirainen |
2000-12-10 | added $usermode expando | Timo Sirainen |
2000-12-10 | fixed $topic uninit | Timo Sirainen |
2000-12-10 | added $topic expando | Timo Sirainen |
2000-12-10 | $T in empty window crashed | Timo Sirainen |
2000-12-10 | '_' character wasn't treated as acceptable $variable_name character. | Timo Sirainen |
2000-12-09 | Don't crash with /reconnect <unknown tag> | Timo Sirainen |
2000-12-09 | /perl command does now "use Irssi::Proto" for all chat protocols that | Timo Sirainen |
2000-12-09 | fixes, perl should work correctly now :) | Timo Sirainen |
2000-12-09 | -querychans option for servers and ircnets which specifies how many | Timo Sirainen |
2000-12-08 | net_receive(), net_transmit(): error handling was buggy | Timo Sirainen |
2000-12-08 | bugfix | Timo Sirainen |