Age | Commit message (Expand) | Author |
2008-03-02 | Use g_strchomp to remove trailing whitespace. | Emanuele Giaquinta |
2008-02-20 | Show setter/time in +I lists, if sent by the server. | Jilles Tjoelker |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-02-15 | Fix argument name in declaration. | Emanuele Giaquinta |
2008-02-03 | Remove popt and use glib GOption commandline option parser | Emanuele Giaquinta |
2008-02-02 | Remove broken by design /set translation. | Emanuele Giaquinta |
2008-02-01 | Reset colors and attributes on newline. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-12-09 | Add 'active' tag for active logs in /log output. | Emanuele Giaquinta |
2007-12-05 | Fix typo. | Emanuele Giaquinta |
2007-11-19 | Fix last change. | Emanuele Giaquinta |
2007-11-18 | autolog: do not create *.log, send it to <your nick>.log instead | Jilles Tjoelker |
2007-11-17 | Saner fix for bug #35. | Emanuele Giaquinta |
2007-11-17 | Reload the layout after saving it, fix bug #35. | Emanuele Giaquinta |
2007-11-17 | Do not allow /ping by itself to ctcp ping a channel. | Jilles Tjoelker |
2007-11-16 | Fix grammar errors, patch by Mikael Magnusson. | Emanuele Giaquinta |
2007-11-03 | Fix mode display in whois with unreal (379 numeric). | Jilles Tjoelker |
2007-11-03 | Remove a space that messed up alignment in whois mode replies. | Jilles Tjoelker |
2007-11-02 | Fix RPL_WHOISHOST (378) code and strip off the "*@" from the hostname. | Jilles Tjoelker |
2007-11-02 | Add support for RPL_WHOISACTUALLY (338), both ratbox and ircu style. | Jilles Tjoelker |
2007-10-31 | Remove /notify -idle, it can only work with not-nice automated remote whois. | Jilles Tjoelker |
2007-10-22 | Same for s/-fullword/-full/ | Wouter Coekaerts |
2007-10-22 | Handle server == NULL case in skip_target, fix regression with irssi-icb. | Emanuele Giaquinta |
2007-10-18 | Make /hilight output -mask instead of -nickmask, consistent with the paramete... | Wouter Coekaerts |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-08-04 | Fix /window goto to reach all the items with the same name when there | Emanuele Giaquinta |
2007-08-04 | Replace 0 with NULL. | Emanuele Giaquinta |
2007-08-03 | - Make notices to +#channel (and all other STATUSMSG=) | Jilles Tjoelker |
2007-07-26 | Sort the layout to save by refnum. | Emanuele Giaquinta |
2007-07-08 | Update channel forwarding code. | Jilles Tjoelker |
2007-07-07 | Fix 477 numeric broken by r4572 | Jilles Tjoelker |
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-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-08 | Add support for the ACCEPT command, which is part of the | 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-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 | Do 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-25 | Pick up host changes on charybdis and ircu servers (396 numeric). | Jilles Tjoelker |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |