Age | Commit message (Expand) | Author |
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 |
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 | /perl command does now "use Irssi::Proto" for all chat protocols that | Timo Sirainen |
2000-12-09 | fixes, perl should work correctly now :) | Timo Sirainen |
2000-12-06 | bugfix in handling command(), cmdchar at start of command was still required.. | Timo Sirainen |
2000-12-06 | irssi_bless() crashed with NULL parameter | Timo Sirainen |
2000-12-06 | perl changes - values() method doesn't exist anymore, instead of | Timo Sirainen |
2000-12-03 | nl_langinfo() was a bad idea, don't use it. | 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 | s/enum GInputCondition/int/ - enums aren't supposed to orred together i | Timo Sirainen |
2000-11-23 | Still some warnings removed.. | Timo Sirainen |
2000-11-23 | more warning fixes | 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-30 | Moved the ISA defines from .pm to irssi code, so that non-irc protocols | Timo Sirainen |
2000-10-27 | Automatic appending of .pl to script name didn't work for file names | Timo Sirainen |
2000-10-18 | updates | Timo Sirainen |
2000-10-18 | fixes | Timo Sirainen |
2000-10-18 | Signal fixes | Timo Sirainen |
2000-10-17 | Logging fixes. Autologging with same named channels in different | Timo Sirainen |
2000-10-13 | updating user modes were handled as they were channel modes, like +o | Timo Sirainen |
2000-10-11 | try running make again if it fails the first time - it's probably | Timo Sirainen |
2000-10-11 | Ignore was moved to core. | Timo Sirainen |
2000-10-04 | Create libtool-static for creating irssi modules that don't need .a | Timo Sirainen |
2000-10-03 | Perl compiling updates | Timo Sirainen |
2000-10-03 | --enable-perl=[yes|no|static] | Timo Sirainen |
2000-10-03 | s/core/common/ - because make clean tried to delete it :) | Timo Sirainen |
2000-10-02 | Added -avoid-version options and disable-static for SILC module. | Timo Sirainen |
2000-10-01 | added | Timo Sirainen |
2000-10-01 | Perl updates | Timo Sirainen |
2000-10-01 | Perl works again :) Split to Irssi and Irssi::Irc packages. | Timo Sirainen |
2000-09-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-07 | Moved the PL_perl_destruct_level check to configure script, it should | Timo Sirainen |
2000-09-07 | Perl works now only as a runtime loadable module | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-08-24 | Signals that sent GSList as parameters didn't work right with perl scripts | Timo Sirainen |
2000-08-22 | Unloading perl script crashed if it has used Irssi::timeout_add(). | Timo Sirainen |
2000-08-20 | Channel mode handling changed - there's no more mode_xxx fields in | Timo Sirainen |
2000-08-16 | plugin -> module | Timo Sirainen |