summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-05-17!channel fixes.Timo Sirainen
2002-05-17new !channel support was buggy, as I tried it only with channel names havingTimo Sirainen
2002-05-17crashfix for previous ~/. kludgeTimo Sirainen
2002-05-16kludgeing: don't autoget files beginning with '.' if dcc_download_path isTimo Sirainen
2002-05-16Added /COMPLETION -delete and some fixes.Timo Sirainen
2002-05-16Added /COMPLETION command for tab + auto-completion. Config file formatTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-15^ key couldn't be used with /BINDTimo Sirainen
2002-05-13/SET help_path now supports multiple paths separated with ':' - patch by c0ffeeTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13don't add same ban more than once to banlist.Timo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-05-13don't use TIOCGWINSZ terminal size if it returns only 0x0.Timo Sirainen
2002-05-13changed log domain and changed few g_return_if_fails to g_asserts. theTimo Sirainen
2002-05-13make sure the statusbar item fills the space it's given, so it won't corruptTimo Sirainen
2002-05-13/FORMAT whowas change: ircname -> was, maybe this will make automaticTimo Sirainen
2002-05-13Added format_create_dest() + $dest->print() functions. here's also our firstTimo Sirainen
2002-05-13timeout_add_once() didn't work.Timo Sirainen
2002-05-12Split nick and host for topic info format.Timo Sirainen
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-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-06fixed buffer overflow - happened at least when hitting ^A after writingTimo Sirainen
2002-05-05removed unused #defines.Timo 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-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