index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-common
/
core
/
completion.c
Age
Commit message (
Expand
)
Author
2001-08-28
Check that word isn't empty instead of just assuming it isn't. This one
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen
2001-07-29
" <tab>" in query printed glib warnings.
Timo Sirainen
2001-07-26
bugfix
Timo Sirainen
2001-07-14
command option/parameter completion was case sensitive (ie. /MSG <tab>
Timo Sirainen
2001-07-14
removed a useless "fix"
Timo Sirainen
2001-07-03
Removed GLIB warning at certain condition with tab completion.
Timo Sirainen
2001-05-22
/SET completion_strict OFF - specifies if the tab nick completion should
Timo Sirainen
2001-01-28
Spaces at the start of line confused the completion some.
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
2000-07-26
Command completion should override others.
Timo Sirainen
2000-07-10
Enabled lots of GCC warnings, fixed those that were easy to fix.
Timo Sirainen
2000-07-09
-option tab-completion didn't work.
Timo Sirainen
2000-07-09
Moved is_base_command() from command completion to command_have_sub()
Timo Sirainen
2000-06-30
Removed some warning messages.
Timo Sirainen
2000-06-30
/MSG completion fixes. /HELP command completion works. Some other fixes.
Timo Sirainen
2000-06-28
/REHASH -> /RELOAD so it won't collide with the server's rehash command.
Timo Sirainen
2000-06-28
You can send message to different server with /MSG -<server tag> nick...
Timo Sirainen
2000-06-28
-options can now be completed with tabulator. There's also automatic
Timo Sirainen
2000-06-25
Subcommand and command parameter completion works now also if you use
Timo Sirainen
2000-06-25
Settings completion works with /TOGGLE also, it completes only boolean
Timo Sirainen
2000-06-25
completing files in root directory put extra / character at the start
Timo Sirainen
2000-06-25
File name completion crashed if you tried to complete file in directory
Timo Sirainen
2000-06-18
File completion updates:
Timo Sirainen
2000-06-17
Added file name completion for commands /CAT, /RUN, /SAVE, /REHASH and
Timo Sirainen
2000-06-17
"command complete" -> "complete command" so that it won't conflict with
Timo Sirainen
2000-06-17
File name completion for /DCC SEND
Timo Sirainen
2000-06-17
Completion list is now sorted.
Timo Sirainen
2000-06-17
Don't add same /command more than once to completion list.
Timo Sirainen
2000-06-17
Forgot to add this.
Timo Sirainen