summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-25relay: fix memory leak when adding hdata to a message (weechat protocol)Sebastien Helleu
2012-12-25irc: remove unneeded check of nick pointer (can not be NULL there)Sebastien Helleu
2012-12-25irc: fix memory leak when updating modes of channelSebastien Helleu
2012-12-25core: fix memory leak in case of error when building content of bar item for ↵Sebastien Helleu
display
2012-12-25core: fix detection of command in input: a single command char is considered ↵Nils Görs
as a command (API function "string_input_for_bufer")
2012-12-24relay: add backlog, options and server capability "server-time" for irc ↵Sebastien Helleu
protocol (task #12076) New options: - relay.irc.backlog_max_minutes - relay.irc.backlog_max_number - relay.irc.backlog_since_last_disconnect - relay.irc.backlog_tags - relay.irc.backlog_time_format
2012-12-24irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for ↵Sebastien Helleu
command "NICK"
2012-12-24irc: fix crash when splitting a message with tagsSebastien Helleu
2012-12-23relay: fix crash after /upgrade when a client is connectedSebastien Helleu
2012-12-21relay: add tag "relay_client" in all messages about clientNils Görs
2012-12-21script: do not open script buffer when unknown arguments are given to ↵Sebastien Helleu
command /script
2012-12-20alias: improve completion of command /aliasSebastien Helleu
2012-12-20core: improve completion of commands /help, /mute and /setSebastien Helleu
2012-12-20core: add template %(windows_numbers) for first argument of command /windowSebastien Helleu
2012-12-20core: group templates of command /mouse into a single templateSebastien Helleu
2012-12-20core: search for a fallback template when a no template is matching command ↵Sebastien Helleu
arguments
2012-12-20core: add option "diff" for command /set (list options with changed value)Peter Boström
2012-12-20core: fix another bug with horizontal separator displayed at bottom after ↵Sebastien Helleu
split of windows (bug #37874)
2012-12-19core: fix refresh of windows after split (fix bug with horizontal separator ↵Sebastien Helleu
between windows) (bug #37874)
2012-12-19core: add missing contributors in AUTHORSSebastien Helleu
2012-12-19core: add cmake dependency between targets weechat_core and version_gitSebastien Helleu
2012-12-19core: fix compilation warning on FreeBSDSebastien Helleu
2012-12-19core: fix stuck mouse (patch from Nei) (bug #36533)Sebastien Helleu
2012-12-19script: fix scroll with mouse when window with script buffer is not the ↵Sebastien Helleu
current window (do not force a switch to script buffer in current window)
2012-12-19core: fix default mouse buttons actions for script buffer (focus the window ↵Sebastien Helleu
before executing action)
2012-12-17xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logNSebastien Helleu
2012-12-16irc: return git version in CTCP VERSION and FINGER by default, add "$git" ↵Sebastien Helleu
and "$versiongit" in format of CTCP replies
2012-12-16core: add git version in build, display it in "weechat-curses --help" and ↵Sebastien Helleu
/version
2012-12-16core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.inSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-14core: simplify syntax for second argumentSebastien Helleu
2012-12-14doc: add warning for autotools in user's guideSebastien Helleu
2012-12-14core: add dependencies and remove instructions for autotools in INSTALLSebastien Helleu
2012-12-14core: fix cmake target "dist": build tarballs using git-archive and not cvsSebastien Helleu
2012-12-14core: remove obsolete directories from .gitignoreSebastien Helleu
2012-12-14core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, ↵Sebastien Helleu
for version 0.3.0)
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-09core: fix compilation warningSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-07doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), ↵Sebastien Helleu
remove link to forum (closed)
2012-12-07core: update list of contributors in AUTHORSSebastien Helleu
2012-12-07core: fix scroll of one page down when weechat.look.scroll_page_percent is ↵Sebastien Helleu
less than 100 (bug #37875)
2012-12-06core: expand char '~' with user home in first argument of hook_processSebastien Helleu
2012-12-06core: fix crash in child process of hook_process_hashtable when arguments ↵Sebastien Helleu
are given in hashtable and that execvp() failed
2012-12-05irc: read local variable "autorejoin" in buffer to override server option ↵Nils Görs
"autorejoin" (task #12256)
2012-12-05doc: update IRC commands in user's guideSebastien Helleu
2012-12-05core: disable paste detection and confirmation if bar item "input_paste" is ↵Nils Görs
not used in a visible bar (task #12327)
2012-12-05irc: add option "-auto" for command /connect (task #9340)Nils Görs
2012-12-05core: add option "irc.look.display_pv_away_once" in release notes for ↵Sebastien Helleu
version 0.3.3
2012-12-04doc: fix style for prefixes in function weechat_prefix (plugin API reference)Sebastien Helleu