]> jfr.im git - irc/irssi/irssi.git/shortlog
irc/irssi/irssi.git
2009-03-31  Wouter CoekaertsRelease 0.8.13 0.8.13
2009-03-18  Wouter CoekaertsRelease 0.8.13-rc1
2009-03-15  Wouter CoekaertsCorrect previous commit: fix away checking
2009-03-10  Wouter CoekaertsFix /NOTIFY list when nick is seen joining (bug #642)
2009-03-10  Wouter CoekaertsInclude hostmask in 001 event sent by proxy (bug #650)
2009-03-10  Wouter CoekaertsAdd "window item moved" (added in r5012) to signals.txt
2009-03-10  Wouter CoekaertsUpdate AUTHORS and NEWS
2009-03-10  Jilles TjoelkerAdd "default event numeric" to signals.txt.
2009-03-04  Alexander FærøyRemove authors info from README
2009-03-01  Alexander FærøyAdd autolog_ignore_targets entry to the NEWS file.
2009-03-01  Jilles TjoelkerRemove unused variables.
2009-02-28  Jilles TjoelkerRemove unused variable.
2009-02-28  Jilles TjoelkerEnsure variable is initialized.
2009-02-28  Emanuele GiaquintaRemove unused variable.
2009-02-28  Emanuele GiaquintaRemove unused variable.
2009-02-28  Jilles TjoelkerCorrect assertions.
2009-02-28  Jilles TjoelkerAdd the command send/expire timeout only when needed.
2009-02-28  Jilles TjoelkerOnce a second seems sufficient for the expando timer.
2009-02-28  Jilles TjoelkerCheck for stale flood entries when lines come in, avoid...
2009-02-27  Jilles TjoelkerMove to a single /join function, avoiding confusion...
2009-02-27  Jilles TjoelkerCheck for SIGCONT using a custom GSource instead of...
2009-02-21  Jilles TjoelkerReject invalid level specifications in /set.
2009-02-21  Jilles TjoelkerMake explicit how long the arrays for prefix_add and...
2009-02-21  Jilles TjoelkerUse i_isspace to make this clearer.
2009-02-21  Jilles TjoelkerMake an invalid boolean /set a CLIENTERROR instead...
2009-02-21  Jilles TjoelkerReject obviously invalid numbers in /set.
2009-02-13  Wouter Coekaertsemit "window item moved" instead of "window item remove...
2009-02-10  Alexander FærøyPrefer g_path_get_dirname() over g_dirname().
2009-02-10  Alexander FærøyAdd "window dehilight" to signals.txt
2009-02-09  Alexander FærøyConvert AUTHORS to UTF-8.
2009-02-09  Alexander FærøyAdd myself to AUTHORS.
2009-02-09  Alexander FærøyAdd /set autolog_ignore_targets.
2009-02-09  Alexander FærøyDon't tokenizee target since it wont contain more than...
2009-02-08  Alexander FærøyCode Cleanup:
2009-02-08  Alexander FærøyCode Cleanup:
2009-02-07  Alexander FærøyAdd strarray_find_dest(). Useful for checking whether...
2009-01-23  Emanuele GiaquintaCall PERL_SYS_INIT3() and PERL_SYS_TERM() as documented...
2009-01-23  Emanuele GiaquintaSuggest a better method to provide a backtrace with...
2009-01-20  Emanuele GiaquintaFix 'defination' typo.
2009-01-18  Emanuele GiaquintaReplace invalid utf-8 bytes with U+FFFD when drawing...
2009-01-18  Emanuele GiaquintaEmit 'print starting' with the correct argument in...
2009-01-17  Emanuele GiaquintaAdd Irssi::UI::Window::get_history_lines to get the...
2009-01-17  Emanuele GiaquintaRevert r4871, it breaks /script reset.
2009-01-16  Emanuele GiaquintaProperly unload the original script when using /script...
2009-01-16  Emanuele GiaquintaUse an io channel to write the config file.
2009-01-15  Jilles TjoelkerUse PERL_SYS_INIT3 with the correct pointer type for...
2009-01-15  Emanuele GiaquintaDoc fix.
2009-01-15  Emanuele GiaquintaFix minor leak.
2009-01-15  Emanuele GiaquintaWe require perl-5.6.
2009-01-14  Emanuele GiaquintaRemove unused and odd function.
2009-01-14  Emanuele GiaquintaFix typos.
2009-01-13  Emanuele GiaquintaFix last change.
2009-01-13  Emanuele GiaquintaRemove broken and unused format to add an indent functi...
2009-01-10  Emanuele GiaquintaRemove buggy /scrollback redraw - scrollback_save_formats.
2009-01-10  Emanuele GiaquintaUse window_get_theme.
2009-01-10  Emanuele GiaquintaFactor out printformat_module_dest_charargs function...
2009-01-08  Emanuele GiaquintaRemove memory chunks in favour of memory slices.
2009-01-08  Emanuele GiaquintaAdd defines for memory slices functions for compatibili...
2009-01-04  Emanuele GiaquintaRemove useless code, cur_line is always the last line...
2008-12-30  Emanuele GiaquintaRewrite pidwait using g_child_watch_add.
2008-12-30  Emanuele Giaquintarecvlen must be signed.
2008-12-30  Emanuele GiaquintaUse net_receive in sig_exec_input_reader.
2008-12-22  Emanuele GiaquintaCheck server's connected flag rather than net-sendbuffe...
2008-12-22  Emanuele GiaquintaRemove useless net-sendbuffer init/deinit functions.
2008-12-22  Emanuele GiaquintaRemove buffers GSList, it is unused since r1023.
2008-12-17  Emanuele GiaquintaFix r4961 change, irssi-core.pl is transformed in a...
2008-12-13  Jilles TjoelkerPreserve op/halfop/voice when /upgrading from before...
2008-12-12  Jilles Tjoelkerprefix_add(): copy correct number of bytes
2008-12-12  Jilles TjoelkerDocument Irssi::signal_continue() and clarify new signa...
2008-12-12  Emanuele GiaquintaRevert r4964, at least one script uses ypos.
2008-12-11  Emanuele GiaquintaRemove ypos field of TEXT_BUFFER_VIEW_REC, it is used...
2008-12-10  Emanuele GiaquintaRemove methods to create/destroy TextBuffer and TextBuf...
2008-12-10  Emanuele GiaquintaAdd print_after method to Window perl object analogous to
2008-12-09  Emanuele GiaquintaClean up script loading in general.
2008-12-09  Emanuele GiaquintaFix undefined behavior due to modifying PL_na twice...
2008-12-09  Emanuele GiaquintaRemove resize method of TextBufferView perl object...
2008-12-09  Emanuele GiaquintaRemove internal utf8 functions in favour of glib ones.
2008-12-09  Emanuele GiaquintaCosmetic.
2008-12-08  Emanuele GiaquintaMake some functions static.
2008-12-08  Emanuele GiaquintaDocument command syntax.
2008-12-08  Emanuele GiaquintaSimplify.
2008-12-08  Emanuele GiaquintaAdd perl_signal_args_to_c() to convert signal parameter...
2008-12-08  Emanuele GiaquintaFix NETSPLIT_SERVER_REC substitution in get-signals...
2008-12-08  Emanuele GiaquintaChange get-signals.pl mime type to text/x-perl.
2008-12-07  Emanuele GiaquintaSimplify, isalnum && !isdigit == isalpha.
2008-12-07  Emanuele GiaquintaSimplify and remove dead code.
2008-12-06  Emanuele GiaquintaSimplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT...
2008-12-06  Emanuele GiaquintaAlways preserve the active mainwindow in mainwindows_re...
2008-12-06  Emanuele GiaquintaFix leak introduced in r1855.
2008-12-06  Jilles TjoelkerAdd brief documentation for Irssi::signal_register...
2008-12-05  Jilles TjoelkerAdd a notice to src/perl/perl-signals-list.h that it...
2008-12-05  Emanuele GiaquintaFactor computation of fg/bg.
2008-12-03  Emanuele GiaquintaManually inline cell_width.
2008-12-03  Emanuele GiaquintaSimplify.
2008-12-02  Emanuele GiaquintaRecode outgoing irc quit messages.
2008-12-02  Emanuele GiaquintaFix r1569, assign a proper mask to PRINT_FLAG_UNSET_LIN...
2008-12-01  Emanuele GiaquintaAux-sort settings by key in settings_get_sorted.
2008-12-01  Emanuele GiaquintaFactor the code to send an irc action into a function.
2008-12-01  Emanuele GiaquintaAdd function to set minimum/maximum size for a statusba...
2008-12-01  Emanuele GiaquintaAdd public header with interfaces to manage statusbar...
next