Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-18 | irc: remove autorejoin on channels when disconnected from server (bug #32207) | Sebastien Helleu | |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server ↵ | Sebastien Helleu | |
(rfc1459, strict-rfc1459, ascii) (bug #34239) | |||
2011-11-04 | irc: allow URL "irc://" in command /connect | Sebastien Helleu | |
2011-11-03 | irc: auto-connect to servers created with "irc://" on command line but not ↵ | Sebastien Helleu | |
other servers if "-a" ("--no-connect") is given | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-15 | irc: fix uninitialized key_type in struct gnutls_retr2_st (for gnutls >= 2.11.0) | Sebastien Helleu | |
This was causing connection problem with following messages: irc: TLS handshake failed irc: error: Insufficient credentials for that request. | |||
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu | |
2011-08-26 | core: replace deprecated gnutls function ↵ | Sebastien Helleu | |
"gnutls_certificate_client_set_retrieve_function" by new function "gnutls_certificate_set_retrieve_function" (gnutls >= 2.11.0) | |||
2011-08-26 | irc: return "count" in hashtable built by irc_server_sendf | Sebastien Helleu | |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-08-17 | irc: fix short name of server buffer after command /server rename | Sebastien Helleu | |
2011-08-14 | core: add buffer property "short_name_is_set", return name if short name is ↵ | Sebastien Helleu | |
not set (in buffer infolist or property) | |||
2011-08-14 | irc: set short name on buffers only if it was not set by another plugin/script | Sebastien Helleu | |
2011-08-05 | core: fix bugs with automatic layout (bug #26110), add support of merged ↵ | Sebastien Helleu | |
buffers in layout (task #10893) | |||
2011-07-13 | irc: fix crash when command "/buffer close" is used in a server command to ↵ | Sebastien Helleu | |
close server buffer during connection (bug #33763) | |||
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu | |
2011-04-26 | irc: add modifier "irc_in2_xxx" (called after charset decoding) | Sebastien Helleu | |
2011-04-15 | irc: fix memory leak when copying or renaming server | Sebastien Helleu | |
2011-04-11 | irc: do not rejoin channels where /part has been issued before reconnection ↵ | Sebastien Helleu | |
to server (bug #33029) | |||
2011-04-10 | irc: update short name of server buffer when server is renamed | Sebastien Helleu | |
2011-03-23 | irc: fix local variable "away" on server buffer (set/delete it each time ↵ | Sebastien Helleu | |
away is set or removed on server) | |||
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option ↵ | Sebastien Helleu | |
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506) | |||
2011-03-02 | Fix verification of SSL certificates by calling gnutls verify callback ↵ | Gu1ll4um3r0m41n | |
(patch #7459) | |||
2011-01-02 | Fix memory leak in flush of irc message queue | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-15 | Fix bug with charset decoding on IRC private buffers (decoding was made for ↵ | Sebastien Helleu | |
local nick instead of remote nick) (bug #31890) | |||
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 ↵ | Sebastien Helleu | |
with low priority) | |||
2010-11-12 | Fix color of buffer name in status bar after /upgrade for IRC servers ↵ | Sebastien Helleu | |
connected with SSL | |||
2010-11-10 | Fix bug with /upgrade on ssl servers with prefix modes and chars | Sebastien Helleu | |
The value of isupport, prefix_modes and prefix_chars in irc server are now removed on connection, not on disconnection. | |||
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" ↵ | Sebastien Helleu | |
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers). | |||
2010-10-31 | Remove dead assignments | Sebastien Helleu | |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-10-25 | Use IRC command arguments instead of full message for IRC redirection (when ↵ | Sebastien Helleu | |
searching "string" in message) | |||
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, ↵ | Sebastien Helleu | |
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit. | |||
2010-10-08 | Switch to next server address when IRC error is received after TCP ↵ | Sebastien Helleu | |
connection but before message 001 (bug #30884) | |||
2010-10-07 | Fix crash/bug when option "addresses" for an IRC server is unset or changed ↵ | Sebastien Helleu | |
when WeeChat is connected to this server (bug #31268) | |||
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 | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
2010-09-12 | Do not send WHO on channel joined (to check away nicks) if option ↵ | Sebastien Helleu | |
irc.network.away_check is set to 0 | |||
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-08-03 | Fix bug in IRC parser when no argument is received after command, no ↵ | Sebastien Helleu | |
callback was called, and message was silently ignored (bug #30640) | |||
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 ↵ | Sebastien Helleu | |
even when pong has not been received, lag_min_show is now in milliseconds |