Age | Commit message (Expand) | Author |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove useless PERL_LIBTOOL indirection. | Emanuele Giaquinta |
2008-02-05 | Remove support for perl 5.004 and older. | Emanuele Giaquinta |
2008-02-04 | Fix deps. | Emanuele Giaquinta |
2008-02-02 | Remove unneeded include. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-11-14 | Rework redirections to deal with multiple concurrent redirects better. | Jilles Tjoelker |
2007-11-02 | Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist. | Jilles Tjoelker |
2007-10-31 | Remove /notify -idle, it can only work with not-nice automated remote whois. | Jilles Tjoelker |
2007-08-04 | Add Perl bindings for some gui_entry methods. | Wouter Coekaerts |
2007-06-17 | Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi, | Jilles Tjoelker |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
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 |