summaryrefslogtreecommitdiff
path: root/src/fe-common/core/chat-completion.c
AgeCommit message (Expand)Author
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
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-04In queries the queried nick was always added to completion list even ifTimo Sirainen
2000-12-02Nick completion now completes nicks from all channels in active window,Timo Sirainen
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-10-14/connect + /server server/chatnet completion by tommik.Timo Sirainen
2000-10-14Moved nick/msg/channel completion to core with some cleanups.Timo Sirainen