Sebastien Helleu
4c2cffbd31
script: add info about things defined by script in the detailed view of script (/script show)
2013-07-28 16:17:27 +02:00
Sebastien Helleu
0e4eb69d33
api: use pointer for infolist "hook" to return only one hook
2013-07-28 12:40:08 +02:00
Sebastien Helleu
f385aa8f8c
irc: display number of ops/halfops/voices on channel join only for supported modes on server (bug #39582 )
2013-07-27 20:37:04 +02:00
Sebastien Helleu
6be17ac263
api: add new function strlen_screen
2013-07-27 18:21:50 +02:00
Sebastien Helleu
f7f019887d
aspell: rename option aspell.look.color to aspell.color.misspelled, add option aspell.color.suggestions
2013-07-20 19:27:51 +02:00
Sebastien Helleu
94b9104d14
core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am
2013-07-20 09:07:05 +02:00
Sebastien Helleu
5a4f96b679
irc: use lower case at beginning of message when deleting a server
2013-07-19 18:14:37 +02:00
Sebastien Helleu
dfcc7baa40
irc: fix self nick color in server messages after nick is changed with /nick (bug #39415 )
2013-07-19 10:18:20 +02:00
Sebastien Helleu
fb86f21a5f
irc: add support of wildcards in commands (de)op/halfop/voice (task #9221 )
2013-07-18 19:58:29 +02:00
Sebastien Helleu
4668f0bef5
lua: fix interpreter used in API functions (bug #39470 )
2013-07-13 07:22:02 +02:00
Sebastien Helleu
bd3a12378e
xfer: add option xfer.look.pv_tags
2013-07-11 22:43:13 +02:00
Sebastien Helleu
2cbdbb45d6
irc: add option irc.look.pv_tags
2013-07-11 22:32:14 +02:00
Sebastien Helleu
fa9f787e14
core: sort config options by name in sources
2013-07-11 22:31:33 +02:00
Sebastien Helleu
7ab034b52b
irc: fix error message on /invite without arguments (bug #39272 )
2013-07-02 21:29:44 +02:00
Sebastien Helleu
27a427c708
irc: fix uninitialized variable "color" when hashing nickname to find color
2013-06-29 12:39:42 +02:00
Sebastien Helleu
6103f18cd6
aspell: fix uninitialized variable "lang" when displaying list of installed dictionaries
2013-06-29 12:38:59 +02:00
Sebastien Helleu
dd41e5776f
relay: add command "ping" in weechat protocol (task #12689 )
2013-06-09 20:43:24 +02:00
Sebastien Helleu
950287d385
irc: display a warning when the proxy set in a server does not exist
2013-06-08 12:32:09 +02:00
Sebastien Helleu
21356d9909
core: add "proxy" infolist and hdata
2013-06-08 11:40:27 +02:00
Sebastien Helleu
fb7edb3518
aspell: add support of enchant library (patch #6858 )
...
Enchant is enabled only if the new option for cmake (or configure) is enabled:
- for cmake: cmake -DENABLE_ENCHANT=ON
- for configure: ./configure --enable-enchant
2013-06-07 21:01:48 +02:00
Sebastien Helleu
cb8435441b
irc: add support of special variables $nick/$channel/$server in commands /allchan and /allserv
2013-06-05 10:13:23 +02:00
Sebastien Helleu
4654568413
irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (patch #8062 )
2013-06-02 23:00:26 +02:00
Mantas Mikulėnas
1e49718398
relay: fix binding to an IP address (bug #39119 )
2013-05-30 08:03:21 +02:00
Sebastien Helleu
c103c8d356
irc: fix multiple nicks in command /query (separated by commas): open one buffer per nick
2013-05-29 18:28:29 +02:00
Simon Kuhnle
954ea9fb9d
xfer: fix compilation error on OpenBSD
...
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de >
2013-05-27 13:37:07 +02:00
Sebastien Helleu
9c54e33ee1
xfer: fix compilation warnings
2013-05-22 20:57:14 +02:00
Sebastien Helleu
8771986f3f
Merge branch 'layout_infolist_hdata'
2013-05-21 22:34:46 +02:00
Sebastien Helleu
b045a35c44
irc: fix name of server buffer after /server rename (set name "server.name" instead of "name")
2013-05-18 23:50:40 +02:00
Sebastien Helleu
e459939ead
relay: fix uncontrolled format string in redirection of irc commands
2013-05-18 22:42:16 +02:00
Sebastien Helleu
e0281a40f0
irc: fix uncontrolled format string when sending unknown irc commands (if option irc.network.send_unknown_commands is on)
2013-05-18 22:36:24 +02:00
Sebastien Helleu
5877a458ea
irc: fix uncontrolled format string when sending ison command (for nicks monitored by /notify)
2013-05-18 22:33:35 +02:00
Sebastien Helleu
4f62af028d
api: do not display a warning by default when loading a script with a license different from GPL
2013-05-18 22:00:47 +02:00
Sebastien Helleu
c7e8e6856d
core: add infolist "layout" and hdata "layout", "layout_buffer" and "layout_window" (thanks to Nils Görs)
2013-05-14 21:11:58 +02:00
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
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
c6fdeaf7e5
python: fix crash when loading scripts with Python 3.x (patch #8044 ) (thanks to isak)
2013-05-07 08:56:12 +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
Sebastien Helleu
345be1ec5e
script: add key alt+A in /help script (thanks ArZa)
2013-05-03 22:26:19 +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
11d8dd1b51
Merge branch 'dynamic-nick-prefix-suffix'
2013-05-01 10:04:53 +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
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
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
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