Age | Commit message (Expand) | Author |
2016-06-06 | Do not crash on OPTCHAN when item has no server | ailin-nemui |
2015-11-09 | Strip the trailing whitespace from /join commands. | LemonBoy |
2015-11-09 | Add an option to strip trailing whitespace when parsing commands | LemonBoy |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-07-06 | Check return values from some syscalls and warn if they fail | David Leadbeater |
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-01-20 | Fix 'defination' typo. | Emanuele Giaquinta |
2008-03-15 | Revert unrelated changes slipped in r4774. | Emanuele Giaquinta |
2008-03-15 | Fix typo. | Emanuele Giaquinta |
2008-02-04 | Remove trailing whitespace. | Emanuele Giaquinta |
2007-06-10 | When parsing a '@' option verify that the whole argument, rather than only the | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-07-17 | Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P... | Wouter Coekaerts |
2005-03-06 | Fix command_unbind memleak by Toby Peterson (Bug 211) | Wouter Coekaerts |
2003-10-11 | Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks. | Timo Sirainen |
2002-11-17 | cmd_get_quoted_param() didn't work properly if it was used with last word | Timo Sirainen |
2002-11-11 | DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>, | Timo Sirainen |
2002-07-01 | cmd_get_quoted_params() fixes | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-15 | Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi | Timo Sirainen |
2002-02-13 | PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was always | Timo Sirainen |
2002-02-07 | '-' option as last parameter didn't work (eg. /LAST -) | Timo Sirainen |
2002-02-03 | Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn't | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-20 | Added -before and -after options to /LASTLOG. You can also use | Timo Sirainen |
2002-01-11 | Whops, didn't actually fix the connection_lost :) | Timo Sirainen |
2002-01-11 | When commands were being parsed, the currectly active server should have been... | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-11-29 | command_unbind() - don't crash if trying to unbind a command not registered | Timo Sirainen |
2001-11-20 | using signal_add() instead of signal_add_first() again. the ..first() wasn't | Timo Sirainen |
2001-11-19 | grab the "send command" event with signal_add_first(). | Timo Sirainen |
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 |