Age | Commit message (Expand) | Author |
2012-02-19 | irc: fix memory leak when a server is deleted | Sebastien Helleu |
2012-02-19 | irc: add option "cap" in servers to enable capabilities on connection | Sebastien Helleu |
2012-02-09 | irc: add signal "irc_server_opened" | Sebastien Helleu |
2012-02-05 | irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing mess... | Sebastien Helleu |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ... | Sebastien Helleu |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ... | Sebastien Helleu |
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 (r... | Sebastien Helleu |
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 ot... | Sebastien Helleu |
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 |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-08-26 | core: replace deprecated gnutls function "gnutls_certificate_client_set_retri... | Sebastien Helleu |
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 #29879),... | Sebastien Helleu |
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 n... | Sebastien Helleu |
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 buff... | Sebastien Helleu |
2011-07-13 | irc: fix crash when command "/buffer close" is used in a server command to cl... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
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 t... | Sebastien Helleu |
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 away... | Sebastien Helleu |
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer... | Sebastien Helleu |
2011-03-02 | Fix verification of SSL certificates by calling gnutls verify callback (patch... | Gu1ll4um3r0m41n |
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 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 |