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