Age | Commit message (Expand) | Author |
2002-05-07 | return value wasn't a good idea after all - added Irssi::timeout_add_once() | Timo Sirainen |
2002-04-27 | added signal_continue() for continuing signal emission with new parameters. | Timo Sirainen |
2002-04-27 | Irssi::command_bind*() commands were still using broken old signal | Timo Sirainen |
2002-04-16 | fix | Timo Sirainen |
2002-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-09 | Irssi::timeout_add() - don't allow smaller values than 10 | Timo Sirainen |
2002-04-01 | print() fix | Timo Sirainen |
2002-03-24 | bugfix | Timo Sirainen |
2002-03-24 | Perl's print and printf calls now write the text to irssi's window. You | Timo Sirainen |
2002-03-09 | "use Irssi" now prints a warning if it's used outside irssi, but doesn't | Timo Sirainen |
2002-02-05 | bugfix | Timo Sirainen |
2002-02-03 | broke $server->send_message().. | Timo Sirainen |
2002-01-22 | Irssi::command_bind*() allows using hash. | Timo Sirainen |
2002-01-21 | Irssi::signal_add_first() and .._last() allows hashes now. | Timo Sirainen |
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 |