Age | Commit message (Expand) | Author |
2002-01-03 | Irssi::signal_emit() - make sure the parameter is a reference before trying | Timo Sirainen |
2001-12-27 | Irssi::version() should return the time always with 4 digits, padded with | Timo Sirainen |
2001-12-15 | Still more version changes .. Irssi::version() now returns the version in | Timo Sirainen |
2001-12-15 | Added $versiontime and Irssi::version_time() | Timo Sirainen |
2001-12-15 | Irssi::ignores() wasn't working, it looked at the server list.. | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | 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-11 | Added Irssi::settings_add_...(), patch by peder@ifi.uio.no | Timo Sirainen |
2001-12-10 | Allow exporting symbols, patch by juerd@juerd.nl | Timo Sirainen |
2001-12-10 | Moved Irssi::command(), Irssi::Server::command() and Irssi::Windowitem::comma... | Timo Sirainen |
2001-12-09 | Added Irssi::command_set_options() | Timo Sirainen |
2001-12-07 | Removed Irssi::require_version(), we'll use "use Irssi 20011207;" style now. | Timo Sirainen |
2001-12-07 | Added Irssi::require_version() | Timo Sirainen |
2001-12-07 | parameters types for timeout_add() and input_add() changed from void* to SV* | Timo Sirainen |
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 |