Age | Commit message (Expand) | Author |
2008-11-29 | Revert r4924, the comment is correct after all. | Jilles Tjoelker |
2008-11-29 | Remove obsolete part of comment. | Emanuele Giaquinta |
2008-11-28 | Allow /ban, /unban, /kickban, /knockout if channel is not synced. | Jilles Tjoelker |
2008-11-28 | Remove obsolete/wrong part of comment (irc server cmdcount). | Jilles Tjoelker |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-16 | Do not check in irc cmd_away that the active item server is an irc | Emanuele Giaquinta |
2008-11-12 | Remove /wallchops, do not suggest other commands in /help wall. | Jilles Tjoelker |
2008-11-12 | Recode outgoing irc away messages, bug #412. | Emanuele Giaquinta |
2008-11-12 | Export server_send_away and use it in irc-servers-reconnect.c:sig_connected | Emanuele Giaquinta |
2008-11-10 | recode.h include fixup. | Emanuele Giaquinta |
2008-11-09 | Move recoding of outgoing messages into irc send_message routine. Handlers for | Emanuele Giaquinta |
2008-11-08 | Recode a WALL message also when sending a notice to @#channel. | Emanuele Giaquinta |
2008-11-02 | introduce the type Irssi::Irc::Client and signals to communicate with proxy | Jochen Eisinger |
2008-08-30 | Fix display of ratbox-style operspy whois (/whois !nick). | Jilles Tjoelker |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-05-24 | Cosmetic. | Emanuele Giaquinta |
2008-05-23 | Reindent. | Emanuele Giaquinta |
2008-05-23 | Fix leaks. | Emanuele Giaquinta |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-05-19 | Remove some global variables used to store settings values, instead get the | Emanuele Giaquinta |
2008-04-11 | Remove workaround no longer needed. | Emanuele Giaquinta |
2008-03-15 | Simplify recode target computation. | Emanuele Giaquinta |
2008-03-14 | Replace missed strncasecmp calls with g_ascii_strncasecmp. | Emanuele Giaquinta |
2008-03-10 | Disable versioning for the proxy module, patch by darix. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove unneeded includes. | Emanuele Giaquinta |
2008-03-04 | Remove long unmaintained botnet module. | Emanuele Giaquinta |
2008-03-04 | Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-02-05 | Remove unneeded includes. | Emanuele Giaquinta |
2008-01-21 | Remove undocumented /RAWQUOTE command. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-12-23 | Apply -usermode before -autosendcmd. | Jilles Tjoelker |
2007-11-18 | Pass through (redirect) WHOWAS reply to proxy clients. | Jilles Tjoelker |
2007-11-17 | Do not allow /ping by itself to ctcp ping a channel. | Jilles Tjoelker |
2007-11-14 | Rework redirections to deal with multiple concurrent redirects better. | Jilles Tjoelker |
2007-10-31 | Remove /notify -idle, it can only work with not-nice automated remote whois. | Jilles Tjoelker |
2007-10-29 | Fallback on rename also when errno is ENOSYS/EOPNOTSUPP because | Emanuele Giaquinta |
2007-10-18 | Recognize 431/461 (not enough parameters) as end of whois reply. | Jilles Tjoelker |
2007-10-16 | Also copy oper status when an already known user joins another channel. | Jilles Tjoelker |
2007-10-16 | Update oper status from userhost reply. | Jilles Tjoelker |
2007-10-12 | Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens. | Jilles Tjoelker |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-07-26 | Fix typo. | Emanuele Giaquinta |
2007-07-06 | Move the check for 4xx numeric for join failures last, so | Jilles Tjoelker |
2007-06-29 | If 001 has not been received yet, also treat "Banned" or | 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 |