Age | Commit message (Expand) | Author |
2007-05-30 | Do not install utf8.h, it is a private header. | Emanuele Giaquinta |
2007-05-29 | Fix build after last change to option processing. | Emanuele Giaquinta |
2007-05-28 | - Display more numerics (such as cannot send to channel, | Jilles Tjoelker |
2007-05-26 | Hide --session from --help output and remove its mention from the manual, | Emanuele Giaquinta |
2007-05-26 | Oops. | Emanuele Giaquinta |
2007-05-25 | Pick up host changes on charybdis and ircu servers (396 numeric). | Jilles Tjoelker |
2007-05-25 | Make word commands unicode friendly. | Emanuele Giaquinta |
2007-05-25 | Add function to delete the whole cell under the cursor and use it for | Emanuele Giaquinta |
2007-05-25 | Move the cursor cell-wise in utf8. | Emanuele Giaquinta |
2007-05-25 | Forbid insertion of a character with width 0 as the first character in | Emanuele Giaquinta |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-24 | Move 'version' option in main. | Emanuele Giaquinta |
2007-05-24 | Cleanup option handling. | Emanuele Giaquinta |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-20 | If we get a ERR_NOSUCHNICK for the nick "*", display | Jilles Tjoelker |
2007-05-20 | Fix recognition of realnames starting with spaces in /who replies. | Jilles Tjoelker |
2007-05-20 | add fe_common to the list of possible submodules | Jochen Eisinger |
2007-05-18 | Factor common code in recode_{in,out}. | Emanuele Giaquinta |
2007-05-18 | Use CASEMAPPING dependent comparison to match channel names. | Emanuele Giaquinta |
2007-05-18 | Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the corresponding | Emanuele Giaquinta |
2007-05-18 | Use rfc1459 comparison for nicks by default (it is not a functional change | Emanuele Giaquinta |
2007-05-14 | Remove code duplication. | Emanuele Giaquinta |
2007-05-12 | Update chanop flag before emitting nick mode changed signal (patch by Johan K... | Wouter Coekaerts |
2007-05-10 | Allow logging of lines with no target only to logs with no items or with a | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-06 | Do not call iconfig_get_str when target is NULL. | Emanuele Giaquinta |
2007-05-06 | Do not recode the channel name used as target for the recoding of | Emanuele Giaquinta |
2007-05-06 | Off-by-one in parsing the channel name. | Emanuele Giaquinta |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |
2007-05-03 | Revert, do not use IS_PRINTABLE in reverse_controls. | Emanuele Giaquinta |
2007-05-03 | Add common IS_PRINTABLE macro. | Emanuele Giaquinta |
2007-05-03 | Remove broken code that prevents unloading of a script in some cases. | Emanuele Giaquinta |
2007-04-29 | Use dynamic storage for return value of channel_get_nickmode. | Emanuele Giaquinta |
2007-04-29 | Factor out code from set_print into a function to get a printable | Emanuele Giaquinta |
2007-04-29 | Slightly optimize activity_hide_targets matching. | Emanuele Giaquinta |
2007-04-28 | Do not send hostname to server, rather use username as the second | Emanuele Giaquinta |
2007-04-28 | Increment paste_keycount when the key before the one that starts a | Emanuele Giaquinta |
2007-04-28 | Ignore empty lines when pasting. | Emanuele Giaquinta |
2007-04-28 | When sending a line as non-pasted reset also paste_entry, bug #405. | Emanuele Giaquinta |
2007-04-25 | Remove useless function. | Emanuele Giaquinta |
2007-04-25 | Fix DCC get when file size is 0, bug #494. | Emanuele Giaquinta |
2007-04-23 | Add workaround for gcc 4.0.0/4.0.1, bug #219. | Emanuele Giaquinta |
2007-04-19 | Fix typos. | Emanuele Giaquinta |
2007-04-16 | revert last change. Already possible with /format -delete daychange (fixed in... | Wouter Coekaerts |
2007-04-16 | Hide daychange. | Geert Hauwaerts |
2007-04-16 | Properly initialize reference count for a new setting, bug #235. | Emanuele Giaquinta |
2007-04-14 | Reindent. | Emanuele Giaquinta |
2007-04-14 | Modify gui_entry_draw_from to clear to end of line only if it has not | Emanuele Giaquinta |
2007-04-14 | Revert r4352. | Emanuele Giaquinta |