1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

Commit Graph

  • 8b5f6085a2 core: update ChangeLog (support of lua 5.2) Sebastien Helleu 2012-07-03 11:36:57 +02:00
  • 69fde9c427 lua: remove call to deprecated function luaL_openlib (compatibility with Lua 5.2) Arvydas Sidorenko 2012-07-03 11:32:20 +02:00
  • e84099fb97 lua: replace lua_open by luaL_newstate (compatibility with Lua 5.2) Arvydas Sidorenko 2012-07-03 11:32:09 +02:00
  • 2f59774e79 lua: rename luaL_reg to luaL_Reg (compatibility with Lua 5.2) Arvydas Sidorenko 2012-07-03 11:31:54 +02:00
  • 73fbae6a62 doc: add question in FAQ about selection/paste of text when mouse is enabled Sebastien Helleu 2012-07-01 17:35:27 +02:00
  • d876a5fc35 doc: fix duplicate chapter name "translations" in developer's guide Sebastien Helleu 2012-07-01 16:59:56 +02:00
  • 7585eae5d0 irc: fix parsing of user modes (ignore everything after first space) (bug #36756) Sebastien Helleu 2012-07-01 11:56:06 +02:00
  • c92d34020b doc: add format of git commit messages in developer's guide Sebastien Helleu 2012-06-30 17:37:23 +02:00
  • 0430c144c5 doc: update list of contributors in user guide Sebastien Helleu 2012-06-30 17:16:54 +02:00
  • b5b3c709c6 core: update ChangeLog (detection of ruby 1.9.3 in cmake/autotools) Sebastien Helleu 2012-06-30 17:09:21 +02:00
  • 16c6dcb34c ruby: replace puts with print in FindRuby.cmake Peter Boström 2012-06-30 17:06:35 +02:00
  • b1ef66ec63 ruby: add detection of ruby version 1.9.3 in autotools Sebastien Helleu 2012-06-30 17:05:19 +02:00
  • 47810d56aa ruby: add detection of ruby version 1.9.3 in cmake Peter Boström 2012-06-30 16:58:01 +02:00
  • 08c3c848bd irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (task #12150) Sebastien Helleu 2012-06-30 14:19:00 +02:00
  • 00a9028f42 irc: set callback "nickcmp" in channel buffers Sebastien Helleu 2012-06-14 20:07:06 +02:00
  • d66555f387 core: add callback "nickcmp" for nick comparison in buffers Sebastien Helleu 2012-06-14 20:06:42 +02:00
  • b5082902b4 core: fix typo in NEWS Sebastien Helleu 2012-06-14 07:58:43 +02:00
  • 9c8b06deb0 core: add missing header in NEWS Sebastien Helleu 2012-06-14 07:56:29 +02:00
  • f0dae2b425 core: add options for horizontal/vertical separators between split windows in NEWS Sebastien Helleu 2012-06-14 07:52:18 +02:00
  • 41beef296f doc: add command /buffer to set notify level in user guide Sebastien Helleu 2012-06-13 22:42:46 +02:00
  • 907752167f core: fix resize of windows after horizontal split Sebastien Helleu 2012-06-13 10:29:57 +02:00
  • 529d12c1db scripts: ignore call to "register" (with a warning) if script is already registered Sebastien Helleu 2012-06-10 23:01:40 +02:00
  • e25909878e lua: fix crash when unloading a script without pointer to interpreter Sebastien Helleu 2012-06-10 22:32:11 +02:00
  • 58918e2eeb guile: fix crash when unloading a script without pointer to interpreter Sebastien Helleu 2012-06-10 22:31:29 +02:00
  • db43e2a018 python: fix crash when unloading a script without pointer to interpreter Sebastien Helleu 2012-06-10 22:30:48 +02:00
  • bab252de96 doc: add chapters "Buffers and windows" and "Notify levels" in user guide Sebastien Helleu 2012-06-10 17:15:28 +02:00
  • 25c795a26f core: add horizontal separator between windows, two new options to toggle horizontal/vertical separators between windows Sebastien Helleu 2012-06-10 09:51:03 +02:00
  • 9f09c26fca doc: add commands to download weeget.py in quickstart guide Sebastien Helleu 2012-06-09 22:03:56 +02:00
  • c0c75a9555 doc: add "case insensitive" for argument "message" of function hook_print (plugin API reference) Sebastien Helleu 2012-06-09 21:52:34 +02:00
  • 9c5116b4fe core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for highlight when nick is offline) Sebastien Helleu 2012-06-09 21:33:10 +02:00
  • 49f4e4cfa4 core: fix refresh of offline nicks (in chat) when nicklist bar is hidden Sebastien Helleu 2012-06-09 12:35:44 +02:00
  • 9f4dbd2b3b irc: fix freeze when reading on socket with SSL enabled (bug #35097) Sebastien Helleu 2012-06-09 11:43:02 +02:00
  • d8c9013aff core: fix color of nicks in buffers without nicklist when option weechat.look.color_nick_offline is on Sebastien Helleu 2012-06-09 11:31:06 +02:00
  • 200652836b core: add options to use different color for offline nicks in prefix (patch from Nei) (task #11109) Sebastien Helleu 2012-06-09 08:53:50 +02:00
  • 2a00de476e guile: fix path of guile include dirs in cmake build (patch #7790) Sebastien Helleu 2012-06-05 08:51:22 +02:00
  • e6125608c0 rmodifier: reallow names beginning with "#" for rmodifiers Sebastien Helleu 2012-06-04 18:21:29 +02:00
  • a306fcfd33 alias: reallow names beginning with "#" for aliases Sebastien Helleu 2012-06-04 18:20:47 +02:00
  • 89b676f653 irc: reallow names beginning with "#" for servers Sebastien Helleu 2012-06-04 18:19:31 +02:00
  • e79c7cf7d9 core: reallow names beginning with "#" for bars, proxies and filters Sebastien Helleu 2012-06-04 18:18:10 +02:00
  • 0732789f34 core: escape special chars (#[\) in configuration files for name of options (bug #36584) Sebastien Helleu 2012-06-04 18:14:57 +02:00
  • 231ee3fa3d rmodifier: prohibit names beginning with "#" for rmodifiers Sebastien Helleu 2012-06-04 10:06:46 +02:00
  • c681c660c6 alias: prohibit names beginning with "#" for aliases (bug #36584) Sebastien Helleu 2012-06-04 09:59:03 +02:00
  • 9076f35953 Version 0.3.9-dev Sebastien Helleu 2012-06-03 10:08:43 +02:00
  • d6bd119d76 Version 0.3.8 v0.3.8 Sebastien Helleu 2012-06-03 09:25:29 +02:00
  • 70afcffe34 doc: update german translations and user guide Nils Görs 2012-06-02 09:07:26 +02:00
  • d401e645a6 doc: update polish translations and FAQ Krzysztof Koroscik 2012-06-01 18:51:28 +02:00
  • 99b3cc2930 core: add japanese FAQ in debian packaging Sebastien Helleu 2012-06-01 16:04:13 +02:00
  • 3b9e94c234 xfer: set O_NONBLOCK flag on socket using flags read Sebastien Helleu 2012-06-01 11:50:43 +02:00
  • f56a936b22 core: test return code when reading flags with fcntl (set flags to 0 if error) Sebastien Helleu 2012-06-01 10:33:30 +02:00
  • 3209ebcb27 core: fix typo in ChangeLog Sebastien Helleu 2012-05-30 08:00:23 +02:00
  • b2bd220d3c core: update spanish translations Elián Hanisch 2012-05-26 11:43:44 +02:00
  • 6f5a20e3c0 Version 0.3.8-rc2 v0.3.8-rc2 Sebastien Helleu 2012-05-22 09:18:18 +02:00
  • 04e98c3f29 core: force display of prefix on first line displayed in window (even if it should be hidden by option weechat.look.prefix_same_nick) Sebastien Helleu 2012-05-22 07:59:59 +02:00
  • 0d73475c52 core: update japanese translations (patch #7783) Ryuunosuke Ayanokouzi 2012-05-20 17:35:30 +02:00
  • 4b43f0655a doc: fix titles of level 2 in japanese FAQ (fix problem with old asciidoc versions) Ryuunosuke Ayanokouzi 2012-05-20 17:22:31 +02:00
  • abcf34c0e2 doc: fix regex for filtering voice messages on bitlbee server Sebastien Helleu 2012-05-20 16:19:29 +02:00
  • af20685a15 doc: update italian translations and user guide Marco Paolone 2012-05-20 15:48:16 +02:00
  • 19afffcef3 doc: update german translations and user guide Nils Görs 2012-05-20 14:42:34 +02:00
  • 1bbd15a2b5 doc: use different format for titles of level 0/1 in japanese FAQ (fix build with old asciidoc versions) Sebastien Helleu 2012-05-19 10:05:22 +02:00
  • 84175f6287 doc: update hdata "irc_server" (add "chanmodes") in plugin API reference Sebastien Helleu 2012-05-18 15:37:09 +02:00
  • c6e879aa1f core: update italian translations Marco Paolone 2012-05-18 15:36:00 +02:00
  • 0346e1fe73 doc: update italian user guide and plugin API reference Marco Paolone 2012-05-18 15:33:19 +02:00
  • b68702ed00 doc: add japanese FAQ (patch #7781) Sebastien Helleu 2012-05-18 09:17:33 +02:00
  • 71800dcc5a core: update ChangeLog Sebastien Helleu 2012-05-17 22:41:51 +02:00
  • a5f68bed01 relay: keep spaces in beginning of "input" received from client (WeeChat protocol) Sebastien Helleu 2012-05-17 22:38:27 +02:00
  • abb31e1d15 doc: add note about version for signals "upgrade" and "upgrade_ended" in relay protocol Sebastien Helleu 2012-05-17 11:51:55 +02:00
  • a62b243af5 relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol Sebastien Helleu 2012-05-17 11:24:59 +02:00
  • 04275a7354 relay: fix crash on /upgrade when client is connected using WeeChat protocol Sebastien Helleu 2012-05-17 09:37:04 +02:00
  • 6802552787 guile: fix crash on ARM when loading guile plugin (bug #36479) Sebastien Helleu 2012-05-16 12:30:19 +02:00
  • 3bc15f0e55 core: fix compilation warning on a comparison using type "wint_t" Sebastien Helleu 2012-05-15 15:30:43 +02:00
  • b645947954 Version 0.3.8-rc1 v0.3.8-rc1 Sebastien Helleu 2012-05-15 12:57:53 +02:00
  • 21b87c428c irc: update channel modes by using chanmodes from message 005 (do not send extra command "MODES" to server), fix parsing of modes (bug #36215) Sebastien Helleu 2012-05-15 12:48:50 +02:00
  • 36d5f464fb doc: add note about property "short_name" of buffers (plugin API reference) Sebastien Helleu 2012-05-11 19:15:48 +02:00
  • 54b45e9c5e core: support lines of 16 Kb long in configuration files (instead of 1 Kb) Sebastien Helleu 2012-05-11 08:04:19 +02:00
  • 370a5ccb61 irc: add option "fakerecv" for command /server to simulate a received IRC message (not documented, for debug only) Sebastien Helleu 2012-05-08 15:05:53 +02:00
  • c2c83466f9 doc: fix typo in python example of infolist_get (plugin API reference) Sebastien Helleu 2012-05-05 21:56:00 +02:00
  • 5c64e36bc0 core: add description of "command" in /help key Sebastien Helleu 2012-05-05 20:04:02 +02:00
  • 54e5dad740 core: fix crash in focus hook for nicklist (bug #36271) Sebastien Helleu 2012-05-04 16:46:45 +02:00
  • ccfc2ae99c doc: update list of contributors in user guide Sebastien Helleu 2012-05-03 16:24:41 +02:00
  • 59234aef2d core: fix truncated config files (zero-length) after system crash (bug #36383) Mateusz Poszwa 2012-05-03 16:10:00 +02:00
  • dfbe7845ae logger: fix charset of lines displayed in backlog when terminal charset is different from UTF-8 (bug #36379) Sebastien Helleu 2012-05-03 12:36:27 +02:00
  • 3d73805198 doc: fix recommended version of Python in user guide Sebastien Helleu 2012-05-03 12:35:57 +02:00
  • 0b73835e8a irc: hide everything after "identify" or "register" in messages to nickserv when option irc.look.hide_nickserv_pwd is on (bug #36362) Sebastien Helleu 2012-05-02 12:42:44 +02:00
  • c01aaf9335 core: update spanish translations Elián Hanisch 2012-05-01 09:27:07 +02:00
  • d282d9fd06 scripts: fix type of argument "rc" in callback of hook_process (from string to integer) Sebastien Helleu 2012-05-01 09:17:13 +02:00
  • f4a07da0a2 rmodifier: add default rmodifier "quote_pass" to hide password in command "/quote pass" (bug #36250) Sebastien Helleu 2012-04-19 11:38:21 +02:00
  • c72fa72aef doc: fix arguments sent to callback of hook_command in plugin API reference Sebastien Helleu 2012-04-18 08:05:46 +02:00
  • 81a8119a08 rmodifier: add default rmodifier "server" to hide passwords in commands /server and /connect (task #11993) Sebastien Helleu 2012-04-17 12:29:14 +02:00
  • 477e9a609c doc: fix return value of function "color" in plugin API reference Sebastien Helleu 2012-04-17 08:56:17 +02:00
  • 6c26bc79d9 doc: update italian translations and user guide Marco Paolone 2012-04-16 13:49:18 +02:00
  • c1104eb383 core: update hdata "key" (add "score") in plugin API reference Sebastien Helleu 2012-04-16 13:47:34 +02:00
  • 9335b07ff7 core: optimize load of keys (save score of keys to sort them faster) Sebastien Helleu 2012-04-14 18:31:08 +02:00
  • d279a66df8 core: do not use malloc in function utf8_strlen_screen for small strings (4 bytes or less) Sebastien Helleu 2012-04-14 18:14:25 +02:00
  • 5f16a88a29 python: update path returned by weechat.info_get('python2_bin', '') if path does not exist any more (for example after python upgrade) Sebastien Helleu 2012-04-13 09:23:43 +02:00
  • 7fe2550b40 core: fix help of option weechat.completion.nick_completer Sebastien Helleu 2012-04-11 22:25:42 +02:00
  • 04b228715b doc: fix return value of function hook_modifier_exec in plugin API reference Sebastien Helleu 2012-04-11 21:33:05 +02:00
  • a317029955 core: fix display bugs and crashs with small windows (bug #36107) Sebastien Helleu 2012-04-11 16:38:14 +02:00
  • 783e6228a0 doc: update list of translators in user guide Sebastien Helleu 2012-04-09 12:58:28 +02:00
  • 46544b9e19 core: update spanish translations Quico Noizeux 2012-04-09 12:08:03 +02:00
  • 093abf96f3 doc: update help of command /disconnect in user guide Sebastien Helleu 2012-04-09 12:06:34 +02:00