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
/
core
/
commands.c
Age
Commit message (
Expand
)
Author
2001-11-11
Moved rewritten server redirection code from core to irc. This new code
Timo Sirainen
2001-11-03
Commands that accepeted * parameter as active channel didn't work properly -
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-07-16
command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMAND
Timo Sirainen
2001-06-10
Getting optional channel parameter was buggy - it used already free'd memory
Timo Sirainen
2001-05-11
cmd_get_params() crashed in some conditions
Timo Sirainen
2001-05-11
Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own
Timo Sirainen
2001-01-07
When using a /command that has only subcommands, print the list of the
Timo Sirainen
2000-12-17
Destroy all settings and commands used by modules when they're unloaded.
Timo Sirainen
2000-12-04
cmd_get_params() didn't work correctly if we didn't want any paramers
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-16
/LAST - didn't work right.
Timo Sirainen
2000-08-15
/MSG -servertag crashed irssi.
Timo Sirainen
2000-08-12
WJOIN -> /JOIN -window
Timo Sirainen
2000-07-23
Added syntaxes of all commands in comments, they're going to be used to
Timo Sirainen
2000-07-23
Don't allow recursive aliases.
Timo Sirainen
2000-07-22
Moved /SAVE and /RELOAD to fe-common. Print "config saved" and
Timo Sirainen
2000-07-16
Cleaned up code.
Timo Sirainen
2000-07-09
Moved is_base_command() from command completion to command_have_sub()
Timo Sirainen
2000-07-02
/^command hides the output of the command, it's not written to log
Timo Sirainen
2000-07-02
Automatic command and option completion didn't check ambiguous commands
Timo Sirainen
2000-06-28
/REHASH -> /RELOAD so it won't collide with the server's rehash command.
Timo Sirainen
2000-06-28
Automatic command completion and a few other fixes.
Timo Sirainen
2000-06-28
-options can now be completed with tabulator. There's also automatic
Timo Sirainen
2000-06-25
Created signal_get_uniq_id() macro. Added some documentation about
Timo Sirainen
2000-06-25
Subcommand and command parameter completion works now also if you use
Timo Sirainen
2000-06-18
Changed option handling in /commands. Irssi will now complain about
Timo Sirainen
2000-06-17
File name completion for /DCC SEND
Timo Sirainen
2000-06-10
Changed the behaviour of how to handle "send command" signal (text you
Timo Sirainen
2000-06-10
same cmdchar twice ignores aliases ignores aliases - not any two cmdchars
Timo Sirainen
2000-06-04
/IRCNET command.
Timo Sirainen
2000-06-04
Lots of DCC related fixes.
Timo Sirainen
2000-06-01
cmd_get_params() fixes:
Timo Sirainen
2000-05-25
"/ text" sends "text" to active channel.
Timo Sirainen
2000-05-15
Lots of changes again. Biggest ones:
Timo Sirainen
2000-05-09
- Compiling fixes
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen