Age | Commit message (Expand) | Author |
2007-06-04 | Change active_window to select, when there is more than one window | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta |
2007-05-31 | skip fe_common prefix when freeing prefix list | Jochen Eisinger |
2007-05-30 | Do not install utf8.h, it is a private header. | Emanuele Giaquinta |
2007-05-28 | - Display more numerics (such as cannot send to channel, | Jilles Tjoelker |
2007-05-25 | Pick up host changes on charybdis and ircu servers (396 numeric). | Jilles Tjoelker |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-24 | Move 'version' option in main. | Emanuele Giaquinta |
2007-05-24 | Cleanup option handling. | Emanuele Giaquinta |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-20 | If we get a ERR_NOSUCHNICK for the nick "*", display | Jilles Tjoelker |
2007-05-20 | Fix recognition of realnames starting with spaces in /who replies. | Jilles Tjoelker |
2007-05-20 | add fe_common to the list of possible submodules | Jochen Eisinger |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |
2007-04-29 | Use dynamic storage for return value of channel_get_nickmode. | Emanuele Giaquinta |
2007-04-29 | Factor out code from set_print into a function to get a printable | Emanuele Giaquinta |
2007-04-29 | Slightly optimize activity_hide_targets matching. | Emanuele Giaquinta |
2007-04-16 | revert last change. Already possible with /format -delete daychange (fixed in... | Wouter Coekaerts |
2007-04-16 | Hide daychange. | Geert Hauwaerts |
2007-04-14 | Make completer for action/msg/query more self-contained by completing nicks in | Emanuele Giaquinta |
2007-04-07 | Only consider autolog logs when looking for an open log in autolog_open. | Emanuele Giaquinta |
2007-03-12 | Remove superflous empty lines. | Emanuele Giaquinta |
2007-03-12 | Call signal_stop also when the completion list for the command options/parame... | Emanuele Giaquinta |
2007-02-25 | Add completion for /window goto. | Emanuele Giaquinta |
2007-02-25 | Do not print an empty line for "daychange" if the formatted string is empty. | Emanuele Giaquinta |
2007-02-14 | Fix format_real_length to return the correct length when the input string | Emanuele Giaquinta |
2006-10-20 | uptime command by Lauri Nurmi with some modifications by me, bug #458. | Emanuele Giaquinta |
2006-09-22 | This patch fixes the problem that irssi keeps saying Netsplit over for joins ... | Wouter Coekaerts |
2006-09-20 | Add public is_utf8 function by refactoring existing code. | Emanuele Giaquinta |
2006-09-18 | Apply 05upgrade-check-binary.dpatch with some modifications. | Emanuele Giaquinta |
2006-08-20 | compile with glib1 again | Wouter Coekaerts |
2006-07-18 | Since the fe-common modules are named fe_common_$protocol, the module loader | Jochen Eisinger |
2006-05-18 | Fix whois_hide_safe_channel_id: only look at the beginning of a channel name,... | Wouter Coekaerts |
2006-02-20 | sort nicks with custom prefix by the order defined in isupport in /NAMES | Wouter Coekaerts |
2006-01-29 | Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact... | Valentin Batz |
2005-11-23 | replace guint by gsize for the glib2 version of irssi_ssl_read | Valentin Batz |
2005-11-23 | removed utf8.c utf8.h, going to move them from src/fe-text to here | Valentin Batz |
2005-11-20 | g_log_set_default_handler() came only in glib 2.6.0. Don't use it for older | Timo Sirainen |
2005-11-19 | If transliterations don't work in the system (eg. Solaris), don't allow | Timo Sirainen |
2005-11-19 | With GLIB2 hook all glib logging functions no matter what the domains are. | Timo Sirainen |
2005-11-19 | Using "/VER" in channel now doesn't directly ask CTCP VERSION from it. | Timo Sirainen |
2005-10-16 | fixed a bug in recode when target is NULL and really use the recoded string f... | Valentin Batz |
2005-10-15 | fixed recode for actions and added recode for numeric events | Valentin Batz |
2005-10-12 | fixed recoding of own messages. | Valentin Batz |
2005-10-10 | Make the compiler happy by replacing 'const char *' by 'char *'. | Valentin Batz |
2005-09-10 | fix completion for /format (Bug 143) | Wouter Coekaerts |
2005-09-10 | with unknown (special) lines in whois, display the full content, not just the... | Wouter Coekaerts |