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-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-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-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-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-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-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 | Fixed /join -invite -window bug if there is no invite | 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-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-09-13 | Fix readded (changed) hilights being in config twice, resulted in duplicate h... | Wouter Coekaerts |
2004-09-13 | Make /JOIN -tag #channel and /JOIN #channel<space> switch to that channel (Bu... | Wouter Coekaerts |
2004-08-20 | forgot to add | Timo Sirainen |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-08-19 | Patch by jimmy: Details In 0.8.9 it is not possible to log all activity on a ... | Timo Sirainen |
2004-08-19 | /SET -default fix | Timo Sirainen |
2004-08-19 | After /LAYOUT SAVE changing settings created new windows. | Timo Sirainen |
2004-07-14 | /EXEC crashed with 64bit systems. Patch by Soren Jacobsen | Timo Sirainen |
2004-07-11 | s/ircnet/network/ - patch by Joost Vunderink | Timo Sirainen |
2004-07-11 | Help files are always lowercased. Make sure /HELP COMMAND works too. | Timo Sirainen |
2004-07-11 | Remember server for /EXEC targets. | Timo Sirainen |
2004-07-11 | /SET use_status_window and /SET use_msgs_window make the effects immediately | Timo Sirainen |
2004-07-08 | Added -ircnet option to /IGNORE. Patch by Valentin Batz | Timo Sirainen |
2004-05-10 | noinst_HEADERS -> pkginc_HEADERS | Timo Sirainen |
2004-03-24 | /set -default timestamp_timeout crashed, patch by Wouter Coekaerts | Timo Sirainen |
2004-03-23 | /SET without parameters didn't print all settings | Timo Sirainen |