Age | Commit message (Expand) | Author |
2016-03-19 | Throw an error when a chatnet has no available url | LemonBoy |
2016-03-14 | Replace spaces with tabs | KindOne |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2015-04-17 | Merge pull request #235 from dequis/g_strcmp0 | Alexander Færøy |
2015-04-14 | ssl: Add option to specify SSL cipher suite preference. | Haw Loeung |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2014-12-08 | Documentation fix for #185 | Geert Hauwaerts |
2014-07-06 | Allow `server.split_message' being NULL | Sebastian Thorarensen |
2014-07-06 | Replace an indent of eight spaces with a tab | Sebastian Thorarensen |
2014-07-06 | Properly split long IRC messages | Sebastian Thorarensen |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2014-01-11 | Add -ssl_pass to /connect and /server | Alexander Færøy |
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 |