Age | Commit message (Expand) | Author |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-03 | Remove broken code that prevents unloading of a script in some cases. | Emanuele Giaquinta |
2007-04-23 | Add workaround for gcc 4.0.0/4.0.1, bug #219. | Emanuele Giaquinta |
2007-02-06 | Revert perl utf8 stuff for now. | Emanuele Giaquinta |
2007-01-11 | Modify Irssi::UI::Window::command to restore the original active window only ... | Emanuele Giaquinta |
2006-12-10 | Declare str in PREINIT section. | Emanuele Giaquinta |
2006-12-08 | Remove CR and LF from Perl commands, to make it harder to introduce a securit... | Wouter Coekaerts |
2006-10-01 | Add missing format string argument in printtext_dest call, patch by loafier. | Emanuele Giaquinta |
2006-09-20 | Add support for utf8 to Irssi::TextUI::Line::get_text. | 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-12 | Don't crash on /quit with scripts causing and catching signals during UNLOAD ... | Wouter Coekaerts |
2006-09-11 | Add support for utf8 to Irssi::settings_get_str. | Emanuele Giaquinta |
2006-05-04 | New perl command send_raw_first, patch by ComradeP (Bug 413) | Wouter Coekaerts |
2005-09-29 | Fix compilation with gcc4 and --with-gc, Patch by Michael Poole | Wouter Coekaerts |
2005-04-26 | Fix tr_TR locale problem for glib2 (still a bug with glib1.2) by David Pashley | Wouter Coekaerts |
2005-03-07 | Fix /script reset, which caused crashes (Bug 48) | Wouter Coekaerts |
2005-03-06 | Add libtool's -module flag to get built properly on all platforms, by Toby Pe... | Wouter Coekaerts |
2005-02-06 | Fixed memory leaks when destroying a channel, when loading nonexisten scripts... | Valentin Batz |
2005-01-04 | Updated the changed arguments for ban_remove | Valentin Batz |
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-06-29 | Make /LOAD script.pl load it. | Timo Sirainen |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2003-12-10 | Added Irssi::Irc::Dcc::Server support | Timo Sirainen |
2003-11-16 | remove Makefile with make distclean | Timo Sirainen |
2003-07-06 | NOTIFYLIST_REC usage crashfix | Timo Sirainen |
2003-06-27 | don't unload libraries when deinitializing. leaks some more memory, but fixes... | Timo Sirainen |
2003-01-25 | Lets see if GC happens to work now without explicit free() calls. Perl | Timo Sirainen |
2003-01-11 | Check for gc.h too | Timo Sirainen |
2003-01-07 | didn't compile with older perls. | 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-28 | Added support to define new default abstracts at runtime. | Timo Sirainen |
2002-12-23 | actually no, it doesn't work ;) | Timo Sirainen |
2002-12-23 | a bit better checking for free'd variables. | Timo Sirainen |
2002-12-23 | Added /SET perl_memory_check_level which works with only GC enabled. 0 | Timo Sirainen |
2002-12-23 | --with-gc enables now support for Boehm's GC, if it's found and glib2 is | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-12-08 | Added Irssi::Script object and "script error" signal. | Timo Sirainen |
2002-12-04 | Added Irssi::signal_register() to dynamically register new signals. | Timo Sirainen |
2002-12-04 | Added no_connect to SERVER_CONNECT_REC, also exported a few other variables | Timo Sirainen |
2002-12-03 | Made irssi_binary global and exported to perl as get_irssi_binary(). | Timo Sirainen |
2002-11-17 | forgot to commit with previous perl changes | 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-11-07 | Use the modified PERL_CFLAGS + CFLAGS to compile .xs files. | Timo Sirainen |