Age | Commit message (Expand) | Author |
2008-12-08 | Make some functions static. | Emanuele Giaquinta |
2008-12-08 | Add perl_signal_args_to_c() to convert signal parameters from Perl to C values, | Emanuele Giaquinta |
2008-11-11 | Add Irssi::command_parse_options function to parse options for a command which | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-02-06 | Revert perl utf8 stuff for now. | Emanuele Giaquinta |
2006-12-10 | Declare str in PREINIT section. | Emanuele Giaquinta |
2006-09-20 | Turn on the utf8 status only if the charset is utf8. | Emanuele Giaquinta |
2006-09-19 | Simplify using new_pv. | Emanuele Giaquinta |
2006-09-15 | Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL. | Emanuele Giaquinta |
2006-09-12 | Do not crash when settings_get_str returns NULL. | Emanuele Giaquinta |
2006-09-11 | Add support for utf8 to Irssi::settings_get_str. | Emanuele Giaquinta |
2005-03-07 | Fix /script reset, which caused crashes (Bug 48) | Wouter Coekaerts |
2004-10-06 | And the same for signal_continue | Wouter Coekaerts |
2004-10-06 | Recognise a param of signal_emit from perl if it's an int | Wouter Coekaerts |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2002-12-30 | Added missing settings_get_*(), patch by peder | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-04 | Added Irssi::signal_register() to dynamically register new signals. | Timo Sirainen |
2002-12-03 | Made irssi_binary global and exported to perl as get_irssi_binary(). | Timo Sirainen |
2002-11-10 | Irssi::timeout_add(), timeout_add_once() and input_add() were buggy. | Timo Sirainen |
2002-11-07 | Some compiling fixes found by -Wall in perl dirs.. | Timo Sirainen |
2002-10-27 | Exported expando interface to perl. Fix for statusbar deinit. | Timo Sirainen |
2002-05-21 | bugfix | Timo Sirainen |
2002-05-20 | Irssi::get_gui() now returns IRSSI_GUI_xxx which is in use. | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-05-13 | fixes | Timo Sirainen |
2002-05-13 | fixed memory leaks with several functions. | Timo Sirainen |
2002-05-07 | return value wasn't a good idea after all - added Irssi::timeout_add_once() | Timo Sirainen |
2002-04-27 | added signal_continue() for continuing signal emission with new parameters. | Timo Sirainen |
2002-04-27 | Irssi::command_bind*() commands were still using broken old signal | Timo Sirainen |
2002-04-16 | fix | Timo Sirainen |
2002-04-16 | fixes for new signaling code. | Timo Sirainen |
2002-04-09 | Irssi::timeout_add() - don't allow smaller values than 10 | Timo Sirainen |
2002-04-01 | print() fix | Timo Sirainen |
2002-03-24 | bugfix | Timo Sirainen |
2002-03-24 | Perl's print and printf calls now write the text to irssi's window. You | Timo Sirainen |
2002-03-09 | "use Irssi" now prints a warning if it's used outside irssi, but doesn't | Timo Sirainen |
2002-02-05 | bugfix | Timo Sirainen |
2002-02-03 | broke $server->send_message().. | Timo Sirainen |
2002-01-22 | Irssi::command_bind*() allows using hash. | Timo Sirainen |
2002-01-21 | Irssi::signal_add_first() and .._last() allows hashes now. | Timo Sirainen |
2002-01-03 | Irssi::signal_emit() - make sure the parameter is a reference before trying | Timo Sirainen |
2001-12-27 | Irssi::version() should return the time always with 4 digits, padded with | Timo Sirainen |
2001-12-15 | Still more version changes .. Irssi::version() now returns the version in | Timo Sirainen |
2001-12-15 | Added $versiontime and Irssi::version_time() | Timo Sirainen |
2001-12-15 | Irssi::ignores() wasn't working, it looked at the server list.. | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-12-11 | I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for | Timo Sirainen |