index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
perl
Age
Commit message (
Expand
)
Author
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
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
Renamed libtool-static to libtool-shared. Generating it should now also
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
2001-01-01
Perl's ldflags usually include at least -lm and maybe some others too.
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-28
removed warning
Timo Sirainen
2000-12-19
security fixes from 0.7.97.2
Timo Sirainen
[next]