1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/perl/irc
Timo Sirainen 020861c698 Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings
which were part of it. Removed it now and replaced it with saving only
op/halfop/voice status. Might have caused some crashes? (hopefully did :)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2234 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-10 23:32:46 +00:00
..
.cvsignore Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Channel.xs Better support for halfops, patch by yathen@web.de 2001-12-09 17:13:48 +00:00
Ctcp.xs Added ctcp_register() and ctcp_unregister() for registering CTCP commands. 2001-11-18 21:36:11 +00:00
Dcc.xs Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc 2001-11-19 19:36:21 +00:00
Irc.pm Allow exporting symbols, patch by juerd@juerd.nl 2001-12-10 20:23:50 +00:00
Irc.xs Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings 2001-12-10 23:32:46 +00:00
Makefile.PL.in Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Modes.xs Added support for 326 and 327 whois numerics in OPN. 2001-12-07 19:40:37 +00:00
module.h Added Irssi::Irc::get_mask() and Irssi::Irc::MASK_* 2001-11-28 21:49:39 +00:00
Netsplit.xs Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings 2001-12-10 23:32:46 +00:00
Notifylist.xs Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Query.xs Dependencies finally work correctly in perl libraries (they're each compiled 2001-10-20 19:52:07 +00:00
Server.xs Fixed server_redirect_peek_signal() to compile again. 2001-12-08 02:03:25 +00:00
typemap Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc 2001-11-19 19:36:21 +00:00