summaryrefslogtreecommitdiff
path: root/src/perl/irc
AgeCommit message (Expand)Author
2018-02-07ensure cap_supported is existent yetailin-nemui
2018-01-07Parse the K/V form in CAP LSLemonBoy
2017-01-06make irssi --with-perl build with separate object directoryMartijn Dekker
2016-12-12Expose 'sasl_success' to the perl side.LemonBoy
2016-09-15Expose 'cap_toggle' to the perl scripts.LemonBoy
2016-09-13Expose the CAP fields to the perl scripts.LemonBoy
2016-06-03silent make perlailin-nemui
2016-03-02irssi proxy: allow listening on unix socketsLukas Mai
2016-02-18irssi proxy: allow multiplexing multiple networks over a single portLukas Mai
2015-12-09Merge pull request #65 from ailin-nemui/perl-irc-polyailin-nemui
2015-02-24Add port to proxy client struct for Perl scriptsHans Nielsen
2015-02-16Silence unused value warnings in perl binding codedequis
2014-06-30forward alternate_nick to Irc::Server attributesAilin Nemui
2014-06-27Merge pull request #59 from ailin-nemui/perl-pl-naAlexander Færøy
2014-06-24Define PERL_NO_GET_CONTEXT in all perl source filesDavid Leadbeater
2014-06-24get rid of PL_naLukas Mai
2010-07-24Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in...Wouter Coekaerts
2008-11-02introduce the type Irssi::Irc::Client and signals to communicate with proxy Jochen Eisinger
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker
2007-11-02Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist.Jilles Tjoelker
2007-10-31Remove /notify -idle, it can only work with not-nice automated remote whois.Jilles Tjoelker
2006-05-04New perl command send_raw_first, patch by ComradeP (Bug 413)Wouter Coekaerts
2005-03-07Fix /script reset, which caused crashes (Bug 48)Wouter Coekaerts
2005-01-04Updated the changed arguments for ban_removeValentin Batz
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-12-10Added Irssi::Irc::Dcc::Server supportTimo Sirainen
2003-07-06NOTIFYLIST_REC usage crashfixTimo Sirainen
2002-11-07Some compiling fixes found by -Wall in perl dirs..Timo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-05-13fixesTimo Sirainen
2002-05-13fixed memory leaks with several functions.Timo Sirainen
2002-04-28perl hash length fixes, they're also automatically checked now inTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-10Netsplit saved the NICK_REC, but didn't save the dynamically allocated stringsTimo Sirainen
2001-12-10Allow exporting symbols, patch by juerd@juerd.nlTimo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-12-09fixed wrong hash key lengths, patch by peder@ifi.uio.noTimo Sirainen
2001-12-08Fixed server_redirect_peek_signal() to compile again.Timo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-12-06Added some max_*_in_cmd + some more stuff to Irssi::Irc::Server record.Timo Sirainen
2001-11-28Added Irssi::Irc::get_mask() and Irssi::Irc::MASK_*Timo Sirainen
2001-11-19Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::DccTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-17Added support for "optional events" in redirection. They're checked rightTimo Sirainen
2001-11-15redirect_event() didn't give the correct parameter to event_hash2list().Timo Sirainen
2001-11-12Redirection fixes - added count parameter.Timo Sirainen
2001-11-12redirect_event() fixed to change empty arg/failure_signal to NULLTimo Sirainen
2001-11-12Added Irssi::redirect_get_signal() and Irssi::redirect_peek_signal().Timo Sirainen