summaryrefslogtreecommitdiff
path: root/src/core/commands.c
AgeCommit message (Expand)Author
2002-11-17cmd_get_quoted_param() didn't work properly if it was used with last wordTimo Sirainen
2002-11-11DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,Timo Sirainen
2002-07-01cmd_get_quoted_params() fixesTimo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-02-13PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was alwaysTimo Sirainen
2002-02-07'-' option as last parameter didn't work (eg. /LAST -)Timo Sirainen
2002-02-03Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn'tTimo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-20Added -before and -after options to /LASTLOG. You can also useTimo Sirainen
2002-01-11Whops, didn't actually fix the connection_lost :)Timo Sirainen
2002-01-11When commands were being parsed, the currectly active server should have been...Timo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-11-29command_unbind() - don't crash if trying to unbind a command not registeredTimo Sirainen
2001-11-20using signal_add() instead of signal_add_first() again. the ..first() wasn'tTimo Sirainen
2001-11-19grab the "send command" event with signal_add_first().Timo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-11-03Commands that accepeted * parameter as active channel didn't work properly -Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-07-16command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMANDTimo Sirainen
2001-06-10Getting optional channel parameter was buggy - it used already free'd memoryTimo Sirainen
2001-05-11cmd_get_params() crashed in some conditionsTimo Sirainen
2001-05-11Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding ownTimo Sirainen
2001-01-07When using a /command that has only subcommands, print the list of theTimo Sirainen
2000-12-17Destroy all settings and commands used by modules when they're unloaded.Timo Sirainen
2000-12-04cmd_get_params() didn't work correctly if we didn't want any paramersTimo Sirainen
2000-08-26Lots 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-12WJOIN -> /JOIN -windowTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Don't allow recursive aliases.Timo Sirainen
2000-07-22Moved /SAVE and /RELOAD to fe-common. Print "config saved" andTimo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-09Moved 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 logTimo Sirainen
2000-07-02Automatic command and option completion didn't check ambiguous commandsTimo Sirainen
2000-06-28/REHASH -> /RELOAD so it won't collide with the server's rehash command.Timo Sirainen
2000-06-28Automatic command completion and a few other fixes.Timo Sirainen
2000-06-28-options can now be completed with tabulator. There's also automaticTimo Sirainen
2000-06-25Created signal_get_uniq_id() macro. Added some documentation aboutTimo Sirainen
2000-06-25Subcommand and command parameter completion works now also if you useTimo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17File name completion for /DCC SENDTimo Sirainen
2000-06-10Changed the behaviour of how to handle "send command" signal (text youTimo Sirainen
2000-06-10same cmdchar twice ignores aliases ignores aliases - not any two cmdcharsTimo Sirainen