summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-17irc: fix short name of server buffer after command /server renameSebastien Helleu
2011-08-16core: add local variables of buffer in focus hashtable, remove ↵Sebastien Helleu
irc_server/irc_channel from focus hashtable for nicklist
2011-08-16irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc ↵Sebastien Helleu
focus hashtable for nicklist
2011-08-16core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc ↵Sebastien Helleu
(1000)
2011-08-14core: add buffer property "short_name_is_set", return name if short name is ↵Sebastien Helleu
not set (in buffer infolist or property)
2011-08-14irc: add tag "nick_xxx" for messages join/part/quit and wallopsSebastien Helleu
2011-08-14irc: set short name on buffers only if it was not set by another plugin/scriptSebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ↵Sebastien Helleu
m/q/Q to quote line in cursor mode, sort mouse keys by priority
2011-08-12irc: fix too small buffer for encoded base64 string used by SASL authenticationSebastien Helleu
2011-08-08irc: fix message displayed by command /msg nickservSebastien Helleu
2011-08-08irc: send WHO command to check away nicks only if channel was not partedSebastien Helleu
2011-08-05core: fix bugs with automatic layout (bug #26110), add support of merged ↵Sebastien Helleu
buffers in layout (task #10893)
2011-07-30irc: add "server" and "channel" in hook_focus of bar item "buffer_nicklist"Sebastien Helleu
2011-07-27irc: complete help of command /ban (explain what is does without argument)Sebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-18irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790)Sebastien Helleu
2011-07-13irc: fix crash when command "/buffer close" is used in a server command to ↵Sebastien Helleu
close server buffer during connection (bug #33763)
2011-07-10irc: fix crash when /join command is executed on a non-irc buffer (bug #33742)Sebastien Helleu
2011-07-05irc: fix typo in help of options irc.look.new_channel_position and ↵Sebastien Helleu
irc.look.new_pv_position
2011-06-28irc: fix bug with comma in irc color code: do not strip comma if it is not ↵Sebastien Helleu
followed by a digit (bug #33662)
2011-06-26core: many improvements on hdataSebastien Helleu
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks
2011-06-22irc: add prefix "#" for all channels on join (if no prefix given)Sebastien Helleu
2011-06-16irc: switch to buffer on /join #channel if channel buffer already existsSebastien Helleu
2011-06-16irc: update host of nicks on manual /whoSebastien Helleu
2011-06-14irc, relay: check that prefix and message are not NULL before adding a ↵Sebastien Helleu
message to raw buffer
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-05-26irc: fix memory leak in message parser (when called from other plugins like ↵Sebastien Helleu
relay) (bug #33387)
2011-05-26irc: fix memory leak on plugin unload (free ignores)Sebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien Helleu
2011-05-06irc: fix parsing of message 332 when no topic neither colon are found (bug ↵Sebastien Helleu
with bip proxy)
2011-05-02irc: fix nick color in private when option irc.look.nick_color_force is changedSebastien Helleu
2011-04-29irc: fix tags for messages sent with /msg command (bug #33169)Sebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-04-26irc: add modifier "irc_in2_xxx" (called after charset decoding)Sebastien Helleu
2011-04-24irc: use tag "notify_none" for self messagesSebastien Helleu
2011-04-16core: prohibit names beginning with "#" for bars, proxies, filters and IRC ↵Sebastien Helleu
servers (bug #33020)
2011-04-15irc: fix memory leak when copying or renaming serverSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade ↵Sebastien Helleu
(plugins: irc, relay, xfer, scripts)
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection ↵Sebastien Helleu
to server (bug #33029)
2011-04-11irc: use nick color for users outside the channelSebastien Helleu
2011-04-10irc: update short name of server buffer when server is renamedSebastien Helleu
2011-03-24irc: fix self nick color in nicklist after changing nick with /nickSebastien Helleu
2011-03-23irc: return empty color name for nick prefix when no mode is set (instead of ↵Sebastien Helleu
"chat")
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵Sebastien Helleu
single option irc.color.nick_prefixes (task #10888)
2011-03-23irc: fix local variable "away" on server buffer (set/delete it each time ↵Sebastien Helleu
away is set or removed on server)
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option ↵Sebastien Helleu
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)
2011-03-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu