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

Commit Graph

  • fe6cb5c1b3 core: do not force weechat_quit to 0 in main loop, so that a /quit issued before main loop is working Sebastien Helleu 2013-04-12 09:10:57 +02:00
  • 67f6668d1b irc: fix crash on command "/allchan /close" Sebastien Helleu 2013-04-10 23:09:00 +02:00
  • aa10e20295 doc: fix C example of function weechat_nicklist_get_next_item (plugin API reference) stfn 2013-03-29 15:09:06 +01:00
  • 33e7ad43d6 core: use layout saved when option weechat.look.save_layout_on_exit is enabled (so it is automatically restored when WeeChat restarts) Sebastien Helleu 2013-03-29 07:59:23 +01:00
  • 5dbda28263 core: fix uninitialized variable when saving layout for windows in upgrade Sebastien Helleu 2013-03-29 07:35:39 +01:00
  • fe512fdd33 xfer: add option xfer.file.auto_accept_nicks (patch #7962) Andrew Potter 2013-03-25 09:05:36 +01:00
  • 1871a774f3 fifo: remove #define MAX_PATH (now done in weechat-plugin.h) Sebastien Helleu 2013-03-25 08:15:06 +01:00
  • adbfda00f5 script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter) Sebastien Helleu 2013-03-25 08:14:33 +01:00
  • d654fca853 core: mention unit (minutes) for old option "irc.network.lag_disconnect" Sebastien Helleu 2013-03-24 20:08:26 +01:00
  • 2ffa199a7d lua: remove use of functions for API constants Sebastien Helleu 2013-03-24 20:01:57 +01:00
  • ff26a8d550 Revert "doc: add note about constants in lua, fix lua example (scripting guide)" Sebastien Helleu 2013-03-24 19:56:43 +01:00
  • fad848bf7c doc: add note about constants in lua, fix lua example (scripting guide) Sebastien Helleu 2013-03-24 18:10:21 +01:00
  • a08603c24c irc: add option irc.look.display_join_message (task #10895) Sebastien Helleu 2013-03-24 13:02:26 +01:00
  • e03310cb0d ruby: fix typo in comment Sebastien Helleu 2013-03-24 10:42:38 +01:00
  • cfe043e4b0 core: rename icon file in Makefile.am Sebastien Helleu 2013-03-24 09:42:38 +01:00
  • 4b4d80bdc5 core: install icon file (patch #7972) Sebastien Helleu 2013-03-24 09:41:22 +01:00
  • cac2342165 core: rename weechat_icon_32.png to weechat.png Sebastien Helleu 2013-03-24 09:33:02 +01:00
  • 50254dee23 core: update WeeChat icon: move "ee" to the middle of icon Sebastien Helleu 2013-03-24 08:59:09 +01:00
  • 4fdbb83a07 ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of function config_new_option (bug #31050) Sebastien Helleu 2013-03-22 19:54:44 +01:00
  • 55e58811b3 irc: fix default completion (like nicks) in commands /msg, /notice, /query and /topic Sebastien Helleu 2013-03-22 09:40:44 +01:00
  • 19acf8121f irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefixes: use default color (key "*") Sebastien Helleu 2013-03-21 20:16:49 +01:00
  • 239f853120 doc: use listing style for commands in quickstart guide Sebastien Helleu 2013-03-21 07:36:49 +01:00
  • c09e383325 doc: change style for listings in asciidoc CSS Sebastien Helleu 2013-03-21 07:36:04 +01:00
  • bbd080e680 irc: add option irc.look.pv_buffer: automatically merge private buffers (optionally by server) (task #11924) Sebastien Helleu 2013-03-17 22:18:11 +01:00
  • 3e1d811761 core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs) Sebastien Helleu 2013-03-17 19:44:39 +01:00
  • a290589f7c scripts: create directories (language and language/autoload) on each action (install/remove/autoload), just in case they have been removed (bug #38473) Sebastien Helleu 2013-03-17 18:45:55 +01:00
  • cf2ad51f62 script: create "script" directory on each action (just in case it has been removed) (bug #38472) Sebastien Helleu 2013-03-17 18:32:04 +01:00
  • a9ff529d83 relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (thanks to Dominik Honnef) Sebastien Helleu 2013-03-17 16:14:20 +01:00
  • fa2b1d6bf9 core: fix typos in french translations Sebastien Helleu 2013-03-17 15:07:26 +01:00
  • e056f20643 rmodifier: add info about "groups" in /help rmodifier Sebastien Helleu 2013-03-17 13:08:09 +01:00
  • 149c77decd core: fix typos in many comments and some strings Sebastien Helleu 2013-03-17 12:55:20 +01:00
  • 46677c79fc core: fix typos in ChangeLog Sebastien Helleu 2013-03-17 12:54:43 +01:00
  • 30e6acb00d core: add support of multiple layouts (task #11274) Sebastien Helleu 2013-03-17 08:28:41 +01:00
  • e1e3109da3 doc: add link to weechat.org/info in scripting guide (URL transfer) and plugin API reference (function hook_process) Sebastien Helleu 2013-03-16 16:06:16 +01:00
  • 3fb123510a lua: fix crash on stack overflow: call lua_pop() for values returned by lua functions (bug #38510) Sebastien Helleu 2013-03-13 18:27:55 +01:00
  • 81cc688166 doc: add range for integer/long integer objects, add examples with negative numbers (relay protocol) Sebastien Helleu 2013-03-13 12:25:57 +01:00
  • d74041de25 relay: add missing "id" in raw messages sent to clients when compression is off (weechat protocol) Sebastien Helleu 2013-03-13 12:12:48 +01:00
  • 7672139d6b relay: add negative numbers (integer: -123456 and long: -1234567890L) in command "test" (weechat protocol) Sebastien Helleu 2013-03-13 11:50:32 +01:00
  • aa2f5d8acc doc: fix length of NULL pointer (relay protocol) Sebastien Helleu 2013-03-13 11:12:31 +01:00
  • 37e609252c doc: remove "name" in hdata object (relay protocol) Sebastien Helleu 2013-03-13 10:55:28 +01:00
  • 7cf9c8a656 irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, value is now a number of seconds Sebastien Helleu 2013-03-12 18:35:03 +01:00
  • afc1dd4f6b api: fix bug in string_match when mask begins and ends with "*" Sebastien Helleu 2013-03-11 18:09:33 +01:00
  • cc3fb26024 doc: update german translations, FAQ and user guide Nils Görs 2013-03-11 12:49:52 +01:00
  • f27f91467a script: fix typo in /help script.scripts.autoload Sebastien Helleu 2013-03-10 08:56:12 +01:00
  • b63fca15fa alias: mention local variables of buffer in /help alias Sebastien Helleu 2013-03-10 08:27:55 +01:00
  • 0b0238a188 doc: fix typo in relay protocol Sebastien Helleu 2013-03-09 09:22:03 +01:00
  • ad842577c5 doc: add example of messages and message "_nicklist_diff" in relay protocol Sebastien Helleu 2013-03-09 09:06:22 +01:00
  • d2ff46fa69 relay: add message "_nicklist_diff" (differences between old and current nicklist) Sebastien Helleu 2013-03-09 09:04:49 +01:00
  • 9fdeef247e core: add signals and hsignals for nicklist events Sebastien Helleu 2013-03-08 23:13:58 +01:00
  • fced67b459 doc: update hdata "buffer" in plugin API reference Sebastien Helleu 2013-03-07 19:55:24 +01:00
  • b352891c2b api: allow hashtable with keys that are not strings in function hashtable_add_to_infolist Sebastien Helleu 2013-03-07 13:20:16 +01:00
  • 8b925baa3c core: add count for groups, nicks, and total in nicklist Sebastien Helleu 2013-03-03 11:30:58 +01:00
  • 844ba9e1c0 core: optimize function nicklist_remove_all (don't remove and create again "root" group) Sebastien Helleu 2013-03-02 09:35:02 +01:00
  • 11396b3266 doc: add missing signals in plugin API reference (nicklist_group_changed and nicklist_nick_changed) Sebastien Helleu 2013-03-01 11:39:48 +01:00
  • d2550f89f4 xfer: fix typo in comment Sebastien Helleu 2013-03-01 11:19:14 +01:00
  • 6972b1aafa xfer: fix freeze of DCC file received: use select() to read socket and if an ACK send fails, silently ignore and disable ACK (except the last) Sebastien Helleu 2013-02-28 19:16:24 +01:00
  • e890ac0a81 xfer: fix freeze of DCC file received: use non-blocking socket after connection to sender and ensure the ACK is properly sent (bug #38340) Sebastien Helleu 2013-02-26 21:43:39 +01:00
  • 0e641e0c45 irc: fix conversion of mask to regex in ignore Sebastien Helleu 2013-02-26 21:15:14 +01:00
  • b84f6b5a1b api: fix function string_mask_to_regex: escape all special chars used in regex (bug #38398) Sebastien Helleu 2013-02-26 21:12:25 +01:00
  • cecb546c24 core: update header in ChangeLog and NEWS Sebastien Helleu 2013-02-26 20:42:56 +01:00
  • b60aec975b script: add control of autoload (enable/disable/toggle) (task #12393) Sebastien Helleu 2013-02-25 08:46:41 +01:00
  • 87b5096972 core: update german translations Nils Görs 2013-02-23 18:32:52 +01:00
  • f5bc12e72c rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth") Sebastien Helleu 2013-02-23 14:55:28 +01:00
  • 9beb263e4a irc: hide passwords in commands or messages sent to nickserv with modifiers (bug #38346) Sebastien Helleu 2013-02-23 14:54:07 +01:00
  • c17d3e155c relay: add support of multiple servers on same port for irc protocol (the client must send the server in the "PASS" command) Sebastien Helleu 2013-02-23 08:33:38 +01:00
  • 6394a3d1e1 core: reformat NEWS file, add subsections Sebastien Helleu 2013-02-20 22:37:19 +01:00
  • 62aa07b00f core: fix typos in ChangeLog Sebastien Helleu 2013-02-20 22:36:41 +01:00
  • 6faa1a0db8 doc; fix typos in plugin API reference Sebastien Helleu 2013-02-20 22:36:13 +01:00
  • 9857b44e4e guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350) Sebastien Helleu 2013-02-19 22:49:59 +01:00
  • c43d48a9df guile: fix crash on calls to callbacks during load of script (bug #38343) Sebastien Helleu 2013-02-19 19:49:12 +01:00
  • e4529079a8 doc: fix typo on functions "weechat_infolist_new_var_*" in plugin API reference Sebastien Helleu 2013-02-19 18:43:48 +01:00
  • 9f0a16e586 doc: fix link to function weechat_config_write in plugin API reference Sebastien Helleu 2013-02-19 13:40:20 +01:00
  • 50eb1f51fd irc: fix crash when unmasking a smart filtered join if a line without tags is displayed after the join Sebastien Helleu 2013-02-18 22:23:03 +01:00
  • 67838983ad irc: fix display of malformed CTCP (without closing char) (bug #38347) Sebastien Helleu 2013-02-18 18:31:19 +01:00
  • 4e4fd3f54d core: remove Gtk interface (obsolete sources not working) Sebastien Helleu 2013-02-17 15:47:52 +01:00
  • bc079b007d irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405) Sebastien Helleu 2013-02-17 13:27:36 +01:00
  • 6e3f6270d1 core: allow read of array in hdata without using index Sebastien Helleu 2013-02-17 12:16:00 +01:00
  • 8b875cd412 irc: fix type of values in hashtables join_manual/join_noswitch, fix delay for purge Sebastien Helleu 2013-02-16 18:38:39 +01:00
  • c1bc23b052 irc: fix memory leak in purge of hashtables with joins (it was done only for the first server in the list) Sebastien Helleu 2013-02-16 10:00:28 +01:00
  • 47e1caa91f doc: update auto-generated files for commands Sebastien Helleu 2013-02-16 09:57:40 +01:00
  • 9da086b827 core: rename cmake targets xx.po/weechat.pot to update-xx.po/update-weechat.pot (for build with old cmake versions) Sebastien Helleu 2013-02-15 08:32:38 +01:00
  • 01153cd478 core: add option "dirs" for command /debug Sebastien Helleu 2013-02-14 20:45:12 +01:00
  • eed0878231 core: fix header in weechat.pot (copyright, license and some default values in first string) Sebastien Helleu 2013-02-14 18:31:21 +01:00
  • 11bbf0a062 core: add cmake targets to update .po and .pot files (new targets: update-po, weechat.pot, xx.po) Sebastien Helleu 2013-02-14 18:30:40 +01:00
  • c37016e5ea core: fix detection of iconv with cmake on OS X (bug #38321) Sebastien Helleu 2013-02-14 14:41:43 +01:00
  • 49043bf1b0 doc: fix prototype of function weechat_config_section_free in plugin API reference Sebastien Helleu 2013-02-13 14:11:17 +01:00
  • f7811b0ae2 relay: fix crash when decoding a websocket frame Sebastien Helleu 2013-02-12 14:14:40 +01:00
  • 8d5dee9aa0 relay: add gcrypt include and link arguments to compile relay plugin Sebastien Helleu 2013-02-12 12:51:26 +01:00
  • 62ff697772 script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory) Sebastien Helleu 2013-02-12 12:50:32 +01:00
  • 10820c7336 core: add signal "window_opened" (task #12464) Sebastien Helleu 2013-02-12 12:14:22 +01:00
  • 0cb84638dc doc: fix typos in french translations and plugin API reference Sebastien Helleu 2013-02-10 22:20:10 +01:00
  • c2aeb69c46 relay: add experimental websocket server support (RFC 6455) for irc and weechat protocols, new option relay.network.websocket_allowed_origins Sebastien Helleu 2013-02-10 20:22:13 +01:00
  • eb11921f16 irc: add missing RFC 2813 in header Sebastien Helleu 2013-02-10 15:57:38 +01:00
  • 190c5dfcc2 doc: add IRC RFCs for file irc-protocol.c in developer's guide Sebastien Helleu 2013-02-10 15:55:44 +01:00
  • 96da9b91cf doc: use HTML pages for links to RFCs in user's guide Sebastien Helleu 2013-02-10 15:50:30 +01:00
  • d406bed521 doc: fix typos in user's guide Sebastien Helleu 2013-02-10 15:41:17 +01:00
  • 7e0a675b62 doc: add missing signals in plugin API reference (buffer_merged/unmerged, key_bind/unbind, window_closing/closed) Sebastien Helleu 2013-02-08 13:26:15 +01:00
  • d4b1b50311 core: fix structures before buffer data when a buffer is closed Sebastien Helleu 2013-02-07 22:11:25 +01:00
  • e4149b073d relay: add options "buffers" and "upgrade" for commands sync/desync in weechat protocol Sebastien Helleu 2013-02-07 22:08:31 +01:00
  • 3e2bf9be0a doc: remove list of scripts for URLs in FAQ Sebastien Helleu 2013-02-07 22:06:58 +01:00