Sebastien Helleu
70ce7fe3b6
core: fix wrapping of words with wide chars (the break was made before the correct position)
2012-10-12 14:05:48 +02:00
Sebastien Helleu
5cfeb2f2bc
irc: add option "-noswitch" for command /join (task #12275 )
2012-10-09 21:33:09 +02:00
Sebastien Helleu
aa6b886386
irc: fix crash when message 352 has too few arguments (bug #37513 )
2012-10-06 19:05:13 +02:00
Sebastien Helleu
872d1e0372
doc: add missing files for script plugin in developer's guide
2012-10-06 17:32:12 +02:00
Nils Görs
668cda2684
aspell: add bar item "aspell_dict" (dictionary used on current buffer)
2012-10-06 17:16:49 +02:00
Sebastien Helleu
5443ae4cae
doc: update hdata "irc_server" (add "disconnected") in plugin API reference
2012-10-06 17:11:25 +02:00
Sebastien Helleu
5931eed85d
irc: remove unneeded server disconnect when server buffer is closed and server is already disconnected
...
This commit fixes a problem with the script autoconnect.py: the script hooks
signal "irc_server_disconnected", and this signal was sent 2 times for each
server on /quit: one time when servers are disconnected, and one time when
servers are destroyed (because buffer is closed, and then server disconnected
again). The script forces save of irc.conf on each disconnection, so some
servers were lost in irc.conf, when some servers have already been destroyed.
2012-10-06 16:07:53 +02:00
Sebastien Helleu
8caeed6c4e
doc: add call to config_get in examples of functions config_<type>(_default) (plugin API reference)
2012-10-05 22:05:34 +02:00
Sebastien Helleu
33d90d75c3
relay: add missing "ssl." in output of /relay listrelay
2012-10-05 15:21:32 +02:00
Sebastien Helleu
485728a43f
script: fix compilation on OS X
2012-10-03 17:40:56 +02:00
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
e0959486e9
Version 0.4.0-dev
2012-09-29 11:48:49 +02:00
Sebastien Helleu
bbd9d00b63
Version 0.3.9
v0.3.9
2012-09-29 09:58:49 +02:00
Sebastien Helleu
b3c4f3d7d2
relay: add tag "relay_client" for messages of new/disconnected client
2012-09-26 16:47:52 +02:00
Sebastien Helleu
5f8a7e8d31
xfer: fix DCC transfer error (bug #37432 )
2012-09-24 21:56:24 +02:00
Elián Hanisch
7eb70ccecd
core: update spanish translations
2012-09-23 22:22:40 +02:00
Nils Görs
6ab12763b9
core: update german translations
2012-09-23 09:36:48 +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
Ryuunosuke Ayanokouzi
cf5551bef8
doc: add japanese tester's guide, update japanese translations and docs
2012-09-21 11:56:33 +02:00
stfn
0fb3378fc1
core: fix IPv6 example in /proxy command
2012-09-20 07:55:58 +02:00
Sebastien Helleu
1dc99c1dc2
charset: allow "UTF-8" in charset encoding options (still forbidden in decoding options)
2012-09-19 17:40:13 +02:00
Sebastien Helleu
34c9a061d9
Version 0.3.9-rc2
v0.3.9-rc2
2012-09-18 21:21:00 +02:00
Nils Görs
028e5e87d5
doc: update german translations, FAQ and quickstart guide
2012-09-18 21:18:27 +02:00
Peter Boström
a80635c8b2
irc: fix rejoin of channels with a key, ignore value "*" sent by server for key (bug #24131 )
2012-09-18 18:08:21 +02:00
Sebastien Helleu
b5f7c124ea
script: consider that empty file "plugins.xml.gz" is not up-to-date
2012-09-18 10:07:02 +02:00
Sebastien Helleu
9070cc5659
logger: do not define _XOPEN_SOURCE on OpenBSD (not needed)
2012-09-18 09:47:55 +02:00
Sebastien Helleu
9b607d38f5
script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373 )
2012-09-18 09:47:30 +02:00
Sebastien Helleu
7a63b4aa62
core: update ChangeLog (add japanese scripting guide)
2012-09-17 16:33:59 +02:00
Ryuunosuke Ayanokouzi
92221f7cd2
doc: add japanese scripting guide, update japanese translations and docs
2012-09-17 16:33:08 +02:00
Sebastien Helleu
a83007d118
core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "gcrypt") (bug #37373 )
2012-09-17 16:01:05 +02:00
Sebastien Helleu
bfaed2bec6
core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311 )
2012-09-17 13:15:05 +02:00
Sebastien Helleu
291fa04c7e
logger: add tags in backlog lines displayed when opening buffer
2012-09-17 12:49:36 +02:00
Sebastien Helleu
f346704d32
irc: fix SASL mechanism "external" (bug #37274 ) (patch from phlux)
2012-09-16 14:26:50 +02:00
Sebastien Helleu
09c274be28
irc: fix parsing of message 346 when no nick/time are given (bug #37266 )
2012-09-04 13:25:43 +02:00
Sebastien Helleu
33bb4399b8
doc: update hdata "script_script" in plugin API reference
2012-09-04 13:23:12 +02:00
Sebastien Helleu
7756be5fea
script: display error when installing/removing/loading script if plugin for language is not loaded
2012-09-04 12:57:26 +02:00
Sebastien Helleu
3849cb49bc
core: add signals for plugins loaded/unloaded
2012-09-04 12:39:56 +02:00
Simon Arlott
36356521a1
irc: switch to next address after a timeout when connecting to server (bug #37216 )
2012-09-03 11:01:26 +02:00
Simon Arlott
055116f2b7
irc: fix bug when changing server option "addresses" with less addresses (bug #37215 )
2012-09-03 10:26:45 +02:00
Sebastien Helleu
606be401cc
irc: add network prefix in some irc/gnutls messages
2012-09-03 09:43:38 +02:00
Sebastien Helleu
4979c1fe7f
Version 0.3.9-rc1
v0.3.9-rc1
2012-08-30 10:56:19 +02:00
Sebastien Helleu
e1a54d49eb
core: add default key alt+"x" (zoom on merged buffer) (task #11029 )
2012-08-30 10:46:42 +02:00
Sebastien Helleu
80e740b72f
script: add diff between current script and version in repository
...
New options:
- script.look.diff_command
- script.look.diff_color
Key alt-d has been changed to alt-v on script buffer (view script).
Key alt-d is now used on detail of script to jump to diff (if diff is displayed).
2012-08-30 08:50:22 +02:00
Sebastien Helleu
186053f90c
script: remove spaces before/after tags displayed on detail of script
2012-08-28 16:37:29 +02:00
Sebastien Helleu
df7b14e41c
script: add option "script.look.display_source" (display source code with detail of script, enabled by default)
2012-08-28 16:11:51 +02:00
Sebastien Helleu
5073048428
core: fix asciidoc formatting in NEWS
2012-08-27 16:52:54 +02:00
Sebastien Helleu
c5daee28cf
core: fix display bug when end of a line is displayed on top of chat (last line truncated and MORE(0) in status bar) (bug #37203 )
2012-08-27 12:30:56 +02:00
Sebastien Helleu
df80aa5fc9
api: allow update for some variables of hdata, add new functions hdata_update and hdata_set
2012-08-27 09:47:46 +02:00