Age | Commit message (Expand) | Author |
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-11-02 | The attached patch fixes bug #164, which triggers a failed assertion | Geert Hauwaerts |
2006-10-27 | Include common.h rather than time.h directly to honour config.h. | Emanuele Giaquinta |
2006-10-23 | Fix memory leaks in expandos_deinit by Nicolas Collignon, bug #419. | Emanuele Giaquinta |
2006-10-20 | uptime command by Lauri Nurmi with some modifications by me, bug #458. | Emanuele Giaquinta |
2006-10-20 | Change default value of override_coredump_limit to FALSE. | Emanuele Giaquinta |
2006-10-01 | Add missing format string argument in printtext_dest call, patch by loafier. | Emanuele Giaquinta |
2006-09-24 | In line_split set *output _after_ calling remove_newline because it | Emanuele Giaquinta |
2006-09-24 | Modify term_move to accept only non negative coordinates. | Emanuele Giaquinta |
2006-09-22 | Revert second hunk of the previous patch, we want to check existence and | Emanuele Giaquinta |
2006-09-22 | Compute absolute path name of argv[0] at startup to make Irssi::get_irssi_binary | Emanuele Giaquinta |
2006-09-22 | This patch fixes the problem that irssi keeps saying Netsplit over for joins ... | Wouter Coekaerts |
2006-09-21 | Fixes for srcdir != builddir. | Emanuele Giaquinta |
2006-09-20 | Fix bold on monochrome terminals. | Emanuele Giaquinta |
2006-09-20 | Cosmetic. | 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-20 | Make compilation of is_translit conditional on glib-2. | Emanuele Giaquinta |
2006-09-20 | Add public is_utf8 function by refactoring existing code. | Emanuele Giaquinta |
2006-09-19 | Simplify using new_pv. | Emanuele Giaquinta |
2006-09-18 | Apply 05upgrade-check-binary.dpatch with some modifications. | Emanuele Giaquinta |
2006-09-18 | Add missing free. | Emanuele Giaquinta |
2006-09-17 | Fix %k and %K mappings. | Emanuele Giaquinta |
2006-09-17 | Remove useless check. | Emanuele Giaquinta |
2006-09-17 | Simplify. | Emanuele Giaquinta |
2006-09-17 | Fix off-by-one error. | Emanuele Giaquinta |
2006-09-15 | Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL. | Emanuele Giaquinta |
2006-09-14 | Set view->startline to NULL when the line to delete is the first of the view | Emanuele Giaquinta |
2006-09-14 | Revert r4343. | Emanuele Giaquinta |
2006-09-13 | Modify scrollback clear to accept the same arguments as clear. | Emanuele Giaquinta |
2006-09-13 | Make indentation of cmd_clear consistent. | Emanuele Giaquinta |
2006-09-13 | Remove redundant variable. | Emanuele Giaquinta |
2006-09-12 | Revert r4342. | Emanuele Giaquinta |
2006-09-12 | Refactoring to avoid code duplication. | Emanuele Giaquinta |
2006-09-12 | Missing update of view->startline when the line to delete is the first of the | Emanuele Giaquinta |
2006-09-12 | Do not restore the previous view when deleting the first line of the current ... | 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-09-10 | Fix compilation with glib-1. | Emanuele Giaquinta |
2006-09-09 | Add extra libs to irssi_LDADD, not to irssi_LDFLAGS. | Emanuele Giaquinta |
2006-09-09 | Cosmetic, merge two statements and reindent with tabs. | Emanuele Giaquinta |
2006-09-09 | Add support for wide curses. | Emanuele Giaquinta |
2006-08-20 | Don't get confused by a join command with too many arguments; keys can't have... | Wouter Coekaerts |
2006-08-20 | don't wait for all /names replies before syncing if we can't combine queries ... | Wouter Coekaerts |
2006-08-20 | compile with glib1 again | Wouter Coekaerts |
2006-08-08 | Merge of cuix back in trunk | nattfodd |
2006-08-01 | reset the PRNG, because a some OSs clear the seed when forking | Jochen Eisinger |
2006-07-25 | Don't assume that 7bit ascii strings are encoded in UTF-8, only validate the ... | Valentin Batz |