summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-30Improve SSL error display.Jilles Tjoelker
2008-11-30Make needlessly global variable local where used.Emanuele Giaquinta
2008-11-30Do not check for fcntl.Emanuele Giaquinta
2008-11-29Revert r4924, the comment is correct after all.Jilles Tjoelker
2008-11-29Remove obsolete part of comment.Emanuele Giaquinta
2008-11-29Amend fix for bug #392, assume utf-8 encoding for an ascii string inEmanuele Giaquinta
2008-11-29Fix r4920 change.Emanuele Giaquinta
2008-11-28Factor code to check if a string is ascii only into a function.Emanuele Giaquinta
2008-11-28Allow /ban, /unban, /kickban, /knockout if channel is not synced.Jilles Tjoelker
2008-11-28Remove obsolete/wrong part of comment (irc server cmdcount).Jilles Tjoelker
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-24Do not strip the comma in a mirc color if it is not followed by a digit, bugEmanuele Giaquinta
2008-11-23Remove apparently useless indirection through stub libtool libraryEmanuele Giaquinta
2008-11-18Move check on term_type outside of strlen_big5.Emanuele Giaquinta
2008-11-18Revert r4912.Emanuele Giaquinta
2008-11-16Do not call skip_target on a non irc server in irc 'own_public'Emanuele Giaquinta
2008-11-16Do not check in irc cmd_away that the active item server is an ircEmanuele Giaquinta
2008-11-16Simplify sending of the first pasted line.Emanuele Giaquinta
2008-11-15Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and...Wouter Coekaerts
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-11-12Simplify, use 'o' printf conversion specifier to print number in octal.Emanuele Giaquinta
2008-11-12Remove /wallchops, do not suggest other commands in /help wall.Jilles Tjoelker
2008-11-12Recode outgoing irc away messages, bug #412.Emanuele Giaquinta
2008-11-12Export server_send_away and use it in irc-servers-reconnect.c:sig_connectedEmanuele Giaquinta
2008-11-12Add perl __WARN__ handler for scripts, bug #427.Emanuele Giaquinta
2008-11-11Add Irssi::command_parse_options function to parse options for a command whichEmanuele Giaquinta
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