summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-10-15refcount for timeouts/inputs wasn't 0 initially so it caused some memleaks.Timo Sirainen
2001-10-15-ansicolors -mirccolors => -colors in /LOG OPEN syntax, since there's only -c...Timo Sirainen
2001-10-15/DEVOICE * should devoice operators having voices too.Timo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-10-14fixed a minor memleakTimo Sirainen
2001-10-14Irssi lost channel key for secret/private channels after join.Timo Sirainen
2001-10-14delete_previous_word and delete_next_word now deletes only untilTimo Sirainen
2001-10-14$winname expando didn't change on "window changed" signal.Timo Sirainen
2001-10-14Window-statusbars are created correctly with /RELOAD, some input lineTimo Sirainen
2001-10-14Resizing terminal works now properly, also sends "terminal resized" signalTimo Sirainen
2001-10-14Reversed text (^V) works again.Timo Sirainen
2001-10-14fallback to sb_background in theme if no other statusbar background settingsTimo Sirainen
2001-10-14$usermode's "user mode changed" signal had wrong argument check (server vs.Timo Sirainen
2001-10-14Irssi::timeout_add() and Irssi::input_add() now accepts any type of variableTimo Sirainen
2001-10-13When active input line was destroyed, irssi didn't set active_entry to NULL.Timo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-10-13"extern const char *default_config;" - some other parts of irssi might wantTimo Sirainen
2001-10-02Added MODULE_DATA_UNSET() macro and started using it. Just to make sure weTimo Sirainen
2001-10-01Use the nick as target when printing notify messages, so they go to query win...Timo Sirainen
2001-10-01/SET translation was broken - fixed by lam@e-gate.pl.Timo Sirainen
2001-09-23added expando_get_signals() and special_vars_get_signals() to return listTimo Sirainen
2001-09-22channel_create() wasn't called properlyTimo Sirainen
2001-09-22added config_node_first() function to get the first non-comment node.Timo Sirainen
2001-09-22config_node_next() - Returns the next non-comment node in list. Use thisTimo Sirainen
2001-09-22/SET translation now says if there were any errorsTimo Sirainen
2001-09-21bind_key format updated. Doesn't truncate the key now.Timo Sirainen
2001-09-20When using /SET hostname ipv6:address, replace the ':' char with '_' so itTimo Sirainen
2001-09-20PARAMS -> ARGS fix again..Timo Sirainen
2001-09-20s/PARAM_FLAGS_ONLY_PARAMS/PARAM_FLAG_ONLY_ARGS/ since they're calledTimo Sirainen
2001-09-20$*, $~ and $-n should still work with PARAM_FLAG_ONLY_PARAMS.Timo Sirainen
2001-09-20special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it soTimo Sirainen
2001-09-20perl_signal_remove() didn't work.Timo Sirainen
2001-09-18"Unknown chat network" error now tells to create it with /IRCNET ADDTimo Sirainen
2001-09-17Print the log's expanded file name when complaining about not being able toTimo Sirainen
2001-09-13..the same fix..Timo Sirainen
2001-09-13Don't crash if the IRC server doesn't print your nick in /NAMES list afterTimo Sirainen
2001-09-12The new /SET dcc_port range didn't work properly..Timo Sirainen
2001-09-11/BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'..Timo Sirainen
2001-09-11escape_target() didn't escape / chars properly, it just crashed irssi..Timo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-09-11Server notices shouldn't contain target field when printing it, it's alwaysTimo Sirainen
2001-09-11autolog: target name is now always lowercased with irc protocol.Timo Sirainen
2001-09-11/LOAD fixes for modules with no core part, and /LOAD ~/...Timo Sirainen
2001-09-11Added option /SET channel_sync - if disabled irssi disables the channelTimo Sirainen
2001-09-10/SET dcc_port accepts now port range (eg. "10000 20000")Timo Sirainen
2001-09-10/SET override_coredump_limit - sets core file size to unlimited if set ONTimo Sirainen
2001-09-10Disabled using idcok() which caused redrawing problems with netbsd.Timo Sirainen
2001-09-09Restoring split windows layout didn't work properly (didn't I already commitTimo Sirainen
2001-09-09/WINDOW MOVE UP|DOWN might have crashed.Timo Sirainen
2001-09-08/WINDOW ITEM MOVE didn't work properly if there was space after parameterTimo Sirainen