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