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
/
irc
Age
Commit message (
Expand
)
Author
2001-10-24
Added --with-perl-staticlib option to configure. If used, irssi's perl
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-07-24
Don't crash when trying to bless NULLs
Timo Sirainen
2001-06-29
Added size/skipped to Dcc::Send / Get records
Timo Sirainen
2001-06-27
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
Timo Sirainen
2001-06-26
Perl blessing fixes.
Timo Sirainen
2001-06-11
plain objects weren't blessed correctly in lists
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-02-23
Fixed for building from objdir
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-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-07
updated
Timo Sirainen
2001-01-07
perl updates
Timo Sirainen
2001-01-01
ischannel()'s parameter updated from char -> char* as done in C API.
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-11-23
Still some warnings removed..
Timo Sirainen
2000-10-30
Moved the ISA defines from .pm to irssi code, so that non-irc protocols
Timo Sirainen
2000-10-18
fixes
Timo Sirainen
2000-10-13
updating user modes were handled as they were channel modes, like +o
Timo Sirainen
2000-10-11
Ignore was moved to core.
Timo Sirainen
2000-10-03
--enable-perl=[yes|no|static]
Timo Sirainen
2000-10-01
Perl works again :) Split to Irssi and Irssi::Irc packages.
Timo Sirainen