summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien 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-19Remove old and unused color optionsSebastien Helleu
2008-11-17Re-enable proxy usage with rewrited network layer (closes bug #24562).Emmanuel Bouthenot
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-10Fix bug with default value of options written in config files when file does ↵Sebastien Helleu
not exist
2008-11-07Update developer guide (add 50% of new C API functions)Sebastien Helleu
2008-11-07Fix bug with proxy connectionSebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien 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-03Add detection of system clock skew, reinitialize all timers when this happensSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ↵Sebastien Helleu
more signals for setting debug)
2008-11-01Backtrace feature is shipped by an external library on FreeBSD (and maybe ↵Julien Louis
others) Link against that library if installed
2008-11-01Another fix to timer hook when day of local time is different from UTCSebastien Helleu
2008-11-01Fix timer hook when daylight saving time is enabled (problem with "day ↵Sebastien Helleu
changed" message)
2008-10-31Allow mask or regex for IRC command /ignore (mask is default)Sebastien Helleu
2008-10-31Fix highlight on lines displayed with /upgradeSebastien Helleu
2008-10-30Fix clear of buffers with free content (allowed, but not from user with ↵Sebastien Helleu
/buffer clear)
2008-10-30Add new features to logger plugin (command /logger, log level, level by ↵Sebastien Helleu
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed)
2008-10-27Add name of plugins next to plugin pointers in dump (to log file)Sebastien Helleu
2008-10-27Fix output of backtrace in log fileSebastien Helleu
2008-10-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2008-10-27Fix reload of config file plugins.confSebastien Helleu
2008-10-27Add missing backtrace() function check in cmakeJulien Louis
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-26Display readable values for flag of fd hooked with /plugin listfull commandSebastien Helleu
2008-10-25Fix creation of filters (many filters with same content are authorized)Sebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Use of toggle option for /filter to toggle a filter on/offSebastien Helleu
2008-10-24Add "enabled" flag for each filter (now possible to disable only one or some ↵Sebastien Helleu
filters)
2008-10-24Save/restore buffer local variables during upgradeSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables ↵Sebastien Helleu
$nick/$channel/$server in alias
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt ↵Sebastien Helleu
for IRC buffers
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-14Fix wrong hotlist after upgrade when /upgrade is done with empty hotlistSebastien Helleu
2008-10-14Fix restore of WeeChat main buffer after /upgradeSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu