Age | Commit message (Expand) | Author |
2002-05-02 | Added completion for /LOAD and /WINDOW ITEM MOVE. | Timo Sirainen |
2002-02-16 | /ACTION supports -servertag now and tab completion works with it like with | Timo Sirainen |
2002-02-13 | That msg completion nick thing broke some other completions in msgs window, | Timo Sirainen |
2002-02-11 | In msgs window, you can now complete anywhere /MSG completion nicks (eg. | Timo Sirainen |
2002-02-10 | /MSG completion should work with /QUERY as well | Timo Sirainen |
2002-02-10 | /BIND meta-k erase_completion - support for removing completion data. | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-22 | removed some unused code. | Timo Sirainen |
2002-01-10 | When /SET expand_escapes was ON, \012 and \015 should be treated as newlines | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-11-19 | Actually, we do want to have the space after nick completion.. :) It's much | Timo Sirainen |
2001-11-19 | Don't add space after tab-completed nicks. | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-10-21 | /TOPIC <tab> inserts the topic in active channel. | Timo Sirainen |
2001-08-14 | Typofix - might have caused a crash if channel was destroyed with /WINDOW | Timo Sirainen |
2001-08-08 | Added function expand_escapes() which handles now escaping /EVAL and input | Timo Sirainen |
2001-06-10 | Joins to channel now adds the nick to completion list. | Timo Sirainen |
2001-05-22 | nick completion: don't add the same nick to completion list twice. | Timo Sirainen |
2001-05-22 | nonstrict completion bugfixes, my mistakes :) | Timo Sirainen |
2001-05-22 | /SET completion_strict OFF - specifies if the tab nick completion should | Timo Sirainen |
2001-02-09 | DCC chat nicks are in /MSG completion list now if chat isn't in query. | Timo Sirainen |
2001-01-14 | Minor speed enhancement | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-06 | When msg list is full, remove old messages, not new messages.. | Timo Sirainen |
2001-01-04 | fixed minor memory leak | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-17 | Improved nick_match_msg() - it shouldn't give wrong matches as easily | Timo Sirainen |
2000-12-04 | In queries the queried nick was always added to completion list even if | Timo Sirainen |
2000-12-02 | Nick completion now completes nicks from all channels in active window, | Timo Sirainen |
2000-11-18 | compiler warning fixes + one real bug in dcc-chat | Timo Sirainen |
2000-10-14 | /connect + /server server/chatnet completion by tommik. | Timo Sirainen |
2000-10-14 | Moved nick/msg/channel completion to core with some cleanups. | Timo Sirainen |