Age | Commit message (Expand) | Author |
2010-12-15 | Fix bug with charset decoding on IRC private buffers (decoding was made for l... | Sebastien Helleu |
2010-11-21 | Move some functions from irc-server.c and irc-protocol.c to irc-message.c | Sebastien Helleu |
2010-11-12 | Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925) | Sebastien Helleu |
2010-11-12 | Fix bug with priority (low/high) for irc messages (all messages were sent wit... | Sebastien Helleu |
2010-11-12 | Fix color of buffer name in status bar after /upgrade for IRC servers connect... | Sebastien Helleu |
2010-11-10 | Fix bug with /upgrade on ssl servers with prefix modes and chars | Sebastien Helleu |
2010-11-08 | Update buffer local variables when irc server is renamed | Sebastien Helleu |
2010-11-06 | Add IRC command /notify, new options for notify and infolist "irc_notify" (ta... | Sebastien Helleu |
2010-10-31 | Remove dead assignments | Sebastien Helleu |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu... | Sebastien Helleu |
2010-10-25 | Use IRC command arguments instead of full message for IRC redirection (when s... | Sebastien Helleu |
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu |
2010-10-09 | Move some IRC options from network section to server section (task #10664, ta... | Sebastien Helleu |
2010-10-08 | Switch to next server address when IRC error is received after TCP connection... | Sebastien Helleu |
2010-10-07 | Fix crash/bug when option "addresses" for an IRC server is unset or changed w... | Sebastien Helleu |
2010-09-27 | Reset infolist item cursor in callbacks for signals sending infolist pointer | Sebastien Helleu |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu |
2010-09-12 | Do not send WHO on channel joined (to check away nicks) if option irc.network... | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-08-03 | Fix bug in IRC parser when no argument is received after command, no callback... | Sebastien Helleu |
2010-07-25 | Fix import of certificates created by openssl >= 1.0.0 (bug #30316) | Sebastien Helleu |
2010-07-06 | Fix display of local SSL certificate when it is sent to IRC server | Sebastien Helleu |
2010-07-06 | Improve irc lag indicator: two colors (counting and finished), update item ev... | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-11 | Use empty real name by default in IRC config, instead of reading real name in... | Sebastien Helleu |
2010-06-02 | Fix bug with command-line option "irc://" (bug #29990), new format for port a... | Sebastien Helleu |
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu |
2010-05-23 | Fix bug with option irc.network.lag_check when value is 0 (zero) | Sebastien Helleu |
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new info... | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-21 | Add new options irc.network.autoreconnect_delay_growing and irc.network.autor... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-03 | Add highlight word "$nick" instead of real nick in IRC and xfer plugins | Sebastien Helleu |
2010-03-30 | Add missing variables in debug dump | Sebastien Helleu |
2010-03-30 | Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick u... | Sebastien Helleu |
2010-03-29 | Fix check of IRC ignore when channel is specified in ignore (problem with PRI... | Sebastien Helleu |
2010-03-26 | Fix compilation of irc plugin with old gcc (remove #ifdef inside call of macro) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-17 | Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored | Sebastien Helleu |
2010-02-20 | Remove connection timer when closing connection with IRC server | Sebastien Helleu |
2010-02-19 | Add option irc.network.connection_timeout (timeout between TCP connection to ... | Sebastien Helleu |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function "string_enco... | Sebastien Helleu |
2010-02-09 | Add new option weechat.look.time_format to customize default format for date/... | Sebastien Helleu |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu |
2010-02-03 | Add anti-flood for many IRC commands/messages | Sebastien Helleu |
2010-01-29 | Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #2... | Sebastien Helleu |
2010-01-29 | Fix a build failure with: 1.7.6 < gnutls <= 2.4.6 | Emmanuel Bouthenot |
2010-01-28 | Fix a build failure with gnutls < 1.7.6 | Emmanuel Bouthenot |
2010-01-26 | Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is... | Sebastien Helleu |