summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2007-10-18Make /hilight output -mask instead of -nickmask, consistent with the paramete...Wouter Coekaerts
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-08-04Fix /window goto to reach all the items with the same name when thereEmanuele Giaquinta
2007-08-04Replace 0 with NULL.Emanuele Giaquinta
2007-08-03- Make notices to +#channel (and all other STATUSMSG=)Jilles Tjoelker
2007-07-26Sort the layout to save by refnum.Emanuele Giaquinta
2007-07-08Update channel forwarding code.Jilles Tjoelker
2007-07-07Fix 477 numeric broken by r4572Jilles Tjoelker
2007-06-16Use again MSGLEVEL_NICKS for printing a nick change in queries, broken inEmanuele Giaquinta
2007-06-16Revert r4549.Emanuele Giaquinta
2007-06-16Fix comment.Emanuele Giaquinta
2007-06-10Make /window goto start searching at the window after the active one and stopEmanuele Giaquinta
2007-06-10Make -window option of /join and /query accept an optional numeric argumentEmanuele Giaquinta
2007-06-08Add support for the ACCEPT command, which is part of theJilles Tjoelker
2007-06-06Enhance /set completer to complete option names also when a command optionEmanuele Giaquinta
2007-06-06Add g_strdup forgotten in r4471.Emanuele Giaquinta
2007-06-05Put "account" before services login name (330 numeric, whois_extra).Jilles Tjoelker
2007-06-05Cleanup cmd_set by moving the code to print the settings matching aEmanuele Giaquinta
2007-06-05Remove code duplication.Emanuele Giaquinta
2007-06-04Change active_window to select, when there is more than one windowEmanuele Giaquinta
2007-05-31Assume width 1 for control characters in places where a non-negative width isEmanuele Giaquinta
2007-05-31Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h.Emanuele Giaquinta
2007-05-31skip fe_common prefix when freeing prefix listJochen Eisinger
2007-05-30Do 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-25Pick up host changes on charybdis and ircu servers (396 numeric).Jilles Tjoelker
2007-05-25Replace utf8_width with Markus Kuhn's wcwidth.Emanuele Giaquinta
2007-05-24Move 'version' option in main.Emanuele Giaquinta
2007-05-24Cleanup option handling.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-20If we get a ERR_NOSUCHNICK for the nick "*", displayJilles Tjoelker
2007-05-20Fix recognition of realnames starting with spaces in /who replies.Jilles Tjoelker
2007-05-20add fe_common to the list of possible submodulesJochen Eisinger
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