summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-12-04Fix display problem with color for groups in nicklistSebastien Helleu
2008-11-30Add "away" local variable for IRC buffers (defined when user is away, value ↵Sebastien Helleu
is away message)
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add missing pointer to function "string_build_with_exploded" in plugin APISebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-26Fix display of scroll indicator when switching to buffer with free contentSebastien Helleu
2008-11-24Fix option weechat.look.color_nicks_number, value is now immediately applied ↵Sebastien Helleu
on nicks by IRC plugin
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
2008-11-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-22Add missing options in /help windowSebastien Helleu
2008-11-22Fix bug with empty messages displayedSebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu
2008-11-18Restore call to close callbacks for plugin buffers when unloading pluginSebastien Helleu
2008-11-18Allow command "/away -all" on weechat core bufferSebastien Helleu
2008-11-17Re-enable proxy usage with rewrited network layer (closes bug #24562).Emmanuel Bouthenot
2008-11-17Fix crash when printing a message without any buffer createdSebastien Helleu
2008-11-16Add modifier "weechat_print" for messages printed in buffers (task #8848)Sebastien Helleu
2008-11-16Add signals when connecting/disconnecting from IRC serversSebastien Helleu
2008-11-16Fix crash when a perl callback is called in "register" of another perl scriptSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-15Remove unused variableSebastien Helleu
2008-11-15Add function utf8_strndup to C plugin APISebastien Helleu
2008-11-15Reintroduce option "irc.network.send_unknown_commands", save extra data for ↵Sebastien Helleu
buffers with /upgrade (title, input data, text search)
2008-11-14Fix bug with argument replacement in alias ($1,..,$9 and $*) when no ↵Sebastien Helleu
argument is given to alias by user
2008-11-14Catch signal "buffer_renamed" in logger plugin (restart logging for buffer ↵Sebastien Helleu
when name has changed)
2008-11-13Add local buffer variable "no_log", to prevent a buffer from logging to disk ↵Sebastien Helleu
via logger plugin
2008-11-12Fix crash in weechat_perl_exec() when a callback from another script is ↵Sebastien Helleu
executed, fix compilation warnings for Perl on FreeBSD
2008-11-11Fix name/short name and local variables of IRC server buffer(s) when ↵Sebastien Helleu
merging/splitting servers
2008-11-11Add new default keys for previous/next buffer: ctrl-P,alt-up and ctrl-N,alt-downSebastien Helleu
2008-11-11Add function "current_buffer" in script APISebastien Helleu
2008-11-11Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2008-11-11Fix infinite loop when chat window is too small or not visible at allSebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-10Fix bug with default value of options written in config files when file does ↵Sebastien Helleu
not exist
2008-11-10Add some API functions in Developer guideSebastien Helleu
2008-11-07Update developer guide (add 50% of new C API functions)Sebastien Helleu
2008-11-07Fix bug with proxy connectionSebastien Helleu
2008-11-06Add local variables for IRC debug bufferSebastien Helleu
2008-11-06Fix buffer search in fifo plugin: name is now plugin.buffer (like ↵Sebastien Helleu
irc.freenode.#weechat)
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu
2008-11-05Fix crash in weechat_perl_exec() after unloading a Perl scriptSebastien Helleu
2008-11-05Fix crash when loading Perl scripts on FreeBSDSebastien Helleu
2008-11-05Add completion with "core" for command /debugSebastien Helleu
2008-11-05Add debug messages for hooks when core debug >= 2Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-03Fix hotlist: do not add a buffer if it is displayed by at least one windowSebastien Helleu
2008-11-03Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix ↵Sebastien Helleu
completion of command /ignore, remove obsolete alias /unig