irssi/src/perl/common
Timo Sirainen 6774b4b30f Added reference counting to server record. At least now we don't accidentally
use a destroyed server record when some /command disconnects the server
(shouldn't happen really) or when irc_send_cmd() fails sending data to server
and disconnects the server (I don't know if this ever happens, but if it does,
it very well could have caused crashes)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2243 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-14 01:54:12 +00:00
..
.cvsignore Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Channel.xs Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc 2001-11-19 19:36:21 +00:00
Core.xs I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for 2001-12-11 16:44:53 +00:00
Ignore.xs Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Irssi.pm Allow exporting symbols, patch by juerd@juerd.nl 2001-12-10 20:23:50 +00:00
Irssi.xs Updated perl API version. Fixed irssi to behave better if the API doesn't 2001-11-11 22:39:56 +00:00
Log.xs Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Makefile.PL.in Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Masks.xs Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
module.h Moved rewritten server redirection code from core to irc. This new code 2001-11-11 18:59:19 +00:00
Query.xs Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc 2001-11-19 19:36:21 +00:00
Rawlog.xs Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Server.xs Added reference counting to server record. At least now we don't accidentally 2001-12-14 01:54:12 +00:00
Settings.xs Added Irssi::settings_add_...(), patch by peder@ifi.uio.no 2001-12-11 00:07:18 +00:00
typemap Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc 2001-11-19 19:36:21 +00:00