Age | Commit message (Expand) | Author |
2001-12-06 | Irssi::signal_add() accepts now a hash, so you can do eg. signal_add('sig1' | Timo Sirainen |
2001-12-06 | Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their | Timo Sirainen |
2001-12-04 | added signal_get_emitted() and signal_get_emitted_id() | Timo Sirainen |
2001-11-19 | Settings of perl scripts are now stored in "perl/core/scripts" instead of | Timo Sirainen |
2001-11-19 | Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc | Timo Sirainen |
2001-11-18 | Added Irssi::chatnets() and chatnet_find() | Timo Sirainen |
2001-11-16 | Fixed a few memory leaks | Timo Sirainen |
2001-11-16 | Added Irssi::version() for returning the IRSSI_VERSION_DATE, fixed get_irssi_... | Timo Sirainen |
2001-11-16 | "setup reread" signal now sends the config file as parameter. Added | Timo Sirainen |
2001-11-11 | Updated perl API version. Fixed irssi to behave better if the API doesn't | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-10-21 | Settings registered with Irssi::settings_add_xx() are now correctly removed | Timo Sirainen |
2001-10-20 | Dependencies finally work correctly in perl libraries (they're each compiled | Timo Sirainen |
2001-10-20 | Added API version check between perl module and perl libs. | Timo Sirainen |
2001-10-14 | Irssi::timeout_add() and Irssi::input_add() now accepts any type of variable | Timo Sirainen |
2001-09-22 | channel_create() wasn't called properly | Timo Sirainen |
2001-07-29 | --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT | Timo Sirainen |
2001-07-24 | Don't crash when trying to bless NULLs | Timo Sirainen |
2001-07-16 | Added Irssi::command_bind_first() and Irssi::command_bind_last() | Timo Sirainen |
2001-07-01 | void should be in separate line | Timo Sirainen |
2001-06-30 | Updates to perl documentation. Moved Rawlog->{lines} to Rawlog::get_lines() | Timo Sirainen |
2001-06-27 | Moved fe_perl module to use Irssi::UI .. this breaks several scripts that | Timo Sirainen |
2001-06-11 | plain objects weren't blessed correctly in lists | Timo Sirainen |
2001-06-01 | added Irssi::parse_special() | Timo Sirainen |
2001-05-30 | Irssi::command_runsub() - patch by fuchs | Timo Sirainen |
2001-05-11 | PL_na doesn't exist in Perl 5.004, don't use it. | Timo Sirainen |
2001-04-20 | Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations. | Timo Sirainen |
2001-04-20 | Irssi::printformat() didn't work | Timo Sirainen |
2001-03-10 | typofix | Timo Sirainen |
2001-03-08 | updated | Timo Sirainen |
2001-02-23 | Fixed for building from objdir | Timo Sirainen |
2001-02-19 | updated | Timo Sirainen |
2001-02-18 | updates for latest changes | Timo Sirainen |
2001-02-17 | Irssi::command_bind(): Don't run the command twice. Log updated for | Timo Sirainen |
2001-02-02 | Nicklist updates so that protocol specific xxx_NICK_REC can be used | Timo Sirainen |
2001-01-28 | nicklist_find() now finds only full nicks, nicklist_find_mask() finds | Timo Sirainen |
2001-01-13 | Removed Channel::command(), Windowitem::command() is already there | Timo Sirainen |
2001-01-13 | Added pidwait_add() and pidwait_remove() | Timo Sirainen |
2001-01-10 | bugfixes | Timo Sirainen |
2001-01-06 | Perl updates. Lots of updates to perl documentation :) | Timo Sirainen |
2001-01-05 | Added printtext_string() which works like printtext(), except it prints | Timo Sirainen |
2001-01-04 | Unbinding commands didn't work properly | Timo Sirainen |
2001-01-03 | Removed the "signal" and "last signal" signals. Changed perl's | Timo Sirainen |
2001-01-01 | ischannel()'s parameter updated from char -> char* as done in C API. | Timo Sirainen |
2000-12-29 | Irssi::print() doesn't call printtext() with args (.., "%s", text) | Timo Sirainen |
2000-12-29 | Irssi::signal_emit() was broken. | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-17 | Irssi::signal_emit(): changed max. parameter count from 6 to 7 | Timo Sirainen |