summaryrefslogtreecommitdiff
path: root/src/fe-common/core/completion.c
AgeCommit message (Expand)Author
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2002-06-06When completing words beginning with '/' or '~' chars, treat them asTimo Sirainen
2002-05-16Added /COMPLETION -delete and some fixes.Timo Sirainen
2002-05-16Added /COMPLETION command for tab + auto-completion. Config file formatTimo Sirainen
2002-05-02Added completion for /LOAD and /WINDOW ITEM MOVE.Timo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-02-10/BIND meta-k erase_completion - support for removing completion data.Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-08-28Check that word isn't empty instead of just assuming it isn't. This oneTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29" <tab>" in query printed glib warnings.Timo Sirainen
2001-07-26bugfixTimo Sirainen
2001-07-14command option/parameter completion was case sensitive (ie. /MSG <tab>Timo Sirainen
2001-07-14removed a useless "fix"Timo Sirainen
2001-07-03Removed GLIB warning at certain condition with tab completion.Timo Sirainen
2001-05-22/SET completion_strict OFF - specifies if the tab nick completion shouldTimo Sirainen
2001-01-28Spaces at the start of line confused the completion some.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
2000-07-26Command completion should override others.Timo Sirainen
2000-07-10Enabled 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-09Moved is_base_command() from command completion to command_have_sub()Timo Sirainen
2000-06-30Removed 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-28You 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 automaticTimo Sirainen
2000-06-25Subcommand and command parameter completion works now also if you useTimo Sirainen
2000-06-25Settings completion works with /TOGGLE also, it completes only booleanTimo Sirainen
2000-06-25completing files in root directory put extra / character at the startTimo Sirainen
2000-06-25File name completion crashed if you tried to complete file in directoryTimo Sirainen
2000-06-18File completion updates:Timo Sirainen
2000-06-17Added file name completion for commands /CAT, /RUN, /SAVE, /REHASH andTimo Sirainen
2000-06-17"command complete" -> "complete command" so that it won't conflict withTimo Sirainen
2000-06-17File name completion for /DCC SENDTimo Sirainen
2000-06-17Completion list is now sorted.Timo Sirainen
2000-06-17Don't add same /command more than once to completion list.Timo Sirainen
2000-06-17Forgot to add this.Timo Sirainen