Age | Commit message (Expand) | Author |
2011-11-21 | Add -noautosendcmd to /SERVER and /CONNECT. | Alexander Færøy |
2009-02-27 | Move to a single /join function, avoiding confusion on "/join -window". | Jilles Tjoelker |
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-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-02-04 | Remove trailing whitespace. | Emanuele Giaquinta |
2007-06-16 | Document -window option of join command. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2004-12-20 | Added <tag>/<target> support for recode. | Valentin Batz |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-08-19 | /SERVER, /CONNECT -network wasn't working | Timo Sirainen |
2004-07-11 | s/ircnet/network/ - patch by Joost Vunderink | Timo Sirainen |
2004-02-18 | Added "server sendmsg" signal to replace server->send_message(). | Timo Sirainen |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2004-01-10 | /msg , fix again by c0ffee | Timo Sirainen |
2004-01-07 | /msg , crashfix by c0ffee | Timo Sirainen |
2003-11-16 | Support for sending SSL certificate to server and optionally verify server's | Timo Sirainen |
2002-11-21 | doc/syntax updates | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-09 | /DISCONNECT <tag> works again for not-yet-connected servers. | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-02-16 | Removed useless casting. | Timo Sirainen |
2002-02-03 | target_type for "/MSG *" wasn't set properly. | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-01-30 | /CONNECT and /SERVER crashed without parameters | Timo Sirainen |
2002-01-26 | Added -rawlog <file> option to /CONNECT and /SERVER, so you can get the | Timo Sirainen |
2002-01-19 | Added -noproxy option to /CONNECT and /SERVER. | Timo Sirainen |
2001-11-21 | /FOREACH QUERY did actually same as /FOREACH CHANNEL :) | Timo Sirainen |
2001-11-19 | /CONNECT -! doesn't autojoin to channels. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-08-05 | /MSG * in empty window now prints "not joined" error | Timo Sirainen |
2001-07-15 | Another /FOREACH update - it only goes through the current | Timo Sirainen |
2001-07-14 | /FOREACH won't crash now if the command removes the item being accessed | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-08 | /CONNECT -ircnet didn't load ircnet specific settings correctly | Timo Sirainen |
2001-03-05 | /SERVER: don't set reconnection to TRUE if we're not disconnecting from | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
2001-02-21 | /FOREACH server|channel|query|window <command> | Timo Sirainen |
2001-02-19 | Moved autoconnects and command line parameter parsing from irc to core. | Timo Sirainen |
2001-02-19 | Connection updates: moved /SERVER and /CONNECT to core from irc. | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-10-14 | Autorejoin when join temporarily fails because of netsplit is handled | Timo Sirainen |