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
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