Age | Commit message (Expand) | Author |
2007-06-28 | Do not compile the regexp if the input string is empty. | Emanuele Giaquinta |
2007-06-20 | NEWS: describe my changes (not others') since 0.8.11. | Jilles Tjoelker |
2007-06-17 | Do not invoke pkg-config to check that openssl is present, | Emanuele Giaquinta |
2007-06-17 | More accurate reporting of enabled/disabled features. | Emanuele Giaquinta |
2007-06-17 | mv glib-2.0.m4{_,} | Emanuele Giaquinta |
2007-06-17 | Update to latest revision. | Emanuele Giaquinta |
2007-06-17 | Do not print the no arguments warning message if NOCONFIGURE is set, | Emanuele Giaquinta |
2007-06-17 | Remove leftover. | Emanuele Giaquinta |
2007-06-17 | Reindent. | Emanuele Giaquinta |
2007-06-17 | Remove cuix from trunk. | Emanuele Giaquinta |
2007-06-17 | Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi, | Jilles Tjoelker |
2007-06-16 | Document -window option of join command. | Emanuele Giaquinta |
2007-06-16 | Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in | Emanuele Giaquinta |
2007-06-16 | Revert r4549. | Emanuele Giaquinta |
2007-06-16 | Fix comment. | Emanuele Giaquinta |
2007-06-14 | fix off by one error when extracting e.g. fe from fe_silc | Jochen Eisinger |
2007-06-13 | Change 'looser' to 'loser' in help file. | Jilles Tjoelker |
2007-06-10 | Removed special error==1 handling from net_gethosterror(). It wasn't used | Timo Sirainen |
2007-06-10 | Make /window goto start searching at the window after the active one and stop | Emanuele Giaquinta |
2007-06-10 | Make -window option of /join and /query accept an optional numeric argument | Emanuele Giaquinta |
2007-06-10 | When parsing a '@' option verify that the whole argument, rather than only the | Emanuele Giaquinta |
2007-06-09 | AUTHORS: move myself from contributors to staff | Jilles Tjoelker |
2007-06-08 | Add support for the ACCEPT command, which is part of the | Jilles Tjoelker |
2007-06-08 | Various updates/enhancements/fixes to the help files. | Jilles Tjoelker |
2007-06-06 | Don't add the same mask to the knockout list multiple times. | Jilles Tjoelker |
2007-06-06 | Enhance /set completer to complete option names also when a command option | Emanuele Giaquinta |
2007-06-06 | Add g_strdup forgotten in r4471. | Emanuele Giaquinta |
2007-06-05 | Put "account" before services login name (330 numeric, whois_extra). | Jilles Tjoelker |
2007-06-05 | Cleanup cmd_set by moving the code to print the settings matching a | Emanuele Giaquinta |
2007-06-05 | Remove code duplication. | Emanuele Giaquinta |
2007-06-04 | Change active_window to select, when there is more than one window | Emanuele Giaquinta |
2007-06-03 | - Repair channels_rejoin_unavailable. Enabled by default, | Jilles Tjoelker |
2007-05-31 | Rewrite SSL connection/handshake code. | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta |
2007-05-31 | skip fe_common prefix when freeing prefix list | Jochen Eisinger |
2007-05-30 | Apply patch from bug #202 (from "Irssi Fan"); when calling | Jilles Tjoelker |
2007-05-30 | Cleanup and optimize a bit sig_statusbar_activity_hilight. | Emanuele Giaquinta |
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-29 | Add missing quote. | 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 |