summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2007-04-29Use dynamic storage for return value of channel_get_nickmode.Emanuele Giaquinta
2007-04-29Factor out code from set_print into a function to get a printableEmanuele Giaquinta
2007-04-29Slightly optimize activity_hide_targets matching.Emanuele Giaquinta
2007-04-16revert last change. Already possible with /format -delete daychange (fixed in...Wouter Coekaerts
2007-04-16Hide daychange.Geert Hauwaerts
2007-04-14Make completer for action/msg/query more self-contained by completing nicks inEmanuele Giaquinta
2007-04-07Only consider autolog logs when looking for an open log in autolog_open.Emanuele Giaquinta
2007-03-12Remove superflous empty lines.Emanuele Giaquinta
2007-03-12Call signal_stop also when the completion list for the command options/parame...Emanuele Giaquinta
2007-02-25Add completion for /window goto.Emanuele Giaquinta
2007-02-25Do not print an empty line for "daychange" if the formatted string is empty.Emanuele Giaquinta
2007-02-14Fix format_real_length to return the correct length when the input stringEmanuele Giaquinta
2006-10-20uptime command by Lauri Nurmi with some modifications by me, bug #458.Emanuele Giaquinta
2006-09-22This patch fixes the problem that irssi keeps saying Netsplit over for joins ...Wouter Coekaerts
2006-09-20Add public is_utf8 function by refactoring existing code.Emanuele Giaquinta
2006-09-18Apply 05upgrade-check-binary.dpatch with some modifications.Emanuele Giaquinta
2006-08-20compile with glib1 againWouter Coekaerts
2006-07-18Since the fe-common modules are named fe_common_$protocol, the module loaderJochen Eisinger
2006-05-18Fix whois_hide_safe_channel_id: only look at the beginning of a channel name,...Wouter Coekaerts
2006-02-20sort nicks with custom prefix by the order defined in isupport in /NAMESWouter Coekaerts
2006-01-29Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact...Valentin Batz
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