Age | Commit message (Expand) | Author |
2008-11-29 | Revert r4924, the comment is correct after all. | Jilles Tjoelker |
2008-11-29 | Remove obsolete part of comment. | Emanuele Giaquinta |
2008-11-29 | Amend fix for bug #392, assume utf-8 encoding for an ascii string in | Emanuele Giaquinta |
2008-11-29 | Fix r4920 change. | Emanuele Giaquinta |
2008-11-28 | Factor code to check if a string is ascii only into a function. | Emanuele Giaquinta |
2008-11-28 | Allow /ban, /unban, /kickban, /knockout if channel is not synced. | Jilles Tjoelker |
2008-11-28 | Remove obsolete/wrong part of comment (irc server cmdcount). | Jilles Tjoelker |
2008-11-28 | Update NEWS. | Emanuele Giaquinta |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-24 | Add foreign to automake options. | Emanuele Giaquinta |
2008-11-24 | Do not strip the comma in a mirc color if it is not followed by a digit, bug | Emanuele Giaquinta |
2008-11-23 | Remove apparently useless indirection through stub libtool library | Emanuele Giaquinta |
2008-11-22 | Typo fix by Richard Hartmann (RichiH) | Geert Hauwaerts |
2008-11-18 | Move check on term_type outside of strlen_big5. | Emanuele Giaquinta |
2008-11-18 | Revert r4912. | Emanuele Giaquinta |
2008-11-16 | Do not call skip_target on a non irc server in irc 'own_public' | Emanuele Giaquinta |
2008-11-16 | Do not check in irc cmd_away that the active item server is an irc | Emanuele Giaquinta |
2008-11-16 | Fix regression introduced in r4906, remove leading zeros from | Emanuele Giaquinta |
2008-11-16 | Simplify sending of the first pasted line. | Emanuele Giaquinta |
2008-11-15 | Update NEWS | Wouter Coekaerts |
2008-11-15 | Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and... | Wouter Coekaerts |
2008-11-15 | Handle bold/blink attributes like other attributes rather than mapping them to | Emanuele Giaquinta |
2008-11-15 | Do not update the version file if it is unchanged. | Emanuele Giaquinta |
2008-11-15 | Add sb_search.pl in Makefile.am | Wouter Coekaerts |
2008-11-13 | Move irssi-version.h generation out of configure and add suport for getting the | Emanuele Giaquinta |
2008-11-13 | Merge findsyntax.pl in syntax.pl. | Emanuele Giaquinta |
2008-11-12 | Simplify, use 'o' printf conversion specifier to print number in octal. | Emanuele Giaquinta |
2008-11-12 | Remove reference to wallchops. | Jilles Tjoelker |
2008-11-12 | Remove /wallchops, do not suggest other commands in /help wall. | Jilles Tjoelker |
2008-11-12 | Recode outgoing irc away messages, bug #412. | Emanuele Giaquinta |
2008-11-12 | Export server_send_away and use it in irc-servers-reconnect.c:sig_connected | Emanuele Giaquinta |
2008-11-12 | Add script for /scrollback search | Wouter Coekaerts |
2008-11-12 | Add perl __WARN__ handler for scripts, bug #427. | Emanuele Giaquinta |
2008-11-11 | Fix punctuation. | Emanuele Giaquinta |
2008-11-11 | Add Irssi::command_parse_options function to parse options for a command which | Emanuele Giaquinta |
2008-11-11 | Fix broken url. | Emanuele Giaquinta |
2008-11-11 | Fix typo. | Emanuele Giaquinta |
2008-11-10 | Remove get_utf8_char/utf16_char_to_utf8 in favour of glib | Emanuele Giaquinta |
2008-11-10 | recode.h include fixup. | Emanuele Giaquinta |
2008-11-09 | Emit message irc own_{action,notice,wall} and message dcc own{,_action} with | Emanuele Giaquinta |
2008-11-09 | Move recoding of outgoing messages into irc send_message routine. Handlers for | Emanuele Giaquinta |
2008-11-09 | Move recoding of incoming quit messages to irc 'event quit' handler. | Emanuele Giaquinta |
2008-11-09 | Revert part of r4041. It is not clear which bug it is supposed to fix, and the | Emanuele Giaquinta |
2008-11-08 | Recode a WALL message also when sending a notice to @#channel. | Emanuele Giaquinta |
2008-11-04 | Fix r4880 change. | Emanuele Giaquinta |
2008-11-04 | Recode an incoming quit message once with a nick charset preference rather than | Emanuele Giaquinta |
2008-11-02 | When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError with | Emanuele Giaquinta |
2008-11-02 | Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN if | Emanuele Giaquinta |
2008-11-02 | introduce the type Irssi::Irc::Client and signals to communicate with proxy | Jochen Eisinger |
2008-11-02 | Fix r4879 change. | Emanuele Giaquinta |