summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-27core: do automatic zoom on current window when terminal becomes too small ↵Sebastien Helleu
for windows
2011-08-27irc: allow server name for commands /die and /restartSebastien Helleu
2011-08-26core: add new options weechat.look.bar_more_left/right/up/downSebastien Helleu
2011-08-26core: add new option weechat.look.item_buffer_filterSebastien Helleu
2011-08-26core: change default value of option weechat.network.gnutls_ca_file to ↵Sebastien Helleu
"/etc/ssl/certs/ca-certificates.crt"
2011-08-26core: fix typo in /help keySebastien Helleu
2011-08-26core: replace deprecated gnutls function ↵Sebastien Helleu
"gnutls_certificate_client_set_retrieve_function" by new function "gnutls_certificate_set_retrieve_function" (gnutls >= 2.11.0)
2011-08-26core: remove warning at startup if locale is UTF-8 and if ncurses has no ↵Sebastien Helleu
wide-char/UTF-8 support
2011-08-26irc: fix redirect of ison command sent for notify when ison message is splitSebastien Helleu
2011-08-26irc: return "count" in hashtable built by irc_server_sendfSebastien Helleu
2011-08-26irc: add "count" in hashtable returned by "irc_message_split"Sebastien Helleu
2011-08-26irc: fix split of notices with ctcp (like ctcp version), display split ↵Sebastien Helleu
messages for notices with ctcp
2011-08-26irc: improve split of privmsg, add split of some other messages (bug ↵Sebastien Helleu
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-25core: fix memory leak in unhook of hook_connectSebastien Helleu
2011-08-25core: fix memory leak in display of empty bar itemsSebastien Helleu
2011-08-23core: remove unused function gui_window_wprintwSebastien Helleu
2011-08-22irc: fix short name of buffer when nick changes in pv bufferSebastien Helleu
2011-08-21core: remove extra space in quote of messages (in cursor mode)Sebastien Helleu
2011-08-21irc: use color "default" for any invalid color in option ↵Sebastien Helleu
weechat.color.chat_nick_colors
2011-08-20core: add functions "key_bind" and "key_unbind" in plugin APISebastien Helleu
2011-08-18perl: replace calls to SvPV by SvPV_nolen (patch #7436)Sebastien Helleu
2011-08-18irc: fix compilation warning under FreeBSDSebastien Helleu
2011-08-18core: fix compilation warning under FreeBSDSebastien Helleu
2011-08-18core: fix input of wide UTF-8 chars under Cygwin (bug #34061)Sebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-17core: fix refresh of item buffer_plugin when short name of buffer changes ↵Sebastien Helleu
(for example when irc server is renamed)
2011-08-17irc: fix short name of server buffer after command /server renameSebastien Helleu
2011-08-17scripts: fix crash with scripts not auto-loaded having a buffer opened after ↵Sebastien Helleu
/upgrade (input/close callbacks for buffer not set properly)
2011-08-16core: allow name of buffer for command /buffer clear (task #11269)Sebastien Helleu
2011-08-16core: fix crash with "hook" infolist when "arguments" is an empty stringSebastien 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-15core: allow a second area for keys in context "mouse" (for drag & drop ↵Sebastien Helleu
between two areas)
2011-08-15core: add "_chat_line_x" in focus hashtable (for buffers with free content)Sebastien Helleu
2011-08-14core: fix focus info for chat area on buffers with free contentSebastien Helleu
2011-08-14core: fix crash when looking at context in chat area for focusSebastien Helleu
2011-08-14core: return empty string for window and buffer pointers in focus hashtable ↵Sebastien Helleu
when value is N/A
2011-08-14core: fix crash in display of chat area (overflow in coords)Sebastien Helleu
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-14core: add key "_chat_line_nick" in focus hashtableSebastien Helleu
2011-08-14xfer: set short name for xfer chat buffer (dcc chat) only if it was not set ↵Sebastien Helleu
by another plugin/script
2011-08-14relay: set short name for relay raw buffer only if it was not set by another ↵Sebastien Helleu
plugin/script
2011-08-14irc: set short name on buffers only if it was not set by another plugin/scriptSebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien 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-13core: fix typo in commentSebastien Helleu