summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-09Add myself to AUTHORS.Alexander Færøy
2009-02-09Add /set autolog_ignore_targets.Alexander Færøy
2009-02-09Don't tokenizee target since it wont contain more than one entry anyway.Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-07Add strarray_find_dest(). Useful for checking whether a server_tag/target or ...Alexander Færøy
2009-01-23Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1).Emanuele Giaquinta
2009-01-23Suggest a better method to provide a backtrace with gdb.Emanuele Giaquinta
2009-01-20Fix 'defination' typo.Emanuele Giaquinta
2009-01-18Replace invalid utf-8 bytes with U+FFFD when drawing a line.Emanuele Giaquinta
2009-01-18Emit 'print starting' with the correct argument in printtext_string{,window}.Emanuele Giaquinta
2009-01-17Add Irssi::UI::Window::get_history_lines to get the content of a window'sEmanuele Giaquinta
2009-01-17Revert r4871, it breaks /script reset.Emanuele Giaquinta
2009-01-16Properly unload the original script when using /script load to reload it.Emanuele Giaquinta
2009-01-16Use an io channel to write the config file.Emanuele Giaquinta
2009-01-15Use PERL_SYS_INIT3 with the correct pointer type for argv.Jilles Tjoelker
2009-01-15Doc fix.Emanuele Giaquinta
2009-01-15Fix minor leak.Emanuele Giaquinta
2009-01-15We require perl-5.6.Emanuele Giaquinta
2009-01-14Remove unused and odd function.Emanuele Giaquinta
2009-01-14Fix typos.Emanuele Giaquinta
2009-01-13Fix last change.Emanuele Giaquinta
2009-01-13Remove broken and unused format to add an indent function to a line.Emanuele Giaquinta
2009-01-10Remove buggy /scrollback redraw - scrollback_save_formats.Emanuele Giaquinta
2009-01-10Use window_get_theme.Emanuele Giaquinta
2009-01-10Factor out printformat_module_dest_charargs function fromEmanuele Giaquinta
2009-01-08Remove memory chunks in favour of memory slices.Emanuele Giaquinta
2009-01-08Add defines for memory slices functions for compatibility with glibEmanuele Giaquinta
2009-01-04Remove useless code, cur_line is always the last line of the textbuffer.Emanuele Giaquinta
2008-12-30Rewrite pidwait using g_child_watch_add.Emanuele Giaquinta
2008-12-30recvlen must be signed.Emanuele Giaquinta
2008-12-30Use net_receive in sig_exec_input_reader.Emanuele Giaquinta
2008-12-22Check server's connected flag rather than net-sendbuffer pointers inEmanuele Giaquinta
2008-12-22Remove useless net-sendbuffer init/deinit functions.Emanuele Giaquinta
2008-12-22Remove buffers GSList, it is unused since r1023.Emanuele Giaquinta
2008-12-17Fix r4961 change, irssi-core.pl is transformed in a format string so literalsEmanuele Giaquinta
2008-12-13Preserve op/halfop/voice when /upgrading from before the prefixes changeJilles Tjoelker
2008-12-12prefix_add(): copy correct number of bytesJilles Tjoelker
2008-12-12Document Irssi::signal_continue() and clarify new signal registration require...Jilles Tjoelker
2008-12-12Revert r4964, at least one script uses ypos.Emanuele Giaquinta
2008-12-11Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the rowEmanuele Giaquinta
2008-12-10Remove methods to create/destroy TextBuffer and TextBufferView and low levelEmanuele Giaquinta
2008-12-10Add print_after method to Window perl object analogous toEmanuele Giaquinta
2008-12-09Clean up script loading in general.Emanuele Giaquinta
2008-12-09Fix undefined behavior due to modifying PL_na twice between sequence points.Emanuele Giaquinta
2008-12-09Remove resize method of TextBufferView perl object, it is not usefulEmanuele Giaquinta
2008-12-09Remove internal utf8 functions in favour of glib ones.Emanuele Giaquinta
2008-12-09Cosmetic.Emanuele Giaquinta
2008-12-08Make some functions static.Emanuele Giaquinta
2008-12-08Document command syntax.Emanuele Giaquinta