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
/
common
Age
Commit message (
Expand
)
Author
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