Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | Print{,_attr} and server{,_attr} hooks were incorrectly handled when both | Diogo Sousa | |
version existed (regular and attrs). Specifically, the priority was not respected, and both versions were run even when EAT_PLUGIN was returned. Fixes #847. | |||
2013-08-04 | Add reload command for plugins and add to gui | TingPing | |
2013-07-12 | Added functions to create/destroy event_attrs to plugin interface. | Diogo Sousa | |
Function names were chosen to keep consistency with the rest of the API. | |||
2013-07-12 | Added hexchat_emit_print_attrs() to plugin interface. | Diogo Sousa | |
2013-07-09 | Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is called | Diogo Sousa | |
when it should. This should close #661. | |||
2013-07-09 | Removed two dummy functions in plugin interface. | Diogo Sousa | |
2013-07-09 | Added hexchat_hook_server_attrs() and hexchat_hook_print_attrs() to the plugin | Diogo Sousa | |
interface. This hooks are similar to hexchat_hook_{server,print}() except the callback passes an extra argument with the (new) structure hexchat_event_attrs. This structure contains attributes related to the event; by now it only contains the server_time_utc member which is non-zero if server-time is enabled and the server used this extension to pass a timestamp. See issue #661. (Note: this hooks are still not called by hexchat in this commit.) | |||
2013-03-31 | Supposed fix for license issues | Berke Viktor | |
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file) | |||
2012-10-30 | Nah, even more rebranding | Berke Viktor | |
2012-10-30 | Some remaining fixes | Berke Viktor | |
2012-10-30 | Rebranding for the rest of plugin* | Berke Viktor | |
2012-10-30 | Revert "Proof-of-concept compat mode for XChat" | Berke Viktor | |
This reverts commit ad16a2bfee7e51e8acfbc6acd7cf22e438ec60d2. | |||
2012-10-30 | Proof-of-concept compat mode for XChat | Berke Viktor | |
2012-10-25 | Some more rebranding for consistency's sake | Berke Viktor | |
2012-10-25 | Some more rebranding | Berke Viktor | |
2012-01-15 | refactor plugin config API and add skeleton for xchat_pluginpref_list | Berke Viktor | |
2012-01-14 | skeleton for xchat_del_pluginpref | Berke Viktor | |
2011-12-01 | plugin api conformance | Berke Viktor | |
2011-11-30 | refactoring | Berke Viktor | |
2011-11-30 | plugin config - separate string and int functions | Berke Viktor | |
2011-11-29 | initial plugin config framework, can't save multiple entries | Berke Viktor | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |