summaryrefslogtreecommitdiff
path: root/src/core/commands.c
AgeCommit message (Expand)Author
2017-03-04Properly check the command arguments in tail place.LemonBoy
2016-06-06Do not crash on OPTCHAN when item has no serverailin-nemui
2015-11-09Strip the trailing whitespace from /join commands.LemonBoy
2015-11-09Add an option to strip trailing whitespace when parsing commandsLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-07-06Check return values from some syscalls and warn if they failDavid Leadbeater
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-01-20Fix 'defination' typo.Emanuele Giaquinta
2008-03-15Revert unrelated changes slipped in r4774.Emanuele Giaquinta
2008-03-15Fix typo.Emanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-06-10When parsing a '@' option verify that the whole argument, rather than only theEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-07-17Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P...Wouter Coekaerts
2005-03-06Fix command_unbind memleak by Toby Peterson (Bug 211)Wouter Coekaerts
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
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