Age | Commit message (Expand) | Author |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-08-05 | Syntax rewrite of U-Z commands | Geert Hauwaerts |
2014-07-30 | Removed the obsolete SQUERY and SERVLIST commands | Geert Hauwaerts |
2014-07-14 | Removed the obsolete RPING command | Geert Hauwaerts |
2014-07-09 | Removed the obsolete NOTE command | Geert Hauwaerts |
2014-06-20 | Avoid potential null dereferences. | David Hill |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-11-28 | Allow /ban, /unban, /kickban, /knockout if channel is not synced. | 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 | Export server_send_away and use it in irc-servers-reconnect.c:sig_connected | Emanuele Giaquinta |
2008-11-08 | Recode a WALL message also when sending a notice to @#channel. | Emanuele Giaquinta |
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-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-01-21 | Remove undocumented /RAWQUOTE command. | Emanuele Giaquinta |
2007-11-17 | Do not allow /ping by itself to ctcp ping a channel. | 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-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-01-30 | Only send QUOTE immediately when server didn't yet sent the 001 event | Valentin Batz |
2006-01-26 | changed /QUOTE to be sent immediately, since the queueing was changed, it's n... | Valentin Batz |
2005-09-10 | - rename "whois not found" to "whois try whowas", because that's what needs t... | Wouter Coekaerts |
2005-06-24 | Fix server->last_nick leak by Toby (Bug 267) | Wouter Coekaerts |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-09-18 | Fixed /KNOCK support. | Geert Hauwaerts |
2004-09-12 | Fix /WHOIS -yes (Bug 67) | Wouter Coekaerts |
2004-09-12 | Recent WHOIS changes broke nick's gone/oper flags. Patch by Valentin Batz | Timo Sirainen |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-07-11 | Fixed handling WHOIS printing once and for all. Everything unknown between | Timo Sirainen |
2004-03-23 | /WHOIS -<server tag> is supported now. | Timo Sirainen |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2003-12-10 | /SET auto_whowas OFF allows now disabling automatic /whowas when /whois | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-03-10 | /KNOCKOUT code was a bit stupid, and the timeout checking wasn't very | Timo Sirainen |
2002-01-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2001-11-30 | Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it's | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-29 | /QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished. | Timo Sirainen |
2001-11-19 | Removed whois_coming-flag which was used to figure out if 301 event | Timo Sirainen |
2001-11-18 | If you did quickly /WHOIS existing_nick, /WHOIS not_existing_nick, irssi | Timo Sirainen |
2001-11-15 | /QUOTE and /RAWQUOTE should work as soon as the socket is connected. | Timo Sirainen |
2001-11-15 | /WHOIS nick_who_was_in_irc showed only the first and last lines of /WHOWAS. | Timo Sirainen |
2001-11-12 | Redirection fixes - added count parameter. | Timo Sirainen |