90 Commits

Author SHA1 Message Date
Sebastien Helleu
13d95cac8e core: sync debian files with debian git repository 2012-10-02 09:07:11 +02:00
Sebastien Helleu
6a8127d92e core: fix wrong Vcs-Browser URL for debian git repository (debian #689203) 2012-10-02 09:06:55 +02:00
Sebastien Helleu
c57f5519af core: sync debian files with debian git repository 2012-09-22 09:49:24 +02:00
Sebastien Helleu
e2201c972f core: add japanese docs in debian packaging (user's guide, scripting guide, tester's guide) 2012-09-22 09:48:31 +02:00
Sebastien Helleu
399a5af6f3 core: add plugin "script" in debian packaging 2012-08-17 09:11:44 +02:00
Sebastien Helleu
99b3cc2930 core: add japanese FAQ in debian packaging 2012-06-01 16:04:13 +02:00
Emmanuel Bouthenot
5bf02429fb core: sync debian files with debian git repository 2012-02-26 22:55:01 +01:00
Sebastien Helleu
f8a25b4299 core: replace dependency "libcurl-dev" by "libcurl4-gnutls-dev" for Debian packaging 2012-01-27 10:37:00 +01:00
Sebastien Helleu
b91c231096 core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) 2012-01-16 19:52:08 +01:00
Sebastien Helleu
47e4a03be6 core: update copyright dates 2012-01-08 18:59:50 +01:00
Sebastien Helleu
013f8cc757 relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
The protocol is partial, under development, and NOT ready for usage.

New options added in relay.conf:
- relay.network.allowed_ips: allow only some IPs on relay plugin (by default
  all IPs are allowed)
- relay.network.compression_level: compression level used in WeeChat protocol
  (compression is made using zlib)
2011-12-06 23:06:23 +01:00
Sebastien Helleu
6cae7b70ef core: add developer's guide in debian packaging 2011-11-06 00:23:12 +01:00
Sebastien Helleu
3a10291967 core: sync debian files with debian git repository (use build flags from dpkg-buildflags if possible) 2011-10-30 09:45:03 +01:00
Sebastien Helleu
44d9e01dad core: add plugin guile in debian packaging 2011-10-28 10:09:38 +02:00
Emmanuel Bouthenot
1988554095 core: sync debian files with debian git repository 2011-10-28 09:15:23 +02:00
Sebastien Helleu
dfdf42e27b core: remove unneeded whitespace 2011-10-26 20:37:03 +02:00
Sebastien Helleu
e90f19c891 core: sync debian files with debian git repository 2011-05-19 23:54:36 +02:00
Sebastien Helleu
fc5efe5c35 Add plugins relay and rmodifier in debian package "weechat-plugins" 2011-01-02 10:48:44 +01:00
Sebastien Helleu
d24f6e9e17 Update copyright dates 2011-01-01 18:06:29 +01:00
Sebastien Helleu
186cc877ac Update required version of asciidoc to build doc (now 8.5.0) 2010-12-07 10:26:41 +01:00
Sebastien Helleu
712623547f Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
2010-08-27 15:59:06 +02:00
Sebastien Helleu
6562d676fe Update licenses and copyrights, add missing author names in sources 2010-06-22 19:46:28 +02:00
Sebastien Helleu
2801b8437c Reformat multi-line comments 2010-03-19 23:33:14 +01:00
Sebastien Helleu
2133eb30ff Update copyright dates 2010-01-03 19:31:55 +01:00
Sebastien Helleu
8aa7380d65 Fix typo: licence -> license 2009-12-16 13:04:04 +01:00
Sebastien Helleu
0ce4da7bfc Update spec file for RPM and add debian file for russian quickstart guide 2009-10-09 22:18:44 +02:00
Emmanuel Bouthenot
d4c62d0dba Syncing debian packaging with Debian. 2009-09-19 11:31:08 +00:00
Sebastien Helleu
2bf4163617 Use new WeeChat site, weechat.org 2009-09-05 16:33:01 +02:00
Sebastien Helleu
f9b0a50aea Remove unneeded dependencies in debian/control (xsltproc, docbook-xsl, docbook-xml) 2009-09-02 08:06:07 +02:00
Sebastien Helleu
b0fe6e7f21 Fix asciidoc min version in debian/control 2009-09-01 11:53:25 +02:00
Emmanuel Bouthenot
a14815bbab Update debian packaging. 2009-08-16 17:31:49 +00:00
Sebastien Helleu
103389822e Add cmake detection for asciidoc version 2009-06-02 13:11:16 +02:00
Sebastien Helleu
041b754980 Convert some docs to asciidoc format, add tester's guide, remove some obsolete docs 2009-05-15 23:03:35 +02:00
Sebastien Helleu
92424a595d Change version from 0.2.7-dev to 0.3.0-dev 2009-05-11 14:19:51 +02:00
Emmanuel Bouthenot
757eef66cb Update debian packaging: add new binary package 'weechat-dev' (plugins development headers). 2009-05-08 22:34:36 +00:00
Emmanuel Bouthenot
7945e24900 Update debian packaging (fix double build due to autodetection of configure file). 2009-05-09 00:28:03 +02:00
Emmanuel Bouthenot
efa37abdb8 Update debian packaging. 2009-05-08 19:32:39 +02:00
Sebastien Helleu
a61e80858d Remove relay plugin from debian/weechat-plugins.install 2009-05-08 08:53:58 +02:00
Sebastien Helleu
b80c2763c3 Remove notify plugin in debian files 2009-04-24 16:59:03 +02:00
Sebastien Helleu
4f9efe14e3 Update debian build dependency for tcl-dev package 2009-02-25 14:43:56 +01:00
Emmanuel Bouthenot
cfc12b2b8c Update Debian packaging : fix wrong dependency, remove unused files. 2008-12-18 22:34:54 +01:00
Sebastien Helleu
20a1360bd8 Add new plugin "relay", new function "string_format_size" in plugin API 2008-12-10 17:08:56 +01:00
Emmanuel Bouthenot
09fdd1ace3 Update Debian packaging. 2008-12-07 10:34:04 +01:00
Julien Louis
b99273387b Add missing file 2006-10-31 15:50:15 +00:00
Julien Louis
6961bcb05a Sync with current package. 2006-10-31 15:47:55 +00:00
Julien Louis
9d59722879 Sync debian packaging 2006-08-17 23:57:44 +00:00
Julien Louis
0221e4ab15 Sync with official debian package 2006-06-29 09:55:23 +00:00
Julien Louis
7e802070ca Remove uneeded weechat-curses.links 2006-05-19 19:41:21 +00:00
Julien Louis
c7a8d68f70 Sync debian packaging stuff with official packages 2006-05-13 08:45:19 +00:00
Julien Louis
12b0742668 Sync Debian packaging stuff with official package 2006-03-18 12:07:14 +00:00