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-05-07 | non-zero return value in timeout and input handlers now stops it. | Timo Sirainen |
2002-04-28 | perl hash length fixes, they're also automatically checked now in | Timo Sirainen |
2002-04-28 | $witem->{data_level} didn't work | Timo Sirainen |
2002-04-27 | added signal_continue() for continuing signal emission with new parameters. | Timo Sirainen |
2002-04-27 | Irssi::Theme::get_format() now uses format tag instead of number. | Timo Sirainen |
2002-04-27 | added Irssi::Theme::get_format() | Timo Sirainen |
2002-04-27 | Irssi::format_get_text() didn't work | Timo Sirainen |
2002-04-27 | Irssi::command_bind*() commands were still using broken old signal | Timo Sirainen |
2002-04-26 | %# now toggles monospace font on/off. fe-text doesn't care about it, but | Timo Sirainen |
2002-04-23 | added $query->{last_unread_msg} | Timo Sirainen |
2002-04-16 | fix | Timo Sirainen |
2002-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-15 | Rewritten signal handling code - it wasn't supposed to come before 0.9 irssi | 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-24 | destruct level isn't touched anymore, it crashes irssi with a few people.. | Timo Sirainen |
2002-03-16 | "make clean" now cleans all perl subdirs properly too. | Timo Sirainen |
2002-03-14 | $window->command() changed active window temporarily to wanted one and then | Timo Sirainen |
2002-03-13 | removed the debugging code.. | Timo Sirainen |
2002-03-13 | added some debugging code to irssi_bless_iobject() - can it really be an | Timo Sirainen |
2002-03-11 | added ownnick to Irssi::Channel | Timo Sirainen |
2002-03-09 | "use Irssi" now prints a warning if it's used outside irssi, but doesn't | Timo Sirainen |
2002-03-01 | scripts should be looked from share dir, not lib dir. | Timo Sirainen |
2002-02-15 | window_activity() and window_item_activity() are now public. Added them to | Timo Sirainen |
2002-02-10 | Support for "immortal" windows, that can't be closed until explicitly set to | Timo Sirainen |
2002-02-10 | all subdirs are now specified in "perl_dirs" so it's easier to add/remove | Timo Sirainen |
2002-02-05 | bugfix | Timo Sirainen |
2002-02-03 | broke $server->send_message().. | Timo Sirainen |
2002-02-01 | Removed some backwards compatibility code between CVS versions that broke | Timo Sirainen |
2002-01-29 | Forgot to commit utf8 change here. | Timo Sirainen |
2002-01-27 | Scripts using Irssi::printformat() might have crashed irssi, especially if | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-23 | Tab-completion for /SCRIPT UNLOAD crashed irssi soon after | Timo Sirainen |
2002-01-22 | distclean -> distclean-generic so it'll be executed before clean-am which | 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-21 | Added Irssi::term_refresh_freeze() and ..thaw() | Timo Sirainen |
2002-01-10 | g_strdup() the error message before emitting "script error" signal, since | Timo Sirainen |
2002-01-03 | command_bind_first() and command_bind_last() didn't work properly. | 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-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | 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 | perl_timeout_add() didn't add the script pointer to the source record, so | Timo Sirainen |