summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04Fix r4880 change.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-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