Age | Commit message (Expand) | Author |
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 |
2005-09-10 | - rename "whois not found" to "whois try whowas", because that's what needs t... | Wouter Coekaerts |
2005-08-04 | Fixed recode for incoming messages, private messages didn't work properly. (B... | Valentin Batz |
2005-07-17 | Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P... | Wouter Coekaerts |
2005-07-17 | Print glib errors nicely (debian/patches/01glib-errors.dpatch by David Pashley) | Wouter Coekaerts |
2005-05-14 | Fixed a bug where the completion history can grow without bound, patch by Tob... | Valentin Batz |
2005-05-14 | Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), ... | Valentin Batz |
2005-05-09 | Updated the syntax definition for /recode add in fe-recode.c | Valentin Batz |
2005-05-09 | Fixed a leak in fe-events-numeric.c, patch by Toby Peterson | Valentin Batz |
2005-04-25 | Fix displaying of ctcp userinfo and clientinfo (Bug 222) | Wouter Coekaerts |
2005-03-07 | Use char* instead of const char* in read_settings, so memory can be freed wit... | Valentin Batz |
2005-03-07 | Don't apply emphasis on _foo_^ if it's a nick (Bug 52) | Wouter Coekaerts |
2005-03-07 | Free the right memory in fe-recode.c (related to bug 210) | Valentin Batz |
2005-03-06 | Fixed memleak when preserving valid charsets in read_settings in fe-recode.c ... | Valentin Batz |
2005-03-06 | Fix memleak in several commands that used cmd_return_error when they should b... | Wouter Coekaerts |
2005-02-11 | Fixed output of /hilight (add a space after -levels if any). | Valentin Batz |
2005-01-12 | Added IRCNET command again, as a deprecated alias for NETWORK | Wouter Coekaerts |
2005-01-04 | Fixed a bug with /me, use the right arguments for "message irc own_action" | Valentin Batz |
2005-01-03 | Fix recursive ^ prefixed commands blocking all output (Bug 159) | Wouter Coekaerts |
2004-12-22 | Don't crash with an empty nick argument from the command line. | Valentin Batz |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-11-29 | Fixed printing of the recoded realname in whowas | Valentin Batz |
2004-11-22 | Fix typo in help for window close | Wouter Coekaerts |
2004-10-18 | Make cmd_window_item_goto use cmd_get_params, so "/WINDOW ITEM GOTO item<spac... | Wouter Coekaerts |
2004-10-16 | Added recode for the away-messages | Valentin Batz |
2004-10-16 | Fixed /join -invite -window bug if there is no invite | Valentin Batz |
2004-10-10 | Added recode to whois_channels event | Valentin Batz |
2004-10-06 | Fixed possible printing bug with quit messages when the message is printed in... | Valentin Batz |
2004-10-06 | Fix HILIGHT -actcolor -mask (Bug 131) | Wouter Coekaerts |
2004-09-20 | Changed the order of recode_out_default_charset, it doesn't override /recode ... | Valentin Batz |
2004-09-17 | Added event 317, 319, 313, 330, 377, 378, 379, 327, 326 to src/fe-common/irc/... | Valentin Batz |
2004-09-16 | Fixed /WHOWAS bug, where "event 312" was not printed right, Recent WHOIS chan... | Valentin Batz |
2004-09-16 | Added recoding of realname to who and whois replies | Valentin Batz |
2004-09-15 | Bugfix: http://bugs.irssi.org/?do=details&id=99 | Geert Hauwaerts |