Age | Commit message (Expand) | Author |
2011-11-21 | Fix warning. | Alexander Færøy |
2011-05-15 | Accept names replies with nick!user@host instead of nick | Jilles Tjoelker |
2011-02-10 | Ensure that expando_cumode_space() doesn't free unallocated memory when no | Jase Thew |
2010-07-24 | Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in... | Wouter Coekaerts |
2010-04-04 | Remove warnings about uninitialized variables. | Alexander Færøy |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2010-02-27 | Use servertag from the active DCC chat when not connected anymore to the IRC ... | Wouter Coekaerts |
2009-05-13 | Accept 354 (WHOX reply) as a /who reply too (for redirection). | Jilles Tjoelker |
2009-04-05 | Remove leftover. | Emanuele Giaquinta |
2009-03-15 | Correct previous commit: fix away checking | Wouter Coekaerts |
2009-03-10 | Fix /NOTIFY list when nick is seen joining (bug #642) | Wouter Coekaerts |
2009-03-10 | Include hostmask in 001 event sent by proxy (bug #650) | Wouter Coekaerts |
2009-03-01 | Remove unused variables. | Jilles Tjoelker |
2009-02-28 | Ensure variable is initialized. | Jilles Tjoelker |
2009-02-28 | Add the command send/expire timeout only when needed. | Jilles Tjoelker |
2009-02-28 | Check for stale flood entries when lines come in, avoiding a 0.5 second timeout. | Jilles Tjoelker |
2009-02-21 | Make explicit how long the arrays for prefix_add and prefix_del are. | Jilles Tjoelker |
2009-02-08 | Code Cleanup: | Alexander Færøy |
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-13 | Preserve op/halfop/voice when /upgrading from before the prefixes change | Jilles Tjoelker |
2008-12-12 | prefix_add(): copy correct number of bytes | Jilles Tjoelker |
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 | Revert r4924, the comment is correct after all. | Jilles Tjoelker |
2008-11-29 | Remove obsolete part of comment. | Emanuele Giaquinta |
2008-11-28 | Allow /ban, /unban, /kickban, /knockout if channel is not synced. | Jilles Tjoelker |
2008-11-28 | Remove obsolete/wrong part of comment (irc server cmdcount). | Jilles Tjoelker |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-16 | Do not check in irc cmd_away that the active item server is an irc | Emanuele Giaquinta |
2008-11-12 | Remove /wallchops, do not suggest other commands in /help wall. | Jilles Tjoelker |
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-11-08 | Recode a WALL message also when sending a notice to @#channel. | Emanuele Giaquinta |
2008-11-02 | introduce the type Irssi::Irc::Client and signals to communicate with proxy | Jochen Eisinger |
2008-08-30 | Fix display of ratbox-style operspy whois (/whois !nick). | Jilles Tjoelker |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-05-24 | Cosmetic. | Emanuele Giaquinta |
2008-05-23 | Reindent. | Emanuele Giaquinta |
2008-05-23 | Fix leaks. | Emanuele Giaquinta |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-05-19 | Remove some global variables used to store settings values, instead get the | Emanuele Giaquinta |
2008-04-11 | Remove workaround no longer needed. | Emanuele Giaquinta |
2008-03-15 | Simplify recode target computation. | Emanuele Giaquinta |
2008-03-14 | Replace missed strncasecmp calls with g_ascii_strncasecmp. | Emanuele Giaquinta |
2008-03-10 | Disable versioning for the proxy module, patch by darix. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |