Age | Commit message (Expand) | Author |
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 |
2000-12-17 | Irssi::printformat() syntax changed: removed server and target, use | Timo Sirainen |
2000-12-09 | fixes, perl should work correctly now :) | Timo Sirainen |
2000-12-06 | perl changes - values() method doesn't exist anymore, instead of | Timo Sirainen |
2000-12-03 | command() doesn't need cmdchar at start of command anymore. | Timo Sirainen |
2000-12-02 | window_[add|remove]_item -> window_item_[add|remove] | Timo Sirainen |
2000-12-02 | small "fix" | Timo Sirainen |
2000-11-27 | forgot to add this | Timo Sirainen |
2000-11-26 | Perl fixes and additions. theme_register() / printformat() works now | Timo Sirainen |
2000-11-25 | added functions from fe-windows.h and window-items.h | Timo Sirainen |
2000-11-23 | Still some warnings removed.. | Timo Sirainen |
2000-11-23 | several fixes to make irssi compile without warnings with MIPSpro | Timo Sirainen |
2000-11-21 | Added input_add() / input_remove() | Timo Sirainen |
2000-11-18 | windows.h -> fe-windows.h | Timo Sirainen |
2000-10-18 | updates | Timo Sirainen |
2000-10-18 | fixes | Timo Sirainen |
2000-10-17 | Logging fixes. Autologging with same named channels in different | Timo Sirainen |
2000-10-11 | Ignore was moved to core. | Timo Sirainen |
2000-10-03 | s/core/common/ - because make clean tried to delete it :) | Timo Sirainen |