Age | Commit message (Expand) | Author |
2008-11-12 | Add perl __WARN__ handler for scripts, bug #427. | Emanuele Giaquinta |
2008-11-11 | Add Irssi::command_parse_options function to parse options for a command which | 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 | 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 |
2008-11-01 | Remove the refcount on LINE_REC. | Jilles Tjoelker |
2008-10-31 | Fix a memory leak with /lastlog -count and rejected (too much) /lastlog. | Jilles Tjoelker |
2008-10-28 | Also display 407 numerics that are not "duplicate channel". | Jilles Tjoelker |
2008-10-21 | Remove scrollback_levelclear_levels setting and add a 'level' option to | Emanuele Giaquinta |
2008-10-08 | Fix r4743 change, avoid sign extension. | Emanuele Giaquinta |
2008-08-30 | Fix display of ratbox-style operspy whois (/whois !nick). | Jilles Tjoelker |
2008-08-25 | Ignore DNS not found errors when considering reconnect. | Jilles Tjoelker |
2008-08-23 | Fix crash on startup if perl is compiled in. | Jilles Tjoelker |
2008-08-22 | Call PERL_SYS_INIT3() and PERL_SYS_TERM() as documented in perlembed(1), patch | Emanuele Giaquinta |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-08-01 | Set null encoding for file channels. | Emanuele Giaquinta |
2008-06-19 | Include various overheads in /sb status memory count. | Jilles Tjoelker |
2008-06-10 | Cache charset related data rather than computing it everytime recode_{in,out} | Emanuele Giaquinta |
2008-06-10 | Add 'actlist_names' option to add active items names in 'act' statusbar item. | Emanuele Giaquinta |
2008-06-06 | Pass NULL to settings_set_str to reset term_charset to its default | Emanuele Giaquinta |
2008-06-06 | Remove kludge and add the 'setup changed' handler with higher priority | Emanuele Giaquinta |
2008-06-04 | Fix /set hilight_level not taking effect immediately (bug #598). Patch by exg. | Wouter Coekaerts |
2008-05-31 | Simplify, append directly to GString rather than allocating a | Emanuele Giaquinta |
2008-05-30 | Reduce some memory waste in the scrollback buffer. | Jilles Tjoelker |
2008-05-27 | Fix leak. | Emanuele Giaquinta |
2008-05-24 | Read more bytes at a time from servers. | Jilles Tjoelker |
2008-05-24 | Cosmetic. | Emanuele Giaquinta |
2008-05-23 | Fix minor leak. | Emanuele Giaquinta |
2008-05-23 | Reindent. | Emanuele Giaquinta |
2008-05-23 | Fix leaks. | Emanuele Giaquinta |
2008-05-23 | Do nothing in word_complete if erase is true and we are not continuing | Emanuele Giaquinta |
2008-05-23 | Fix command description. | Emanuele Giaquinta |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-05-22 | Allow increasing the send buffer to 1MB/connection, and warn if that is excee... | Jilles Tjoelker |
2008-05-19 | Remove some global variables used to store settings values, instead get the | Emanuele Giaquinta |
2008-05-19 | Add 'list' option to bind command to list all the available commands and remove | Emanuele Giaquinta |
2008-05-18 | Improve descriptions of key bind items | Wouter Coekaerts |
2008-05-17 | Add 'word_completion_backward' command to scroll backwards in the completion | Emanuele Giaquinta |
2008-05-17 | Pass NULL to settings_set_str to reset recode_fallback to its default | Emanuele Giaquinta |
2008-05-16 | Stop the 'complete word' signal in the default completer when the | Emanuele Giaquinta |
2008-05-15 | Complete server tags for /window server. | Emanuele Giaquinta |