summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-02Fix r4879 change.Emanuele Giaquinta
2008-11-01Factor the code to update svn changelog into a script.Emanuele Giaquinta
2008-11-01Remove the refcount on LINE_REC.Jilles Tjoelker
2008-10-31Fix a memory leak with /lastlog -count and rejected (too much) /lastlog.Jilles Tjoelker
2008-10-28Also display 407 numerics that are not "duplicate channel".Jilles Tjoelker
2008-10-21Remove scrollback_levelclear_levels setting and add a 'level' option toEmanuele Giaquinta
2008-10-08Fix r4743 change, avoid sign extension.Emanuele Giaquinta
2008-08-30Fix display of ratbox-style operspy whois (/whois !nick).Jilles Tjoelker
2008-08-25Ignore DNS not found errors when considering reconnect.Jilles Tjoelker
2008-08-23Fix crash on startup if perl is compiled in.Jilles Tjoelker
2008-08-22Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1), patchEmanuele Giaquinta
2008-08-22Remove duplicated help file.Emanuele Giaquinta
2008-08-06Update NEWS.Emanuele Giaquinta
2008-08-06Add some changes of mine to NEWS.Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-08-01Set null encoding for file channels.Emanuele Giaquinta
2008-08-01Fix typos.Emanuele Giaquinta
2008-06-19Include various overheads in /sb status memory count.Jilles Tjoelker
2008-06-18Updated irssi.confGeert Hauwaerts
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-06-10s/nickserv ident/nickserv identify/Emanuele Giaquinta
2008-06-10Add 'actlist_names' option to add active items names in 'act' statusbar item.Emanuele Giaquinta
2008-06-06Pass NULL to settings_set_str to reset term_charset to its defaultEmanuele Giaquinta
2008-06-06Remove kludge and add the 'setup changed' handler with higher priorityEmanuele Giaquinta
2008-06-04Fix /set hilight_level not taking effect immediately (bug #598). Patch by exg.Wouter Coekaerts
2008-05-31Simplify, append directly to GString rather than allocating aEmanuele Giaquinta
2008-05-30Reduce some memory waste in the scrollback buffer.Jilles Tjoelker
2008-05-27Fix typo.Emanuele Giaquinta
2008-05-27Fix leak.Emanuele Giaquinta
2008-05-24Read more bytes at a time from servers.Jilles Tjoelker
2008-05-24Cosmetic.Emanuele Giaquinta
2008-05-23Fix minor leak.Emanuele Giaquinta
2008-05-23Reindent.Emanuele Giaquinta
2008-05-23Fix leaks.Emanuele Giaquinta
2008-05-23Do nothing in word_complete if erase is true and we are not continuingEmanuele Giaquinta
2008-05-23Update NEWS.Emanuele Giaquinta
2008-05-23Fix command description.Emanuele Giaquinta
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-05-22Allow increasing the send buffer to 1MB/connection, and warn if that is excee...Jilles Tjoelker
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2008-05-19Add 'list' option to bind command to list all the available commands and removeEmanuele Giaquinta
2008-05-18Improve descriptions of key bind itemsWouter Coekaerts
2008-05-18Update option names after r3080.Emanuele Giaquinta
2008-05-18Remove duplicated help file.Emanuele Giaquinta
2008-05-18Clarify the meaning of 'port' option for 'server add', patch by Dyana Wu.Emanuele Giaquinta
2008-05-17Add 'word_completion_backward' command to scroll backwards in the completionEmanuele Giaquinta
2008-05-17Pass NULL to settings_set_str to reset recode_fallback to its defaultEmanuele Giaquinta
2008-05-16Stop the 'complete word' signal in the default completer when theEmanuele Giaquinta
2008-05-15Complete server tags for /window server.Emanuele Giaquinta
2008-05-15Use a GString rather than g_strdup_printf to build the format string.Emanuele Giaquinta