summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-12some optimizations to not uselessly hide/show/move cursor - hope i didn'tTimo Sirainen
2002-05-12"alias xx", not "aliases xx"..Timo Sirainen
2002-05-12added "alias added" and "alias removed" signals.Timo Sirainen
2002-05-12dcc reject bugfix went wrong, fixed.Timo Sirainen
2002-05-12irssi didn't notice if DCC send connection died.Timo Sirainen
2002-05-12/set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors.Timo Sirainen
2002-05-11moved timestamp_format into lookandfeel categoryTimo Sirainen
2002-05-11added format_get_length(), format_real_length() and strip_codes()Timo Sirainen
2002-05-11removed the complaining about NULLs in string formats, they're more troubleTimo Sirainen
2002-05-11freeze/thaw before/after running glib main loop, so the cursor isn't movedTimo Sirainen
2002-05-11server_setup_add() now emits signal "server setup updated"Timo Sirainen
2002-05-10broke CHAT_PROTOCOL_REC into struct + typedef.Timo Sirainen
2002-05-10typofix.Timo Sirainen
2002-05-10closing /EXEC -interactive window may have crashed irssi.Timo Sirainen
2002-05-10don't send DCC REJECT when closing a connected DCC connection.Timo Sirainen
2002-05-10window_bind_add() the query->server_tag, not server->tag as server can beTimo Sirainen
2002-05-10more fixesTimo Sirainen
2002-05-10another terminfo fixTimo Sirainen
2002-05-09separated author emailTimo Sirainen
2002-05-09fixed /WHO handlingTimo Sirainen
2002-05-09Removed servertest - it's really not needed and doesn't even work probably.Timo Sirainen
2002-05-08/SET hilight_nick_matches - NO disables hilighting your own nick atTimo Sirainen
2002-05-08link with -export-dynamic. normally glib includes the dynamic linking info,Timo Sirainen
2002-05-07return value wasn't a good idea after all - added Irssi::timeout_add_once()Timo Sirainen
2002-05-07non-zero return value in timeout and input handlers now stops it.Timo Sirainen
2002-05-07/alias q queryTimo Sirainen
2002-05-06fixed buffer overflow - happened at least when hitting ^A after writingTimo Sirainen
2002-05-05removed unused #defines.Timo Sirainen
2002-05-05removed colorless.theme since it's not autogeneratedTimo Sirainen
2002-05-04window_set_name() - when setting it to "", set it NULL instead.Timo Sirainen
2002-05-04don't leave active_win corrupted if last window is killed.Timo Sirainen
2002-05-04updatedTimo Sirainen
2002-05-02Added completion for /LOAD and /WINDOW ITEM MOVE.Timo Sirainen
2002-05-02reversed the window->items change, it broke ^XTimo Sirainen
2002-05-02format_read_arglist() now prints the format name also when complaining aboutTimo Sirainen
2002-05-01tss@iki.fi -> cras@irssi.orgTimo Sirainen
2002-05-01%# to whois formatTimo Sirainen
2002-05-01Removed the "GLib" text from glib_error format, to stop people thinking theyTimo Sirainen
2002-04-30/notice *, /ctcp * and /nctcp * crashed if there wasn't active window item.Timo Sirainen
2002-04-30added -actcolorTimo Sirainen
2002-04-30keep the window items sorted in window->items list, based on when they wereTimo Sirainen
2002-04-29irc_send_cmd_split() printed glib warning if nick parameter didn't exist.Timo Sirainen
2002-04-29Removed caching of libperl-check, so many people have that problem and it'sTimo Sirainen
2002-04-29make sure nick changes in query don't print warning if query->address isTimo Sirainen
2002-04-28query->createtime wasn't setTimo Sirainen
2002-04-28perl hash length fixes, they're also automatically checked now inTimo Sirainen
2002-04-28$witem->{data_level} didn't workTimo Sirainen
2002-04-28added %# to a few "/window" lines.Timo Sirainen
2002-04-28minor fixTimo Sirainen
2002-04-28added host param to your_nick_changed format tooTimo Sirainen