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
2016-03-20
strip less whitespace from commands
ailin-nemui
2016-01-29
completion: Fix crash when the complist provided by a script has nulls
dequis
2015-11-09
Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.
LemonBoy
2015-10-03
Add SETTING_TYPE_ANY and replace -1 with it.
Alexander Færøy
2015-04-17
Merge pull request #199 from ailin-nemui/config-parser
Alexander Færøy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2015-02-17
add CONFIG_REC to config_node_section* APIs
Ailin Nemui
2014-06-22
Replace deprecated g_basename with g_path_get_basename.
David Hill
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
2009-02-10
Prefer g_path_get_dirname() over g_dirname().
Alexander Færøy
2008-05-23
Fix leaks.
Emanuele Giaquinta
2008-05-23
Do nothing in word_complete if erase is true and we are not continuing
Emanuele Giaquinta
2008-05-17
Add 'word_completion_backward' command to scroll backwards in the completion
Emanuele Giaquinta
2008-04-28
Make some functions static.
Emanuele Giaquinta
2007-06-06
Enhance /set completer to complete option names also when a command option
Emanuele Giaquinta
2007-06-05
Remove code duplication.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-03-12
Remove superflous empty lines.
Emanuele Giaquinta
2007-03-12
Call signal_stop also when the completion list for the command options/parame...
Emanuele Giaquinta
2003-10-11
Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.
Timo Sirainen
2002-06-06
When completing words beginning with '/' or '~' chars, treat them as
Timo Sirainen
2002-05-16
Added /COMPLETION -delete and some fixes.
Timo Sirainen
2002-05-16
Added /COMPLETION command for tab + auto-completion. Config file format
Timo Sirainen
2002-05-02
Added completion for /LOAD and /WINDOW ITEM MOVE.
Timo Sirainen
2002-04-10
Fixed one error and several warnings with GLIB 2.0
Timo Sirainen
2002-02-10
/BIND meta-k erase_completion - support for removing completion data.
Timo Sirainen
2002-02-02
Comments are now allowed everywhere in config files.
Timo Sirainen
2002-01-27
toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some
Timo Sirainen
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
[next]