Age | Commit message (Expand) | Author |
2014-10-01 | Merge pull request #140 from sebth/master | Alexander Færøy |
2014-10-01 | Merge pull request #142 from dequis/away-with-no-reason | Alexander Færøy |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-09-09 | irc_server_send_away: don't send empty param if there's no away reason | dequis |
2014-09-01 | Make line splitting fail-safe | Sebastian Thorarensen |
2014-07-06 | Replace a `goto out' with explicit freeing | Sebastian Thorarensen |
2014-07-06 | Introduce a MAX_USERHOST_LEN constant for IRC | Sebastian Thorarensen |
2014-07-06 | Move the definition of the `split_line' settings | Sebastian Thorarensen |
2014-07-06 | Split long IRC `ACTION' messages | Sebastian Thorarensen |
2014-07-06 | Fix the `userhostlen' fallback in `split_message' | Sebastian Thorarensen |
2014-07-06 | Avoid unnecessary splitting of lines | Sebastian Thorarensen |
2014-07-06 | Add configurable split line prefixes and suffixes | Sebastian Thorarensen |
2014-07-06 | Properly split long IRC messages | Sebastian Thorarensen |
2014-06-16 | Revert "add d,q,f and J to CHANMODES default, to work a bit better with dance... | David Leadbeater |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2009-02-28 | Add the command send/expire timeout only when needed. | Jilles Tjoelker |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-12-22 | Check server's connected flag rather than net-sendbuffer pointers in | Emanuele Giaquinta |
2008-12-02 | Recode outgoing irc quit messages. | Emanuele Giaquinta |
2008-12-01 | Factor the code to send an irc action into a function. | Emanuele Giaquinta |
2008-11-29 | Remove obsolete part of comment. | Emanuele Giaquinta |
2008-11-12 | Recode outgoing irc away messages, bug #412. | Emanuele Giaquinta |
2008-11-12 | Export server_send_away and use it in irc-servers-reconnect.c:sig_connected | Emanuele Giaquinta |
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-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-03-14 | Replace missed strncasecmp calls with g_ascii_strncasecmp. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-07 | Remove unneeded includes. | Emanuele Giaquinta |
2008-02-05 | Remove unneeded includes. | Emanuele Giaquinta |
2007-12-23 | Apply -usermode before -autosendcmd. | Jilles Tjoelker |
2007-10-12 | Get -kicks and -msgs from TARGMAX and MAXTARGETS 005 tokens. | Jilles Tjoelker |
2007-06-29 | If 001 has not been received yet, also treat "Banned" or | Jilles Tjoelker |
2007-05-25 | Pick up host changes on charybdis and ircu servers (396 numeric). | Jilles Tjoelker |
2007-05-18 | Use rfc1459 comparison for nicks by default (it is not a functional change | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-04-28 | Do not send hostname to server, rather use username as the second | Emanuele Giaquinta |
2005-11-24 | Initialize the isupport functions on /upgrade aswell | Valentin Batz |
2005-02-04 | Compile fix: make it c99 again, by Timothy Hatcher (Bug 184) | Wouter Coekaerts |
2005-01-03 | improve queuing commands, patch by Timothy Hatcher (Bug 168) | Wouter Coekaerts |
2005-01-03 | Fix multiple entries for local IP in /etc/hosts prevents connecting, patch by... | Wouter Coekaerts |
2004-11-23 | Reverting bugfix for 'usermode activates after autosendcmd' because it breaks... | Valentin Batz |
2004-11-19 | Fixed bug where usermode was not sent correctly | Valentin Batz |
2004-10-12 | Fix crash with non-irc servers | Wouter Coekaerts |
2004-10-08 | add d,q,f and J to CHANMODES default, to work a bit better with dancer and po... | Wouter Coekaerts |
2004-09-15 | Bugfix: http://bugs.irssi.org/?do=details&id=121 | Geert Hauwaerts |
2004-07-06 | Changed default SSL port to 6697 | Timo Sirainen |
2004-05-10 | Never send hostname beginning with /+-[0-9]/ in USER command, that could | Timo Sirainen |
2004-02-07 | remove stuff from isupport always before inserting. | Timo Sirainen |