Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-25 | Add optional command name for infolist_get on command hooks | Sebastien Helleu | |
2011-01-02 | Test if variables are not NULL before free in function hook_print_exec | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-18 | Fix infinite loop on gnutls handshake when connecting with SSL to server on ↵ | Gu1ll4um3r0m41n | |
wrong port or server with SSL problems (bug #27487) | |||
2010-11-14 | Fix data sent to callback of hook_process, improve hook_process by using buffer | Sebastien Helleu | |
Fix: some data was sometimes missing (not sent to callback). Improvement: use a 64KB buffer for child output and send data to callback only when buffer is full. | |||
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu | |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu | |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-08-12 | Fix another bug with hook priority (for commands) | Sebastien Helleu | |
2010-08-12 | Fix bug with order of hooks: for equal priority, hook is added at the end of ↵ | Sebastien Helleu | |
the list | |||
2010-08-11 | Add priority for hooks (task #10550) | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-01 | Fix crash with hook_process (when timer is called on a deleted hook process) | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-19 | Fix bugs with function hook_command_run | Sebastien Helleu | |
A '/' is always sent at beginning of command to callback, even if user used another command char. Now it is possible to catch a command, with or without arguments, with hook_command_run("/command"). | |||
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2010-01-01 | Fix tag checking in execution of hook_print | Sebastien Helleu | |
2009-11-27 | Check that connect hook was not deleted before call to gnutls callback | Sebastien Helleu | |
2009-11-27 | Fix crash when connecting to ssl server if another non-ssl connection is pending | Sebastien Helleu | |
2009-11-07 | Remove compilation warning when gnutls lib is not installed | Sebastien Helleu | |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on ↵ | Sebastien Helleu | |
IRC server (CertFP) (task #7492) (patch from kolter) | |||
2009-07-24 | Fix compilation on OpenBSD: rename variables stdout/stderr (patch #6874 from ↵ | Sebastien Helleu | |
zepard) | |||
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu | |
2009-06-21 | Fix some memory leaks in command hook (completion templates), buffer ↵ | Sebastien Helleu | |
closing, partial completion | |||
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-04-26 | Fix 0 byte alloc in command template | Sebastien Helleu | |
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-04 | Check that callback value is not NULL in hook functions | Sebastien Helleu | |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu | |
New (core) command /version displays version, and number of upgrades done with first start date (if # /upgrade > 0). The number of upgrades is displayed at startup (if > 0). | |||
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu | |
2009-03-06 | Add new hook type "process": launch command with fork and catch result ↵ | Sebastien Helleu | |
(rc/stdout/stderr) via callback | |||
2009-02-18 | Display clock skew detection only if debug for core is >= 1 | Sebastien Helleu | |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu | |
2009-02-08 | Add hook type "command_run", add new function "string_remove_color" in ↵ | Sebastien Helleu | |
plugin API (task #9089) | |||
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu | |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-11-29 | Fix bugs with hook_print function in scripts | Sebastien Helleu | |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu | |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-05 | Add debug messages for hooks when core debug >= 2 | Sebastien Helleu | |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu | |
2008-11-03 | Add detection of system clock skew, reinitialize all timers when this happens | Sebastien Helleu | |
2008-11-01 | Another fix to timer hook when day of local time is different from UTC | Sebastien Helleu | |
2008-11-01 | Fix timer hook when daylight saving time is enabled (problem with "day ↵ | Sebastien Helleu | |
changed" message) | |||
2008-10-30 | Add 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) |