Age | Commit message (Expand) | Author |
2001-06-11 | plain objects weren't blessed correctly in lists | Timo Sirainen |
2001-06-11 | $/ was set to undef for perl scripts. removed unused variable. | Timo Sirainen |
2001-06-08 | "complete word" signal works now with perl and it's possible to manipulate | Timo Sirainen |
2001-06-08 | added topic_by, topic_time | 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-04-14 | related changes to textbuffer update.. | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-15 | if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :) | Timo Sirainen |
2001-03-15 | if ! $(MAKE) -> if $(MAKE); then echo; else | Timo Sirainen |
2001-03-11 | make distclean works now properly for common/ and irc/ directories (by tko) | Timo Sirainen |
2001-03-10 | typofix | Timo Sirainen |
2001-03-08 | updated | Timo Sirainen |
2001-03-07 | some perl fixes. NICK_REC is also now "iobject".. | Timo Sirainen |
2001-03-04 | removed Flood.xs | Timo Sirainen |
2001-03-03 | fe-common/irc/flood removed. Some autoignore / ignore -time updates. | Timo Sirainen |
2001-03-03 | /BANTYPE -> /SET ban_type. /BAN: -type option added to override default | Timo Sirainen |
2001-03-03 | make -> $(MAKE) | Timo Sirainen |
2001-02-23 | Fixed for building from objdir | Timo Sirainen |
2001-02-22 | Verify in configure that linking with perl's LDFLAGS actually works. If | Timo Sirainen |
2001-02-22 | Removed AUTOIGNORE_REC since it doesn't exist anyremo | Timo Sirainen |
2001-02-20 | DCC updates | Timo Sirainen |
2001-02-20 | my_perl fix | 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-17 | Moved fe stuff from perl-common to perl-fe. | Timo Sirainen |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-15 | Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't used | Timo Sirainen |
2001-02-14 | #include "perl-common.h" to define my_perl | Timo Sirainen |
2001-02-14 | irssi_perl_interp -> my_perl and made it non-static. should help compiling | Timo Sirainen |
2001-02-13 | Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and | Timo Sirainen |
2001-02-12 | Updates so that DCC stuff compiles again. Still missing DCC chat/get/send | Timo Sirainen |
2001-02-03 | irc_nick_insert(): Irssi::Nick, Irssi::Channel -> Irssi::Irc::... | Timo Sirainen |
2001-02-02 | Nicklist updates so that protocol specific xxx_NICK_REC can be used | Timo Sirainen |
2001-01-28 | DCC updated | Timo Sirainen |
2001-01-28 | Ignoring updates. Added support for nickmatch cache. One ignore can't | Timo Sirainen |
2001-01-28 | nicklist_find() now finds only full nicks, nicklist_find_mask() finds | Timo Sirainen |
2001-01-15 | Added #define PL_sv_undef sv_undef for 5.004 compatibility | Timo Sirainen |
2001-01-14 | use_protocols variable wasn't initialized | 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-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-07 | updated | Timo Sirainen |
2001-01-07 | perl updates | Timo Sirainen |
2001-01-07 | "return 1" doesn't anymore stop signals in perl scripts. Fixed | Timo Sirainen |