Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | irc: add support for CAP account-notify | Max Teufel | |
2015-01-24 | irc: remove server "freenode" from default config file (closes #309) | Sébastien Helleu | |
2015-01-24 | irc: don't close channel buffer on second /part when option ↵ | Sébastien Helleu | |
irc.look.part_closes_buffer is off (closes #313) | |||
2015-01-23 | core: fix crash when a root bar has conditions different from ↵ | Sébastien Helleu | |
active/inactive/nicklist (closes #317) | |||
2015-01-23 | irc: fix restore of query buffers on /upgrade (closes #315) | Sébastien Helleu | |
After /upgrade it was not possible to send a message in the query buffer or to receive messages from this nick. This commit fixes the search of query buffer when creating the irc channel (with type "private"). The bug was introduced by commit 9749b65f7e67bbee55e8708e571f5cff79b1bdbe. | |||
2015-01-23 | doc: update German auto-generated files | Sébastien Helleu | |
2015-01-23 | core: add Sven Knurr in authors and German translations file | Sébastien Helleu | |
2015-01-23 | core: fix typos in German translations | Sven Knurr | |
2015-01-23 | core: update German translations | Nils Görs | |
2015-01-23 | doc: update description of server option "sasl_key" in user's guide | Sébastien Helleu | |
2015-01-21 | doc: add more info about scripts in quickstart guide | Sébastien Helleu | |
2015-01-21 | doc: add instructions for SASL "ecdsa-nist256p-challenge" | Sébastien Helleu | |
2015-01-21 | core: update translations | Sébastien Helleu | |
2015-01-21 | core: add gnutls version in #if compiler directives | Sébastien Helleu | |
2015-01-21 | irc: fix compilation of SASL "ecdsa-nist256p-challenge" | Sébastien Helleu | |
Gnutls >= 3.0.21 is now required for SASL "ecdsa-nist256p-challenge". Gnutls >= 3.3.0 is required to display the public key when connecting. | |||
2015-01-20 | core: update French translations | Sébastien Helleu | |
2015-01-19 | irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251) | Sébastien Helleu | |
2015-01-19 | core: check that filename is not NULL in function util_file_get_content | Sébastien Helleu | |
2015-01-19 | irc: fix /join on a channel buffer opened with autojoin but which failed to join | Sébastien Helleu | |
2015-01-18 | Merge pull request #307 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2015-01-18 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2015-01-17 | irc: send QUIT to server and no PART for channels when the server buffer is ↵ | Sébastien Helleu | |
closed (closes #294) | |||
2015-01-17 | doc: fix typo in Russian man page | Sébastien Helleu | |
2015-01-16 | irc: fix order of channel buffers opened (closes #303) | Sébastien Helleu | |
2015-01-16 | doc: fix translator name in Russian man page and quickstart | Sébastien Helleu | |
2015-01-15 | irc: fix crash in buffer close when server name is the same as a channel ↵ | Sébastien Helleu | |
name (closes #305) | |||
2015-01-15 | doc: update translator name in Russian man page and quickstart | Sébastien Helleu | |
2015-01-15 | doc: add Russian man page, update Russian quickstart | Sébastien Helleu | |
2015-01-15 | core: update ChangeLog | Sébastien Helleu | |
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu | |
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. | |||
2015-01-14 | doc: remove build of asciidoc CSS files | Sébastien Helleu | |
This fixes a compilation problem on Debian Squeeze where cmake (2.8.2) seems to not work well with dependencies across different directories (/doc and /doc/xx). | |||
2015-01-12 | doc: add translators in docs, move table of contents on the left, build HTML5 | Sébastien Helleu | |
2015-01-11 | Version 1.2-dev | Sébastien Helleu | |
2015-01-11 | Version 1.1 | Sébastien Helleu | |
2015-01-11 | core: add version 1.0.1 in weechat.spec | Sébastien Helleu | |
2015-01-10 | irc: fix warning on cast of a pointer | Sébastien Helleu | |
2015-01-09 | weechat_user.pl: update translations | Krzysztof Korościk | |
2015-01-06 | Version 1.1-rc2 | Sébastien Helleu | |
2015-01-06 | doc: remove option ssl_dhkey_size for freenode | Sébastien Helleu | |
The default value (2048) is now OK for freenode. | |||
2015-01-06 | irc: defer the auto-connection to servers with a timer (closes #279, task ↵ | Sébastien Helleu | |
#13038) | |||
2015-01-03 | core: fix NULL pointer in free of bar window (closes #293); add extra checks ↵ | Sébastien Helleu | |
on bar window pointers | |||
2015-01-03 | doc: fix compilation of man pages with autotools in source directory | Sébastien Helleu | |
2015-01-03 | core: sync debian files with debian git repository | Sébastien Helleu | |
2015-01-03 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2015-01-03 | Merge pull request #292 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2015-01-03 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2015-01-01 | core: do not add flag "-fPIC" on Cygwin (not needed) | Sébastien Helleu | |
2015-01-01 | core: fix compilation of plugins with cmake >= 3.1 (closes #287) | Sébastien Helleu | |
The flag -fPIC is now forced for compilation of plugins. It should fix compilation problems when cmake doesn't add this flag. | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-12-28 | doc: update German auto-generated files | Sébastien Helleu | |