summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-09-21Fixes for srcdir != builddir.Emanuele Giaquinta
2006-09-20Fix bold on monochrome terminals.Emanuele Giaquinta
2006-09-20Cosmetic.Emanuele Giaquinta
2006-09-20Add support for utf8 to Irssi::TextUI::Line::get_text.Emanuele Giaquinta
2006-09-20Turn on the utf8 status only if the charset is utf8.Emanuele Giaquinta
2006-09-20Make compilation of is_translit conditional on glib-2.Emanuele Giaquinta
2006-09-20Add public is_utf8 function by refactoring existing code.Emanuele Giaquinta
2006-09-19Simplify using new_pv.Emanuele Giaquinta
2006-09-18Apply 05upgrade-check-binary.dpatch with some modifications.Emanuele Giaquinta
2006-09-18Add missing free.Emanuele Giaquinta
2006-09-17Fix %k and %K mappings.Emanuele Giaquinta
2006-09-17Remove useless check.Emanuele Giaquinta
2006-09-17Simplify.Emanuele Giaquinta
2006-09-17Fix off-by-one error.Emanuele Giaquinta
2006-09-15Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-14Set view->startline to NULL when the line to delete is the first of the viewEmanuele Giaquinta
2006-09-14Revert r4343.Emanuele Giaquinta
2006-09-13Modify scrollback clear to accept the same arguments as clear.Emanuele Giaquinta
2006-09-13Make indentation of cmd_clear consistent.Emanuele Giaquinta
2006-09-13Remove redundant variable.Emanuele Giaquinta
2006-09-12Revert r4342.Emanuele Giaquinta
2006-09-12Refactoring to avoid code duplication.Emanuele Giaquinta
2006-09-12Missing update of view->startline when the line to delete is the first of theEmanuele Giaquinta
2006-09-12Do not restore the previous view when deleting the first line of the current ...Emanuele Giaquinta
2006-09-12Do not crash when settings_get_str returns NULL.Emanuele Giaquinta
2006-09-12Don't crash on /quit with scripts causing and catching signals during UNLOAD ...Wouter Coekaerts
2006-09-11Add support for utf8 to Irssi::settings_get_str.Emanuele Giaquinta
2006-09-10Fix compilation with glib-1.Emanuele Giaquinta
2006-09-09Add extra libs to irssi_LDADD, not to irssi_LDFLAGS.Emanuele Giaquinta
2006-09-09Cosmetic, merge two statements and reindent with tabs.Emanuele Giaquinta
2006-09-09Add support for wide curses.Emanuele Giaquinta
2006-08-20Don't get confused by a join command with too many arguments; keys can't have...Wouter Coekaerts
2006-08-20don't wait for all /names replies before syncing if we can't combine queries ...Wouter Coekaerts
2006-08-20compile with glib1 againWouter Coekaerts
2006-08-08Merge of cuix back in trunknattfodd
2006-08-01reset the PRNG, because a some OSs clear the seed when forkingJochen Eisinger
2006-07-25Don't assume that 7bit ascii strings are encoded in UTF-8, only validate the ...Valentin Batz
2006-07-18Since the fe-common modules are named fe_common_$protocol, the module loaderJochen Eisinger
2006-05-18Fix whois_hide_safe_channel_id: only look at the beginning of a channel name,...Wouter Coekaerts
2006-05-04New perl command send_raw_first, patch by ComradeP (Bug 413)Wouter Coekaerts
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-03-25prefixed all calls to rand() with a call to srand(time(NULL)), so we getJochen Eisinger
2006-03-01Ignore joins without a nick from broken serversWouter Coekaerts
2006-02-20sort nicks with custom prefix by the order defined in isupport in /NAMESWouter Coekaerts
2006-02-17leave parameter count check as it was beforeValentin Batz
2006-02-17check the paramcount for DCC RESUME more strictlyValentin Batz
2006-02-01make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore)Wouter Coekaerts
2006-01-31Fix colors with TERM=xterm-{88,256}color, patch by Emanuele GiaquintaValentin Batz
2006-01-30Only send QUOTE immediately when server didn't yet sent the 001 eventValentin Batz
2006-01-29Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact...Valentin Batz