Age | Commit message (Expand) | Author |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option irc.look.h... | Sebastien Helleu |
2013-12-06 | irc: add option irc.network.lag_max | Sebastien Helleu |
2013-11-26 | irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after SSL ... | Sebastien Helleu |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban m... | Sebastien Helleu |
2013-10-03 | irc: fix reconnection to server using IPv6 (bug #38819, bug #40166) | Sebastien Helleu |
2013-08-18 | irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE... | Sebastien Helleu |
2013-08-04 | api: add argument "options" in function string_eval_expression, add option "-... | Sebastien Helleu |
2013-08-02 | Merge branch 'secured-data' | Sebastien Helleu |
2013-07-30 | irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug... | Sebastien Helleu |
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu |
2013-03-17 | irc: add option irc.look.pv_buffer: automatically merge private buffers (opti... | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-03-12 | irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v... | Sebastien Helleu |
2013-02-17 | irc: unmask smart filtered join if nick speaks in channel some minutes after ... | Sebastien Helleu |
2013-02-16 | irc: fix type of values in hashtables join_manual/join_noswitch, fix delay fo... | Sebastien Helleu |
2013-02-16 | irc: fix memory leak in purge of hashtables with joins (it was done only for ... | Sebastien Helleu |
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu |
2012-11-27 | xfer: display remote IP address for DCC chat/file (task #12289) (patch from N... | Sebastien Helleu |
2012-11-23 | irc: add support of tags in messages, add support of "server-time" capability... | Sebastien Helleu |
2012-11-14 | irc: fix crash on /upgrade (free channels before server data when a server is... | Sebastien Helleu |
2012-11-02 | irc: add option irc.network.alternate_nick to disable dynamic nick generation... | Nils Görs |
2012-11-02 | irc: fix compilation when gnutls is disabled (bug #37639) | Sebastien Helleu |
2012-10-16 | irc: remove local variable "away" in server/channels buffers after server dis... | Sebastien Helleu |
2012-10-14 | irc: fix cancel of auto-reconnection to server with /disconnect | Sebastien Helleu |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh... | Simon Arlott |
2012-10-09 | irc: add option "-noswitch" for command /join (task #12275) | Sebastien Helleu |
2012-10-06 | irc: remove unneeded server disconnect when server buffer is closed and serve... | Sebastien Helleu |
2012-09-18 | irc: fix rejoin of channels with a key, ignore value "*" sent by server for k... | Peter Boström |
2012-09-03 | irc: switch to next address after a timeout when connecting to server (bug #3... | Simon Arlott |
2012-09-03 | irc: fix bug when changing server option "addresses" with less addresses (bug... | Simon Arlott |
2012-09-03 | irc: add network prefix in some irc/gnutls messages | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-08-23 | irc: add network prefix in irc (dis)connection messages | Sebastien Helleu |
2012-08-22 | irc: generate alternate nicks dynamically when all nicks are already in use (... | Sebastien Helleu |
2012-08-08 | irc: set non-blocking socket before connecting to server (fix freeze with SSL... | Sebastien Helleu |
2012-07-23 | irc: replace calls to config_search_with_string with weechat_config_get | Sebastien Helleu |
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu |
2012-07-15 | irc: fix format of message "USER" (according to RFC 2812) (bug #36825) | Sebastien Helleu |
2012-07-14 | relay: fix freeze when writing on relay socket (use non-blocking sockets in r... | Sebastien Helleu |
2012-06-09 | irc: fix freeze when reading on socket with SSL enabled (bug #35097) | Sebastien Helleu |
2012-05-15 | irc: update channel modes by using chanmodes from message 005 (do not send ex... | Sebastien Helleu |
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu |
2012-03-17 | irc: do not allow the creation of two servers with same name but different ca... | Sebastien Helleu |
2012-03-12 | irc: fix redirection of message when message is queued for sending on server | Sebastien Helleu |
2012-02-29 | irc: do not close server buffer and disconnect when server is destroyed durin... | Sebastien Helleu |