summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
2005-11-23removed utf8.c utf8.h, going to move them from src/fe-text to hereValentin Batz
2005-11-20g_log_set_default_handler() came only in glib 2.6.0. Don't use it for olderTimo Sirainen
2005-11-19If transliterations don't work in the system (eg. Solaris), don't allowTimo Sirainen
2005-11-19With GLIB2 hook all glib logging functions no matter what the domains are.Timo Sirainen
2005-11-19Using "/VER" in channel now doesn't directly ask CTCP VERSION from it.Timo Sirainen
2005-10-16fixed a bug in recode when target is NULL and really use the recoded string f...Valentin Batz
2005-10-15fixed recode for actions and added recode for numeric eventsValentin Batz
2005-10-12fixed recoding of own messages.Valentin Batz
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-09-10fix completion for /format (Bug 143)Wouter Coekaerts
2005-09-10with 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-04Fixed recode for incoming messages, private messages didn't work properly. (B...Valentin Batz
2005-07-17Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P...Wouter Coekaerts
2005-07-17Print glib errors nicely (debian/patches/01glib-errors.dpatch by David Pashley)Wouter Coekaerts
2005-05-14Fixed a bug where the completion history can grow without bound, patch by Tob...Valentin Batz
2005-05-14Fixed leaking in chat-completion (http://bugs.irssi.org/?do=details&id=249), ...Valentin Batz
2005-05-09Updated the syntax definition for /recode add in fe-recode.cValentin Batz
2005-05-09Fixed a leak in fe-events-numeric.c, patch by Toby PetersonValentin Batz
2005-04-25Fix displaying of ctcp userinfo and clientinfo (Bug 222)Wouter Coekaerts
2005-03-07Use char* instead of const char* in read_settings, so memory can be freed wit...Valentin Batz
2005-03-07Don't apply emphasis on _foo_^ if it's a nick (Bug 52)Wouter Coekaerts
2005-03-07Free the right memory in fe-recode.c (related to bug 210)Valentin Batz
2005-03-06Fixed memleak when preserving valid charsets in read_settings in fe-recode.c ...Valentin Batz
2005-03-06Fix memleak in several commands that used cmd_return_error when they should b...Wouter Coekaerts
2005-02-11Fixed output of /hilight (add a space after -levels if any).Valentin Batz
2005-01-12Added IRCNET command again, as a deprecated alias for NETWORKWouter Coekaerts
2005-01-04Fixed a bug with /me, use the right arguments for "message irc own_action"Valentin Batz
2005-01-03Fix recursive ^ prefixed commands blocking all output (Bug 159)Wouter Coekaerts
2004-12-22Don't crash with an empty nick argument from the command line.Valentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-11-29Fixed printing of the recoded realname in whowasValentin Batz
2004-11-22Fix typo in help for window closeWouter Coekaerts
2004-10-18Make cmd_window_item_goto use cmd_get_params, so "/WINDOW ITEM GOTO item<spac...Wouter Coekaerts
2004-10-16Added recode for the away-messagesValentin Batz
2004-10-16Fixed /join -invite -window bug if there is no inviteValentin Batz
2004-10-10Added recode to whois_channels eventValentin Batz
2004-10-06Fixed possible printing bug with quit messages when the message is printed in...Valentin Batz
2004-10-06Fix HILIGHT -actcolor -mask (Bug 131)Wouter Coekaerts
2004-09-20Changed the order of recode_out_default_charset, it doesn't override /recode ...Valentin Batz
2004-09-17Added event 317, 319, 313, 330, 377, 378, 379, 327, 326 to src/fe-common/irc/...Valentin Batz
2004-09-16Fixed /WHOWAS bug, where "event 312" was not printed right, Recent WHOIS chan...Valentin Batz
2004-09-16Added recoding of realname to who and whois repliesValentin Batz
2004-09-15Bugfix: http://bugs.irssi.org/?do=details&id=99Geert Hauwaerts
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-09-13Fix messages to @#channel showed *your* nickmode, not the one of the sender (...Wouter Coekaerts
2004-09-13Fix readded (changed) hilights being in config twice, resulted in duplicate h...Wouter Coekaerts
2004-09-13Make /JOIN -tag #channel and /JOIN #channel<space> switch to that channel (Bu...Wouter Coekaerts
2004-09-12Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin BatzTimo Sirainen