Sebastien Helleu
ff0a798634
Move options weechat.color.nicklist_prefix to irc plugin
...
Options renamed or removed:
- weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op
- weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop
- weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice
- weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user
- weechat.color.nicklist_prefix5 removed
2010-06-04 12:35:25 +02:00
Sebastien Helleu
4a61dc9633
Fix bug with command-line option "irc://" (bug #29990 ), new format for port and channels
2010-06-02 15:17:54 +02:00
Sebastien Helleu
e46fc21129
Add missing IRC commands 346, 347 (channel invite list)
2010-06-01 15:28:01 +02:00
Sebastien Helleu
aa4a40247c
Fix display of IRC message 330 on some servers
2010-06-01 12:20:33 +02:00
Sebastien Helleu
eb7ac36bc0
Add missing include of time.h
2010-05-29 13:29:18 +02:00
Sebastien Helleu
b36ed39388
Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890 )
2010-05-29 09:18:19 +02:00
Sebastien Helleu
5f37c28018
Fix typo in /help wallchops
2010-05-24 10:02:29 +02:00
Sebastien Helleu
64d7fa7e51
Fix bug with option irc.network.lag_check when value is 0 (zero)
2010-05-23 12:18:45 +02:00
Sebastien Helleu
7bb9892e86
Add IRC command /wallchops, fix bug with display of notice for ops (task #10021 , bug #29932 )
2010-05-23 10:01:38 +02:00
Sebastien Helleu
2dee40dd1a
Add isupport value in IRC servers (content of IRC message 005), with new infos: irc_server_isupport and irc_server_isupport_value
2010-05-22 10:51:43 +02:00
Sebastien Helleu
6253e3ac37
Add optional message in IRC private buffer when nick is back on server after a /quit
...
New option: "irc.look.display_pv_back" (default value is "on").
Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once".
2010-05-21 18:19:02 +02:00
Sebastien Helleu
732f58d776
Add examples in /help join
2010-05-20 12:23:50 +02:00
Sebastien Helleu
4616ca981e
Add function "string_expand_home" in plugin API, fix bug with replacement of home in paths
2010-05-02 18:21:58 +02:00
Sebastien Helleu
1836b40a4a
Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.status_name_ssl)
2010-05-01 12:26:59 +02:00
Sebastien Helleu
87d29b1987
Add new options irc.network.autoreconnect_delay_growing and irc.network.autoreconnect_delay_max (task #10338 )
2010-04-21 23:24:05 +02:00
Sebastien Helleu
9cbcc24d4c
Add new option irc.color.item_buffer_name_ssl (task #10339 )
2010-04-20 22:19:43 +02:00
Sebastien Helleu
b06c02f199
Try other nick when connecting to IRC server and receiving message 437 (nick unavailable)
2010-04-20 22:07:59 +02:00
Sebastien Helleu
03fb1c94b3
Set buffer local variable "away" when opening new IRC channel (bug #29618 )
2010-04-20 21:09:50 +02:00
Sebastien Helleu
ba115ce113
Replace "joker" by "wildcard"
2010-04-18 23:52:32 +02:00
Sebastien Helleu
030ac33005
Use tag "no_highlight" for CTCP replies
2010-04-10 12:39:56 +02:00
Sebastien Helleu
c33f0e60ea
Define WeeChat license as macro for C compiler, used in plugins to set license
2010-04-09 15:39:52 +02:00
Sebastien Helleu
31bfcf96c7
Reformat and add comments for description of C sources
2010-04-08 18:15:00 +02:00
Sebastien Helleu
9017a23013
Add option "-open" for IRC command /connect
2010-04-05 13:03:11 +02:00
Sebastien Helleu
09939a1b4b
Fix display of empty nicklist in IRC private buffers
2010-04-03 19:49:36 +02:00
Sebastien Helleu
19d74e18a5
Add highlight word "$nick" instead of real nick in IRC and xfer plugins
2010-04-03 19:11:55 +02:00
Sebastien Helleu
915d4801f6
Change buffer properties only when buffer is created by IRC plugin (channels and raw buffer), do not change them after /upgrade
2010-04-03 16:52:37 +02:00
Sebastien Helleu
253ff07009
Add missing variables in debug dump
2010-03-30 11:00:42 +02:00
Sebastien Helleu
12afdb29c4
Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick used was not the first in list of nicks
2010-03-30 10:40:01 +02:00
Sebastien Helleu
5ff1742c86
Fix display of message 333 (channel topic) when there is no host but only nick
2010-03-29 22:50:56 +02:00
Sebastien Helleu
35944a4219
Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regex
2010-03-29 18:37:08 +02:00
Sebastien Helleu
88853df080
Fix check of IRC ignore when channel is specified in ignore (problem with PRIVMSG queries)
2010-03-29 12:25:28 +02:00
Sebastien Helleu
485e884751
Add new option irc.look.part_closes_buffer to close buffer when /part is issued on channel (task #10295 )
2010-03-26 20:02:17 +01:00
Sebastien Helleu
2bbc228381
Fix compilation of irc plugin with old gcc (remove #ifdef inside call of macro)
...
Compilation failed with gcc 3.2.3.
2010-03-26 19:29:37 +01:00
Sebastien Helleu
b9e65ec63d
Fix bug with writing of configuration files when disk is full (bug #29331 )
2010-03-26 19:01:25 +01:00
Sebastien Helleu
e59bbbb40a
Add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133 )
2010-03-25 10:39:07 +01:00
Sebastien Helleu
96e6ae3fc3
Add new options for command /key (listdefault, listdiff and reset), add examples in /help key
...
Note: old option "reset" for /key has been renamed to "resetall".
2010-03-24 19:54:31 +01:00
Sebastien Helleu
8cfabb4696
Add examples in /help dcc, update german translations
2010-03-23 16:26:36 +01:00
Sebastien Helleu
1c5ef4d1e3
Remove IRC commands /forcejoin and /omode (now possible with alias and custom completion)
...
It is now possible to add such commands with aliases:
/alias -completion %%sajoin forcejoin /quote forcejoin
/alias -completion %%samode omode /quote omode
2010-03-21 18:41:35 +01:00
Sebastien Helleu
032a5ddef5
Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, even if ignored with /ignore)
2010-03-21 13:06:33 +01:00
Sebastien Helleu
5755bd50ac
Add IRC commands /omode and /forcejoin (patch #7126 )
2010-03-20 23:42:21 +01:00
Sebastien Helleu
2801b8437c
Reformat multi-line comments
2010-03-19 23:33:14 +01:00
Sebastien Helleu
bc3fa9fd4c
Move /away command from irc plugin to core
2010-03-19 19:28:19 +01:00
Sebastien Helleu
4fd23e12dc
Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored
2010-03-17 16:03:51 +01:00
Sebastien Helleu
feb51fbca4
Fix display of host in IRC message 333 (channel topic)
2010-03-14 16:48:15 +01:00
Sebastien Helleu
86b1ab20b5
Display IRC command 324 (channel modes) on server buffer if channel is not open
2010-03-11 10:23:34 +01:00
Sebastien Helleu
23a0c0d610
Add missing initialization of variable in function irc_sasl_mechanism_plain
2010-03-09 17:06:58 +01:00
Sebastien Helleu
bab29e028d
Fix color of away nicks in nicklist when doing /names (nick color was reset to default color)
2010-03-08 15:14:31 +01:00
Sebastien Helleu
eb5e54602e
Fix extraction and check of IRC prefix
2010-03-07 21:49:07 +01:00
Sebastien Helleu
da50ac329a
Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109 )
2010-03-07 21:22:23 +01:00
Sebastien Helleu
d1950311cf
Free IRC raw messages when irc plugin is unloaded
2010-03-03 20:43:41 +01:00