Age | Commit message (Expand) | Author |
2017-11-30 | move decls before code | ailin-nemui |
2017-01-06 | make irssi --with-perl build with separate object directory | Martijn Dekker |
2016-11-01 | add missing inheritance to Exec item from 3532fc46 | ailin-nemui |
2016-09-13 | Make sure to make a copy of ERRSV content. | LemonBoy |
2016-08-12 | fix use after free in expando error | ailin-nemui |
2016-06-03 | silent make perl | ailin-nemui |
2015-11-25 | more perl inheritance warning fixes | ailin-nemui |
2015-11-24 | fix nick class hierarchy | ailin-nemui |
2015-02-16 | Silence unused value warnings in perl binding code | dequis |
2014-06-29 | Merge pull request #52 from dgl/stack-cleanup | Alexander Færøy |
2014-06-27 | Merge pull request #59 from ailin-nemui/perl-pl-na | Alexander Færøy |
2014-06-27 | Correct use of perl stack macros | David Leadbeater |
2014-06-25 | cleanup char* casts and replace one useless SvPV with SvPV_nolen | Ailin Nemui |
2014-06-24 | Define PERL_NO_GET_CONTEXT in all perl source files | David Leadbeater |
2014-06-24 | get rid of PL_na | Lukas Mai |
2009-02-21 | Reject invalid level specifications in /set. | Jilles Tjoelker |
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 |