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
/
perl
/
irssi-core.pl
Age
Commit message (
Expand
)
Author
2015-11-24
stop cap_sasl
ailin-nemui
2008-12-17
Fix r4961 change, irssi-core.pl is transformed in a format string so literals
Emanuele Giaquinta
2008-12-09
Clean up script loading in general.
Emanuele Giaquinta
2008-11-12
Add perl __WARN__ handler for scripts, bug #427.
Emanuele Giaquinta
2002-08-25
If script returns 0 while it's being loaded, it's terminated without any
Timo Sirainen
2002-08-25
actually, eval {} it anyway so the script can be unloaded even if UNLOAD
Timo Sirainen
2002-08-25
better way to check if UNLOAD exists
Timo Sirainen
2002-08-25
UNLOAD method is called now for all scripts before they're destroyed.
Timo Sirainen
2002-05-26
use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). Maybe
Timo Sirainen
2001-11-18
/SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts
Timo Sirainen
2001-10-24
Added --with-perl-staticlib option to configure. If used, irssi's perl
Timo Sirainen
2001-07-29
"\n", not '\n'..
Timo Sirainen
2001-07-29
/SCRIPT EXEC took only one argument. /SCRIPT LIST is now printed with
Timo Sirainen
2001-07-29
don't use strict since it was forced to scripts too. added a missing $.
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen