summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-exec.c
AgeCommit message (Expand)Author
2018-01-05fix /exec -o for blank linesailin-nemui
2016-06-05Factor out some redundant code and remove hashtable_get_keysLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-06-15Replace deprecated g_io_channel_close with g_io_channel_shutdown.David Hill
2013-12-13Check setuid() and getuid() for errorsAlexander Færøy
2010-05-20When sending a signal to an /exec'd command, send it to the process Jase Thew
2010-05-19Update help for /exec - clarify use of % prefix for id in command syntax.Jase Thew
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2008-12-30recvlen must be signed.Emanuele Giaquinta
2008-12-30Use net_receive in sig_exec_input_reader.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-07-14/EXEC crashed with 64bit systems. Patch by Soren JacobsenTimo Sirainen
2004-07-11Remember server for /EXEC targets.Timo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-04/exec -interactive window items didn't have get_target() which crashedTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-10closing /EXEC -interactive window may have crashed irssi.Timo Sirainen
2002-04-27/EXEC -quiet now hides the output entirely.Timo Sirainen
2002-04-14/EXEC -interactive : only numbered /execs should have the % prefix.Timo Sirainen
2002-04-12/EXEC -out now sends /msg -nick | -channel so it works properly with silcTimo Sirainen
2002-02-06/EXEC's last output line wasn't printed if it didn't contain newline at endTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-03Added processes to be extern instead of static. Also added Irssi::processes()Timo Sirainen
2001-11-28/EXEC -interactive was broken.Timo Sirainen
2001-11-27default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE.Timo Sirainen
2001-11-19Added /EXEC -level option.Timo Sirainen
2001-07-26added destroy() function to WI_ITEM_REC. This fixes a potential crash whenTimo Sirainen
2001-02-13Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" andTimo Sirainen
2001-02-10/EXEC -interactive: Creates a query-like window item. Text written toTimo Sirainen
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen
2001-01-13Added "exec new" and "exec remove" signals.Timo Sirainen
2001-01-01int:1 -> unsigned int:1Timo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-30removed FIXME text :)Timo Sirainen
2000-12-30pidwait: send status as second agument.Timo Sirainen