summaryrefslogtreecommitdiff
path: root/src/core/chat-commands.c
AgeCommit message (Expand)Author
2017-08-05Update /CONNECT and /SERVER syntax tags (-ssl -> -tls).Paul Townsend
2017-02-27make foreach send commandsailin-nemui
2017-02-14Do not alias /server <hostname> to /server connect <hostname>LemonBoy
2016-10-22Add x509 certificate and public key pinning support.Alexander Færøy
2016-10-22Rename SSL to TLS.Alexander Færøy
2016-03-19Throw an error when a chatnet has no available urlLemonBoy
2016-03-14Replace spaces with tabsKindOne
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2015-04-17Merge pull request #235 from dequis/g_strcmp0Alexander Færøy
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-12-08Documentation fix for #185Geert Hauwaerts
2014-07-06Allow `server.split_message' being NULLSebastian Thorarensen
2014-07-06Replace an indent of eight spaces with a tabSebastian Thorarensen
2014-07-06Properly split long IRC messagesSebastian Thorarensen
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2014-01-11Add -ssl_pass to /connect and /serverAlexander Færøy
2011-11-21Add -noautosendcmd to /SERVER and /CONNECT.Alexander Færøy
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