summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-12-17removed useless chat_type checksTimo Sirainen
2000-12-17Irssi::printformat() syntax changed: removed server and target, useTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-17Print quit messages from nick in query windows alsoTimo Sirainen
2000-12-17Theme saving to home dir didn't work correctly if globaldir already hadTimo Sirainen
2000-12-16Config file handle wasn't closed if config_write_block() failedTimo Sirainen
2000-12-16Error message was missing from theme_save_failedTimo Sirainen
2000-12-15Blocking sockets (win32) shouldn't block irssi entirely now.Timo Sirainen
2000-12-10added $usermode expandoTimo Sirainen
2000-12-10fixed $topic uninitTimo Sirainen
2000-12-10added $topic expandoTimo Sirainen
2000-12-10$T in empty window crashedTimo Sirainen
2000-12-10'_' character wasn't treated as acceptable $variable_name character.Timo Sirainen
2000-12-09removed all the now useless gnome translationsTimo Sirainen
2000-12-09Don't crash with /reconnect <unknown tag>Timo Sirainen
2000-12-09/perl command does now "use Irssi::Proto" for all chat protocols thatTimo Sirainen
2000-12-09fixes, perl should work correctly now :)Timo Sirainen
2000-12-09-querychans option for servers and ircnets which specifies how manyTimo Sirainen
2000-12-08net_receive(), net_transmit(): error handling was buggyTimo Sirainen
2000-12-08bugfixTimo Sirainen
2000-12-07automatic /whowas in /whois crashed (after server <-> data change)Timo Sirainen
2000-12-06sometimes channel key wasn't saved.Timo Sirainen
2000-12-06updatedTimo Sirainen
2000-12-06bugfix in handling command(), cmdchar at start of command was still required..Timo Sirainen
2000-12-06updated event/ctcp signalsTimo Sirainen
2000-12-06irssi_bless() crashed with NULL parameterTimo Sirainen
2000-12-06perl changes - values() method doesn't exist anymore, instead ofTimo Sirainen
2000-12-06NICK_REC can be now inheritedTimo Sirainen
2000-12-06Use hardcoded array for signals instead of dynamic (pretty useless, "10Timo Sirainen
2000-12-05updatedTimo Sirainen
2000-12-05updatedTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-05net_gethostbyname_nonblock(): don't crash if net_gethosterror() returnsTimo Sirainen
2000-12-05bot & proxy plugins fixed for GIOChannel changesTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-04added signal_add_to_id()Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-12-04/CLEAR -all - clear all windows.Timo Sirainen
2000-12-04cmd_get_params() didn't work correctly if we didn't want any paramersTimo Sirainen
2000-12-04don't allow printing iso8859-1 nonprintable highascii chars.Timo Sirainen
2000-12-04/SET scroll_page_count - how many lines to scroll with pgup/pgdn. eitherTimo Sirainen
2000-12-04/^command should stop also "print starting" and "print format" signals.Timo Sirainen
2000-12-04privmsg had extra '-'Timo Sirainen
2000-12-04updatedTimo Sirainen
2000-12-04removed useless if conditionTimo Sirainen
2000-12-04use format_get_text_theme_charargs() instead of ..._args() inTimo Sirainen
2000-12-04In queries the queried nick was always added to completion list even ifTimo Sirainen
2000-12-04own dcc messages weren't displayed in right window.Timo Sirainen
2000-12-03perl ldflags parsing fixesTimo Sirainen
2000-12-03nl_langinfo() was a bad idea, don't use it.Timo Sirainen