summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-27/NICK: don't bother trying to change the nick to the one you already haveTimo Sirainen
2001-06-27Added -delete option to /WINDOW THEME. /WINDOW THEME without parametersTimo Sirainen
2001-06-27Fixed window specific themesTimo Sirainen
2001-06-27Added -v / --version command line option. Moved POPT_AUTOHELP option toTimo Sirainen
2001-06-27Added /UPTIME aliasTimo Sirainen
2001-06-26Don't send unaway to server if we're not away.Timo Sirainen
2001-06-26use signal_add_last() to bind the "message xxx" signals when printing them,Timo Sirainen
2001-06-26added whois abstract to themes. should make it easier to change whois outputTimo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-06-26+I doesn't work in efnet like the help saidTimo Sirainen
2001-06-26Added $cumode expando which works like $P, but prints voices/halfops also.Timo Sirainen
2001-06-26Perl blessing fixes.Timo Sirainen
2001-06-26"log rotate" -> "log rotated"Timo Sirainen
2001-06-26special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } charsTimo Sirainen
2001-06-26/SET show_nickmode_empty ONTimo Sirainen
2001-06-26added hilight + window scrollingTimo Sirainen
2001-06-26moved "log rotate" after the logging was stopped.Timo Sirainen
2001-06-26"log rotate" signal addedTimo Sirainen
2001-06-26added real_fname to log record.Timo Sirainen
2001-06-21The same "irssi init finished" / perl init fix for fe-noneTimo Sirainen
2001-06-21if perl is compiled statically, initialize it after the "irssi initTimo Sirainen
2001-06-18/SET scrollback_lines 0 now means unlimited.Timo Sirainen
2001-06-12channel_set_singlemode() : don't do anything if you're not channel op/halfopTimo Sirainen
2001-06-11plain objects weren't blessed correctly in listsTimo Sirainen
2001-06-11/WINDOW SERVER -sticky / -unsticky crashed if the tag wasn't given andTimo Sirainen
2001-06-11$/ was set to undef for perl scripts. removed unused variable.Timo Sirainen
2001-06-11get_max_column_count() didn't work properly if items had wider items thanTimo Sirainen
2001-06-11Multiple /LAYOUT SAVEd queries in same window didn't get restored to theTimo Sirainen
2001-06-11When disconnecting from server when you had queries without active serverTimo Sirainen
2001-06-10Joins to channel now adds the nick to completion list.Timo Sirainen
2001-06-10own nick changed were printed as if it was done by someone elseTimo Sirainen
2001-06-10The automatic query rename wrote the "nick changed" messages to channelsTimo Sirainen
2001-06-10max_cmds_at_once and max_query_chans weren't saved between reconnects toTimo Sirainen
2001-06-10Getting optional channel parameter was buggy - it used already free'd memoryTimo Sirainen
2001-06-10beep check: don't beep with NO_ACT message level rather than NOHILIGHT sinceTimo Sirainen
2001-06-08"complete word" signal works now with perl and it's possible to manipulateTimo Sirainen
2001-06-08added topic_by, topic_timeTimo Sirainen
2001-06-08Try to keep the number after server tag always the same when there'sTimo Sirainen
2001-06-04resizing empty windows didn't work properlyTimo Sirainen
2001-06-04Added support for bahamut @+#channel notices. Removed notice_public_opsTimo Sirainen
2001-06-04/LOAD: when using '.' character in module name irssi printed glib errorTimo Sirainen
2001-06-02bugfixTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-06-01moved /SET ignore_signals to core.Timo Sirainen
2001-06-01'Y' answer shouldn't be case-sensitiveTimo Sirainen
2001-06-01Resizing window destroyed curses window, but didn't update the view's cursesTimo Sirainen
2001-06-01more #endif WANT_BIG5 -> #endif changesTimo Sirainen
2001-06-01dcc, flood and notifylist aren't compiled as loadable modules anymore,Timo Sirainen
2001-06-01added Irssi::parse_special()Timo Sirainen
2001-06-01s/newline/new_line/ - AIX curses (or something) seems to use #defineTimo Sirainen