summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-10Remove get_utf8_char/utf16_char_to_utf8 in favour of glibEmanuele Giaquinta
2008-11-10recode.h include fixup.Emanuele Giaquinta
2008-11-09Emit message irc own_{action,notice,wall} and message dcc own{,_action} withEmanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-11-09Move recoding of incoming quit messages to irc 'event quit' handler.Emanuele Giaquinta
2008-11-09Revert part of r4041. It is not clear which bug it is supposed to fix, and theEmanuele Giaquinta
2008-11-08Recode a WALL message also when sending a notice to @#channel.Emanuele Giaquinta
2008-11-04Recode an incoming quit message once with a nick charset preference rather thanEmanuele Giaquinta
2008-11-02When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError withEmanuele Giaquinta
2008-11-02Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN ifEmanuele Giaquinta
2008-11-02introduce the type Irssi::Irc::Client and signals to communicate with proxy Jochen Eisinger
2008-11-02Fix r4879 change.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-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-08-01Set null encoding for file channels.Emanuele Giaquinta
2008-06-19Include various overheads in /sb status memory count.Jilles Tjoelker
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}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 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-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-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
2008-05-15Re-add sort by level / aux-sort by refnum and re-map actlist_sortEmanuele Giaquinta