summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-29Fix build after last change to option processing.Emanuele Giaquinta
2007-05-29Add missing quote.Emanuele Giaquinta
2007-05-28- Display more numerics (such as cannot send to channel,Jilles Tjoelker
2007-05-26Hide --session from --help output and remove its mention from the manual,Emanuele Giaquinta
2007-05-26Oops.Emanuele Giaquinta
2007-05-25Pick up host changes on charybdis and ircu servers (396 numeric).Jilles Tjoelker
2007-05-25Make word commands unicode friendly.Emanuele Giaquinta
2007-05-25Add function to delete the whole cell under the cursor and use it forEmanuele Giaquinta
2007-05-25Move the cursor cell-wise in utf8.Emanuele Giaquinta
2007-05-25Forbid insertion of a character with width 0 as the first character inEmanuele Giaquinta
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-18Factor common code in recode_{in,out}.Emanuele Giaquinta
2007-05-18Quote macro name in AC_DEFUN calls.Emanuele Giaquinta
2007-05-18Use CASEMAPPING dependent comparison to match channel names.Emanuele Giaquinta
2007-05-18Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the correspondingEmanuele Giaquinta
2007-05-18Use rfc1459 comparison for nicks by default (it is not a functional changeEmanuele Giaquinta
2007-05-16Add $tag to 'window' item in default configuration.Emanuele Giaquinta
2007-05-14Remove code duplication.Emanuele Giaquinta
2007-05-12Update chanop flag before emitting nick mode changed signal (patch by Johan K...Wouter Coekaerts
2007-05-10Allow logging of lines with no target only to logs with no items or with aEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-08Update FSF address.Emanuele Giaquinta
2007-05-06Do not call iconfig_get_str when target is NULL.Emanuele Giaquinta
2007-05-06Do not recode the channel name used as target for the recoding ofEmanuele Giaquinta
2007-05-06Off-by-one in parsing the channel name.Emanuele Giaquinta
2007-05-05Bump version to 0.8.12-svnWouter Coekaerts
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2007-05-05Use autoreconf to bootstrap.Emanuele Giaquinta
2007-05-05Replace obsolete autoconf/automake macros with their current equivalent.Emanuele Giaquinta
2007-05-05Add ACLOCAL_AMFLAGS definition.Emanuele Giaquinta
2007-05-03Revert, do not use IS_PRINTABLE in reverse_controls.Emanuele Giaquinta
2007-05-03Add common IS_PRINTABLE macro.Emanuele Giaquinta
2007-05-03Remove broken code that prevents unloading of a script in some cases.Emanuele Giaquinta
2007-04-29Enable large file support using AC_SYS_LARGEFILE to get the correctEmanuele 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-28Do not send hostname to server, rather use username as the secondEmanuele Giaquinta
2007-04-28Increment paste_keycount when the key before the one that starts aEmanuele Giaquinta
2007-04-28Ignore empty lines when pasting.Emanuele Giaquinta
2007-04-28When sending a line as non-pasted reset also paste_entry, bug #405.Emanuele Giaquinta
2007-04-25Remove useless function.Emanuele Giaquinta
2007-04-25Fix DCC get when file size is 0, bug #494.Emanuele Giaquinta