summaryrefslogtreecommitdiff
path: root/src/core/chat-commands.c
AgeCommit message (Expand)Author
2009-02-27Move to a single /join function, avoiding confusion on "/join -window".Jilles Tjoelker
2008-11-10recode.h include fixup.Emanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-06-16Document -window option of join command.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-08-19/SERVER, /CONNECT -network wasn't workingTimo Sirainen
2004-07-11s/ircnet/network/ - patch by Joost VunderinkTimo Sirainen
2004-02-18Added "server sendmsg" signal to replace server->send_message().Timo Sirainen
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2004-01-10/msg , fix again by c0ffeeTimo Sirainen
2004-01-07/msg , crashfix by c0ffeeTimo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2002-11-21doc/syntax updatesTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo 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-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-02-16Removed useless casting.Timo Sirainen
2002-02-03target_type for "/MSG *" wasn't set properly.Timo Sirainen
2002-02-03Added target_type to send_message(), -channel and -nick parameters to /MSGTimo Sirainen
2002-01-30/CONNECT and /SERVER crashed without parametersTimo Sirainen
2002-01-26Added -rawlog <file> option to /CONNECT and /SERVER, so you can get theTimo Sirainen
2002-01-19Added -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-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-05/MSG * in empty window now prints "not joined" errorTimo Sirainen
2001-07-15Another /FOREACH update - it only goes through the currentTimo Sirainen
2001-07-14/FOREACH won't crash now if the command removes the item being accessedTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-08/CONNECT -ircnet didn't load ircnet specific settings correctlyTimo Sirainen
2001-03-05/SERVER: don't set reconnection to TRUE if we're not disconnecting fromTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-09-30forgot to add thisTimo Sirainen