summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Update NEWS.Emanuele Giaquinta
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-24Add foreign to automake options.Emanuele Giaquinta
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-22Typo fix by Richard Hartmann (RichiH)Geert Hauwaerts
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-16Fix regression introduced in r4906, remove leading zeros fromEmanuele Giaquinta
2008-11-16Simplify sending of the first pasted line.Emanuele Giaquinta
2008-11-15Update NEWSWouter Coekaerts
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-15Do not update the version file if it is unchanged.Emanuele Giaquinta
2008-11-15Add sb_search.pl in Makefile.amWouter Coekaerts
2008-11-13Move irssi-version.h generation out of configure and add suport for getting theEmanuele Giaquinta
2008-11-13Merge findsyntax.pl in syntax.pl.Emanuele Giaquinta
2008-11-12Simplify, use 'o' printf conversion specifier to print number in octal.Emanuele Giaquinta
2008-11-12Remove reference to wallchops.Jilles Tjoelker
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 script for /scrollback searchWouter Coekaerts
2008-11-12Add perl __WARN__ handler for scripts, bug #427.Emanuele Giaquinta
2008-11-11Fix punctuation.Emanuele Giaquinta
2008-11-11Add Irssi::command_parse_options function to parse options for a command whichEmanuele Giaquinta
2008-11-11Fix broken url.Emanuele Giaquinta
2008-11-11Fix typo.Emanuele 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-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