summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-19Actions are now transferred correctly, own messages in main irssi areTimo Sirainen
2001-10-19added "ctcp msg" and "ctcp reply" signals.Timo Sirainen
2001-10-18escape % with % so /HELP hilight won't treat them as colorsTimo Sirainen
2001-10-17added sb_topic_bgTimo Sirainen
2001-10-15mainwindow_set_statusbar_lines() resized only active window - not allTimo Sirainen
2001-10-15fixed a small memleak when unloading moduleTimo Sirainen
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-14perl_prefix_note shouldn't be printed if --enable-perl-path was given.Timo Sirainen
2001-10-14--with-perl-lib=site didn't work if --prefix was givenTimo 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-14added delete_to_next_space commandTimo 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-14Removed hilighting from info-bar. Looks horrible with reversed text inTimo 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-13updated for the statusbarTimo Sirainen
2001-10-13When active input line was destroyed, irssi didn't set active_entry to NULL.Timo Sirainen
2001-10-13expand ~ in --prefix. should fix at least some perl problems withTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-10-13added statusbar configurationTimo 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/HELP say by peter@catslair.demon.nlTimo 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-22/COMMAND creation example fixed/updated.Timo Sirainen
2001-09-21updatedTimo 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-19updatedTimo Sirainen
2001-09-18"Unknown chat network" error now tells to create it with /IRCNET ADDTimo Sirainen