summaryrefslogtreecommitdiff
path: root/src/fe-common/core/chat-completion.c
AgeCommit message (Expand)Author
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-14Make completer for action/msg/query more self-contained by completing nicks inEmanuele Giaquinta
2007-02-25Add completion for /window goto.Emanuele Giaquinta
2005-05-14Fixed a bug where the completion history can grow without bound, patch by Tob...Valentin Batz
2005-05-14Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), ...Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-01-10fixTimo Sirainen
2002-12-31don't crash with /set completion_keep_privates 0Timo Sirainen
2002-11-21completion_msg() is now publicTimo Sirainen
2002-10-16Adde -servertag to /MSG completion always with >1 connected servers.Timo Sirainen
2002-10-14Complete tags to /RECONNECT tooTimo Sirainen
2002-10-14More tab completion: /DISCONNECT, /SERVER ADD|REMOVE, /STATSTimo Sirainen
2002-07-16comment updateTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2002-07-01comment updateTimo Sirainen
2002-07-01the -nick fix broke things :) now a proper fixTimo Sirainen
2002-07-01fixed query to work with nicks beginning with '-' charTimo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-04/AWAY reason tab completion shouldn't append space at the end.Timo Sirainen
2002-05-26/ALIAS and /UNALIAS completion, patch by c0ffee.Timo Sirainen
2002-05-26/AWAY reason tab completion, patch by c0ffee.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-02Added completion for /LOAD and /WINDOW ITEM MOVE.Timo Sirainen
2002-02-16/ACTION supports -servertag now and tab completion works with it like withTimo Sirainen
2002-02-13That msg completion nick thing broke some other completions in msgs window,Timo Sirainen
2002-02-11In msgs window, you can now complete anywhere /MSG completion nicks (eg.Timo Sirainen
2002-02-10/MSG completion should work with /QUERY as wellTimo Sirainen
2002-02-10/BIND meta-k erase_completion - support for removing completion data.Timo Sirainen
2002-02-03Added target_type to send_message(), -channel and -nick parameters to /MSGTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-22removed some unused code.Timo Sirainen
2002-01-10When /SET expand_escapes was ON, \012 and \015 should be treated as newlinesTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-11-19Actually, we do want to have the space after nick completion.. :) It's muchTimo Sirainen
2001-11-19Don't add space after tab-completed nicks.Timo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-10-21/TOPIC <tab> inserts the topic in active channel.Timo Sirainen
2001-08-14Typofix - might have caused a crash if channel was destroyed with /WINDOWTimo Sirainen
2001-08-08Added function expand_escapes() which handles now escaping /EVAL and inputTimo Sirainen
2001-06-10Joins to channel now adds the nick to completion list.Timo Sirainen
2001-05-22nick completion: don't add the same nick to completion list twice.Timo Sirainen
2001-05-22nonstrict completion bugfixes, my mistakes :)Timo Sirainen
2001-05-22/SET completion_strict OFF - specifies if the tab nick completion shouldTimo Sirainen
2001-02-09DCC chat nicks are in /MSG completion list now if chat isn't in query.Timo Sirainen
2001-01-14Minor speed enhancementTimo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-06When msg list is full, remove old messages, not new messages..Timo Sirainen
2001-01-04fixed minor memory leakTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen