Sebastien Helleu
|
081d2889c1
|
irc: fix self nick color in nicklist after changing nick with /nick
|
2011-03-24 18:10:59 +01:00 |
|
Sebastien Helleu
|
ceaad9a20d
|
irc: return empty color name for nick prefix when no mode is set (instead of "chat")
|
2011-03-23 18:55:24 +01:00 |
|
Sebastien Helleu
|
80312dd56a
|
irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888)
|
2011-03-23 18:29:24 +01:00 |
|
Sebastien Helleu
|
b7b2cc8bd7
|
irc: fix local variable "away" on server buffer (set/delete it each time away is set or removed on server)
|
2011-03-23 16:11:23 +01:00 |
|
Sebastien Helleu
|
e0151b42a6
|
aspell: fix spellers used after switch of window (bug #32811)
|
2011-03-16 21:59:39 +01:00 |
|
Sebastien Helleu
|
ea65e4d50f
|
Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)
|
2011-03-16 18:38:41 +01:00 |
|
Sebastien Helleu
|
c61254f256
|
Add new option irc.look.buffer_auto_switch_on_join
|
2011-03-15 11:51:48 +01:00 |
|
Sebastien Helleu
|
c71e2cad38
|
Add function "buffer_match_list" in plugin API
|
2011-03-11 18:39:37 +01:00 |
|
Sebastien Helleu
|
fd0f5f5767
|
Add new option irc.look.smart_filter_nick
|
2011-03-07 12:23:32 +01:00 |
|
Sebastien Helleu
|
a3536d10e7
|
Add missing "extern" in rmodifier-config.h
|
2011-03-06 12:44:43 +01:00 |
|
Sebastien Helleu
|
39bb5d8ee9
|
relay: allow colon in server password received from client
|
2011-03-05 16:47:58 +01:00 |
|
Sebastien Helleu
|
598b5262a6
|
Silently ignore IRC kicks when channel is not found
|
2011-03-05 09:13:53 +01:00 |
|
Sebastien Helleu
|
80609e4f72
|
Ignore IRC join if nick is not self nick and if channel buffer does not exist (bug #32667)
|
2011-03-05 09:09:58 +01:00 |
|
Sebastien Helleu
|
7351c709f8
|
Add new option irc.look.color_nicks_in_names
|
2011-03-04 14:11:35 +01:00 |
|
Gu1ll4um3r0m41n
|
c265cad1c9
|
Fix verification of SSL certificates by calling gnutls verify callback (patch #7459)
|
2011-03-02 15:20:36 +01:00 |
|
Sebastien Helleu
|
bf2f7d33ef
|
relay: do not send join for private buffers to client
|
2011-03-01 17:44:15 +01:00 |
|
Sebastien Helleu
|
aeaa0dfb7c
|
Add optional command name for infolist_get on command hooks
|
2011-02-25 23:16:45 +01:00 |
|
Sebastien Helleu
|
be9b4e5910
|
Refresh nicks colors in nicklist when changing option weechat.color.chat_nick_colors
|
2011-02-24 12:15:05 +01:00 |
|
Sebastien Helleu
|
87ace68b4d
|
Do not update self nick color when changing option weechat.color.chat_nick_colors
|
2011-02-24 12:06:58 +01:00 |
|
Sebastien Helleu
|
4eb2546082
|
Add new option irc.look.color_nicks_in_nicklist
|
2011-02-23 16:45:43 +01:00 |
|
Sebastien Helleu
|
0e51b63686
|
Fix reload of file rmodifier.conf
|
2011-02-23 16:33:55 +01:00 |
|
Sebastien Helleu
|
e3cc291448
|
Fix crash when adding rmodifier with invalid regex
|
2011-02-23 16:21:18 +01:00 |
|
Sebastien Helleu
|
6c90707485
|
Fix typo: #weecht -> #weechat
|
2011-02-17 15:07:14 +01:00 |
|
Sebastien Helleu
|
82d7fca3f7
|
Fix array overflow in lua plugin for config reload callback
|
2011-02-16 12:54:37 +01:00 |
|
Sebastien Helleu
|
7d79757d85
|
Fix crash when completing /part command on a non-irc buffer (bug #32402)
|
2011-02-10 09:52:15 +01:00 |
|
Sebastien Helleu
|
1fd31361da
|
Fix some translations
|
2011-02-08 12:30:46 +01:00 |
|
Sebastien Helleu
|
2b6bdebcd3
|
Fix typo: half channel operator -> channel half-operator
|
2011-02-08 12:19:10 +01:00 |
|
Sebastien Helleu
|
8f2a2b9d1f
|
Fix typo: transfert -> transfer
|
2011-02-08 12:14:27 +01:00 |
|
Sebastien Helleu
|
d41e202d76
|
Remove unneeded spaces
|
2011-02-07 18:38:47 +01:00 |
|
Sebastien Helleu
|
0a69df6c2c
|
Add color "gray", fix white background (use white instead of gray)
|
2011-02-05 13:12:41 +01:00 |
|
Sebastien Helleu
|
7d433b798f
|
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
|
2011-02-04 22:12:19 +01:00 |
|
Sebastien Helleu
|
372d9fe82e
|
Fix crash when many lua scripts are executing callbacks at same time
|
2011-02-02 22:51:38 +01:00 |
|
Sebastien Helleu
|
49da028a2c
|
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216)
|
2011-02-01 19:00:09 +01:00 |
|
Sebastien Helleu
|
773effbb3a
|
Do not close chat buffers when removing xfer from list (bug #32271)
|
2011-01-28 12:58:02 +01:00 |
|
Sebastien Helleu
|
cc6bb607e0
|
Test return value of calls to sscanf function
|
2011-01-21 19:30:08 +01:00 |
|
Sebastien Helleu
|
2746953335
|
Use options for server with /connect command when temporary server already exists
|
2011-01-10 19:04:08 +01:00 |
|
Sebastien Helleu
|
fa240e8d11
|
Differenciate IRC notices from messages in private buffer (bug #31980)
|
2011-01-09 10:12:20 +01:00 |
|
Sebastien Helleu
|
7dbc797789
|
Silently ignore IRC PRIVMSG message if target channel is not found
|
2011-01-05 15:06:12 +01:00 |
|
Sebastien Helleu
|
b38dfac5ee
|
Update nick modes with IRC message 221 (bug #32038)
|
2011-01-03 13:02:22 +01:00 |
|
Sebastien Helleu
|
7785292428
|
Fix crash with malformed IRC message "324" received
|
2011-01-02 21:43:32 +01:00 |
|
Sebastien Helleu
|
c466b5e1b1
|
Fix completion of IRC commands /notice, /query and /quote (add -server with servers) (bug #32027)
|
2011-01-02 19:59:38 +01:00 |
|
Sebastien Helleu
|
44e16c0511
|
Add function "hashtable_set_pointer" in plugin API
|
2011-01-02 16:32:54 +01:00 |
|
Sebastien Helleu
|
fcfe854441
|
Fix memory leak in flush of irc message queue
|
2011-01-02 15:28:20 +01:00 |
|
Sebastien Helleu
|
d24f6e9e17
|
Update copyright dates
|
2011-01-01 18:06:29 +01:00 |
|
Sebastien Helleu
|
7445c12667
|
Add option "-server" to command /join (task #10837)
|
2010-12-27 11:12:14 +01:00 |
|
Sebastien Helleu
|
391ca47674
|
Add info "weechat_upgrading", signal "upgrade_ended", display duration of upgrade
|
2010-12-26 12:16:47 +01:00 |
|
Sebastien Helleu
|
2ee9f7b0fc
|
Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)
|
2010-12-20 15:08:30 +01:00 |
|
Sebastien Helleu
|
cd7a02bec5
|
Add 256 colors support
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
|
2010-12-20 10:13:37 +01:00 |
|
Sebastien Helleu
|
f2c9961a21
|
Fix crash in perl plugin when MULTIPLICITY is disabled
|
2010-12-16 14:27:16 +01:00 |
|
Sebastien Helleu
|
987044405b
|
Fix bug with charset decoding on IRC private buffers (decoding was made for local nick instead of remote nick) (bug #31890)
|
2010-12-15 17:57:43 +01:00 |
|