summaryrefslogtreecommitdiff
path: root/src/perl/irssi-perl.c
AgeCommit message (Collapse)Author
2000-10-03--enable-perl=[yes|no|static]Timo Sirainen
Allows building perl support either as loadable irssi module or statically linked to irssi binary. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@716 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-10-01Perl works again :) Split to Irssi and Irssi::Irc packages.Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@705 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-09-07Moved the PL_perl_destruct_level check to configure script, it shouldTimo Sirainen
now work with Perl 5.6 too. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@657 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-24Signals that sent GSList as parameters didn't work right with perl scriptsTimo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@624 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-22Unloading perl script crashed if it has used Irssi::timeout_add().Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@620 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-16Fixes to make irssi work with other (older and newer) perl versionsTimo Sirainen
than 5.005 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@610 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-13Perl scripts with non-alphanumeric characters in file name failed toTimo Sirainen
load. Now such chars are converted to _ automatically. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@603 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-12Added namespaces for perl scripts.Timo Sirainen
You can unload scripts with /UNLOAD <name>. Running scripts that are already loaded, destroys the old script from memory. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@588 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-11Use perl_destruct_level, not PL_perl_destruct_level so that we'reTimo Sirainen
compatible with older versions of perl. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@583 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-07-23Moved the PL_perl_destruct_level to irssi_perl_init() so Irssi won'tTimo Sirainen
crash after second /PERLFLUSH. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@528 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-07-21Set perl destruct level to 1 when destroying the perl interpreter withTimo Sirainen
/perlflush. This should close all the open files etc. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@498 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-06-25Created signal_get_uniq_id() macro. Added some documentation aboutTimo Sirainen
signals to design.txt. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@381 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
- window's text buffer should work better - themes are almost working, you can change the text formats with /format - automatically try to rejoin the channel after 5 minutes if the join there failed because it was "temporarily unavailable" (netsplits) - generally cleaning code.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@216 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-04.. lots of changes ..Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@197 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-28Perl working again, better than ever (unless there's bugs :)Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-26rest of the ~rewrite?Timo Sirainen
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@172 dbcabf3a-b0e7-0310-adc4-f8d773084564