Age | Commit message (Expand) | Author |
2009-02-07 | Add strarray_find_dest(). Useful for checking whether a server_tag/target or ... | Alexander Færøy |
2009-01-23 | Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1). | Emanuele Giaquinta |
2009-01-20 | Fix 'defination' typo. | Emanuele Giaquinta |
2009-01-18 | Replace invalid utf-8 bytes with U+FFFD when drawing a line. | Emanuele Giaquinta |
2009-01-18 | Emit 'print starting' with the correct argument in printtext_string{,window}. | Emanuele Giaquinta |
2009-01-17 | Add Irssi::UI::Window::get_history_lines to get the content of a window's | Emanuele Giaquinta |
2009-01-17 | Revert r4871, it breaks /script reset. | Emanuele Giaquinta |
2009-01-16 | Properly unload the original script when using /script load to reload it. | Emanuele Giaquinta |
2009-01-16 | Use an io channel to write the config file. | Emanuele Giaquinta |
2009-01-15 | Use PERL_SYS_INIT3 with the correct pointer type for argv. | Jilles Tjoelker |
2009-01-15 | Fix minor leak. | Emanuele Giaquinta |
2009-01-14 | Remove unused and odd function. | Emanuele Giaquinta |
2009-01-14 | Fix typos. | Emanuele Giaquinta |
2009-01-13 | Fix last change. | Emanuele Giaquinta |
2009-01-13 | Remove broken and unused format to add an indent function to a line. | Emanuele Giaquinta |
2009-01-10 | Remove buggy /scrollback redraw - scrollback_save_formats. | Emanuele Giaquinta |
2009-01-10 | Use window_get_theme. | Emanuele Giaquinta |
2009-01-10 | Factor out printformat_module_dest_charargs function from | Emanuele Giaquinta |
2009-01-08 | Remove memory chunks in favour of memory slices. | Emanuele Giaquinta |
2009-01-08 | Add defines for memory slices functions for compatibility with glib | Emanuele Giaquinta |
2009-01-04 | Remove useless code, cur_line is always the last line of the textbuffer. | Emanuele Giaquinta |
2008-12-30 | Rewrite pidwait using g_child_watch_add. | Emanuele Giaquinta |
2008-12-30 | recvlen must be signed. | Emanuele Giaquinta |
2008-12-30 | Use net_receive in sig_exec_input_reader. | Emanuele Giaquinta |
2008-12-22 | Check server's connected flag rather than net-sendbuffer pointers in | Emanuele Giaquinta |
2008-12-22 | Remove useless net-sendbuffer init/deinit functions. | Emanuele Giaquinta |
2008-12-22 | Remove buffers GSList, it is unused since r1023. | Emanuele Giaquinta |
2008-12-17 | Fix r4961 change, irssi-core.pl is transformed in a format string so literals | Emanuele Giaquinta |
2008-12-13 | Preserve op/halfop/voice when /upgrading from before the prefixes change | Jilles Tjoelker |
2008-12-12 | prefix_add(): copy correct number of bytes | Jilles Tjoelker |
2008-12-12 | Revert r4964, at least one script uses ypos. | Emanuele Giaquinta |
2008-12-11 | Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the row | Emanuele Giaquinta |
2008-12-10 | Remove methods to create/destroy TextBuffer and TextBufferView and low level | Emanuele Giaquinta |
2008-12-10 | Add print_after method to Window perl object analogous to | Emanuele Giaquinta |
2008-12-09 | Clean up script loading in general. | Emanuele Giaquinta |
2008-12-09 | Fix undefined behavior due to modifying PL_na twice between sequence points. | Emanuele Giaquinta |
2008-12-09 | Remove resize method of TextBufferView perl object, it is not useful | Emanuele Giaquinta |
2008-12-09 | Remove internal utf8 functions in favour of glib ones. | Emanuele Giaquinta |
2008-12-09 | Cosmetic. | Emanuele Giaquinta |
2008-12-08 | Make some functions static. | Emanuele Giaquinta |
2008-12-08 | Simplify. | Emanuele Giaquinta |
2008-12-08 | Add perl_signal_args_to_c() to convert signal parameters from Perl to C values, | Emanuele Giaquinta |
2008-12-08 | Fix NETSPLIT_SERVER_REC substitution in get-signals.pl, reported by Lukas Mai. | Emanuele Giaquinta |
2008-12-07 | Simplify, isalnum && !isdigit == isalpha. | Emanuele Giaquinta |
2008-12-07 | Simplify and remove dead code. | Emanuele Giaquinta |
2008-12-06 | Simplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT(rec) >= WINDOW_MIN_SIZE | Emanuele Giaquinta |
2008-12-06 | Always preserve the active mainwindow in mainwindows_resize_smaller, | Emanuele Giaquinta |
2008-12-06 | Fix leak introduced in r1855. | Emanuele Giaquinta |
2008-12-05 | Add a notice to src/perl/perl-signals-list.h that it is autogenerated. | Jilles Tjoelker |
2008-12-05 | Factor computation of fg/bg. | Emanuele Giaquinta |