Sebastien Helleu
4ad5f7bbc9
irc: fix refresh of nick in input bar when joining a new channel with op status (bug #38969 )
2013-05-12 16:06:53 +02:00
Sebastien Helleu
19ed7740b1
Version 0.4.1-rc2
v0.4.1-rc2
2013-05-11 18:48:41 +02:00
Sebastien Helleu
a0f814e75b
irc: remove tag "notify_private" from notices received before message 001
...
This removes tag "notify_private" from notices like that (sent before message 001):
:irc.network.com NOTICE nick :*** Spoofing your IP
:irc.network.com NOTICE nick :*** You are exempt from K/G/X lines
:irc.network.com NOTICE nick :*** You are exempt from user limits
2013-05-11 18:26:18 +02:00
Sebastien Helleu
0f920d6396
doc: fix typo in user's guide (thanks to faen)
2013-05-09 20:02:55 +02:00
Sebastien Helleu
c6fdeaf7e5
python: fix crash when loading scripts with Python 3.x (patch #8044 ) (thanks to isak)
2013-05-07 08:56:12 +02:00
Krzysztof Koroscik
9f08029361
doc: update polish translations and docs
2013-05-06 15:28:11 +02:00
Sebastien Helleu
8b17cbb16c
irc: fix display of CTCP messages that contain bold attribute (bug #38895 )
2013-05-06 15:07:24 +02:00
Nils Görs
c6b7a244d6
doc: update german translations and docs
2013-05-04 08:24:36 +02:00
Ryuunosuke Ayanokouzi
8c06006828
doc: update japanese translations and docs
2013-05-04 07:50:22 +02:00
Sebastien Helleu
345be1ec5e
script: add key alt+A in /help script (thanks ArZa)
2013-05-03 22:26:19 +02:00
Sebastien Helleu
0a7b708a1f
core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_after
2013-05-03 19:15:57 +02:00
Nils Görs
f43eb87d9d
doc: update german translations and user's guide
2013-05-02 19:46:36 +02:00
Sebastien Helleu
5eba5e980d
doc: update auto-generated files with options
2013-05-02 19:44:31 +02:00
Sebastien Helleu
00f3fbdfe1
doc: add relay message "_nicklist_diff" in NEWS
2013-05-01 21:09:43 +02:00
Sebastien Helleu
86a8b9fb5f
relay: remove temporary option "nicklistdiff" (in command init), send nicklist diff by default (weechat protocol)
...
The temporary option was introduced because the nicklist diff was experimental.
It is now enabled by default, and there is no way to disable it. Therefore any
relay client using weechat protocol must implement the message "_nicklist_diff"
(unless nicklist is ignored by client).
Extra note: a full nicklist may still be sent if a message with diff would be
bigger than whole nicklist. So both full nicklist (message "_nicklist") and
nicklist diff (message "_nicklist_diff") must be implemented by clients.
2013-05-01 21:01:12 +02:00
Sebastien Helleu
305175fb8c
core: fix display of long lines without time (message beginning with two tabs)
...
The long lines without time were not properly aligned: the second and subsequent
lines should start at column 0 of chat area.
2013-05-01 16:46:54 +02:00
Sebastien Helleu
bf8ee88dd8
Version 0.4.1-rc1
v0.4.1-rc1
2013-05-01 10:15:10 +02:00
Sebastien Helleu
11d8dd1b51
Merge branch 'dynamic-nick-prefix-suffix'
2013-05-01 10:04:53 +02:00
Sebastien Helleu
ebcea798bb
doc: add IRC SASL "dh-aes" mechanism in user's guide
2013-05-01 10:02:11 +02:00
Sebastien Helleu
1c4e3c0e84
core: update translations
2013-05-01 10:00:57 +02:00
Elizabeth Myers
e009884595
irc: add support of "dh-aes" SASL mechanism (patch #8020 )
2013-05-01 09:59:39 +02:00
Sebastien Helleu
2479f427f7
doc: update german auto-generated file with WeeChat commands
2013-05-01 09:27:08 +02:00
Sebastien Helleu
16cc0b6088
core: make nick prefix/suffix dynamic (move options from irc plugin to core, add logger options) (bug #37531 )
2013-04-29 18:30:59 +02:00
Sebastien Helleu
cf8a125ef2
irc: fix duplicate nick completion when someone rejoins the channel with same nick but a different case (bug #38841 )
2013-04-28 13:34:44 +02:00
Sebastien Helleu
4b1d87640c
script: do not search by license and author in /script search (thanks to Nils Görs)
2013-04-27 09:01:42 +02:00
Sebastien Helleu
bdbe7e0c37
core: fix typo in /help eval
2013-04-25 21:34:23 +02:00
Sebastien Helleu
8219039867
core: reset scroll in window before zooming on a merged buffer (bug #38207 )
2013-04-24 09:30:08 +02:00
Sebastien Helleu
bfd8c6918c
irc: add support of UHNAMES (capability "userhost-in-names") (task #9353 )
2013-04-23 21:23:07 +02:00
Sebastien Helleu
2a4e9aef8a
relay: fix typo in error displayed by command /relay del
2013-04-21 21:57:21 +02:00
Sebastien Helleu
c8505efac0
irc: add tag "irc_nick_back" for messages displayed in private buffer when a nick is back on server (task #12576 )
2013-04-21 13:26:32 +02:00
Sebastien Helleu
509a58b1d5
api: add new function hdata_search
2013-04-21 11:26:52 +02:00
Sebastien Helleu
fcd71d14bc
doc: fix typo in python example of function hdata_move (plugin API reference)
2013-04-21 10:56:08 +02:00
Sebastien Helleu
09c5e8cbdf
doc: add missing functions in scripting guide
2013-04-21 10:48:38 +02:00
Sebastien Helleu
4cf6628d85
ruby: fix crash in function hdata_move
2013-04-20 11:05:14 +02:00
Sebastien Helleu
fda70ec57d
guile: fix crash in function hdata_move
2013-04-20 11:04:17 +02:00
Sebastien Helleu
c95f3d84d0
api: add property "completion_freeze" for function buffer_set: do not stop completion when command line is updated
2013-04-18 20:24:35 +02:00
Nils Görs
00c1c81c0b
doc: update german translations and docs
2013-04-16 20:09:54 +02:00
Sebastien Helleu
9ffab0bec4
doc: rename link "256_colors" to "use_256_colors" in FAQ (anchor names beginning with digits are not allowed in HTML)
2013-04-14 11:10:49 +02:00
Sebastien Helleu
d70532250b
api: fix connection to servers with hook_connect on OS X (bug #38496 )
2013-04-12 12:47:42 +02:00
Sebastien Helleu
fe6cb5c1b3
core: do not force weechat_quit to 0 in main loop, so that a /quit issued before main loop is working
2013-04-12 09:10:57 +02:00
Sebastien Helleu
67f6668d1b
irc: fix crash on command "/allchan /close"
2013-04-10 23:09:00 +02:00
stfn
aa10e20295
doc: fix C example of function weechat_nicklist_get_next_item (plugin API reference)
2013-03-29 15:09:06 +01:00
Sebastien Helleu
33e7ad43d6
core: use layout saved when option weechat.look.save_layout_on_exit is enabled (so it is automatically restored when WeeChat restarts)
2013-03-29 07:59:23 +01:00
Sebastien Helleu
5dbda28263
core: fix uninitialized variable when saving layout for windows in upgrade
2013-03-29 07:35:39 +01:00
Andrew Potter
fe512fdd33
xfer: add option xfer.file.auto_accept_nicks (patch #7962 )
2013-03-25 09:05:36 +01:00
Sebastien Helleu
1871a774f3
fifo: remove #define MAX_PATH (now done in weechat-plugin.h)
2013-03-25 08:15:06 +01:00
Sebastien Helleu
adbfda00f5
script: fix compilation on GNU/Hurd (patch #7977 ) (thanks to Andrew Potter)
...
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on
GNU/Hurd), so that all plugins can use it.
2013-03-25 08:14:33 +01:00
Sebastien Helleu
d654fca853
core: mention unit (minutes) for old option "irc.network.lag_disconnect"
2013-03-24 20:08:26 +01:00
Sebastien Helleu
2ffa199a7d
lua: remove use of functions for API constants
2013-03-24 20:01:57 +01:00
Sebastien Helleu
ff26a8d550
Revert "doc: add note about constants in lua, fix lua example (scripting guide)"
...
This reverts commit fad848bf7caff763ace7a8b88f06307feca77bac.
2013-03-24 19:56:43 +01:00