1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
Commit Graph

4525 Commits

Author SHA1 Message Date
James Booth
f2bb867934 Merge remote-tracking branch 'origin/osx-functional' into osx-functional 2016-03-10 22:23:08 +00:00
James Booth
8a1ab5fba5 Merge branch 'master' into osx-functional 2016-03-08 20:28:30 +00:00
James Booth
1ddfa47313 Free TLSCertificate memory 2016-03-08 20:25:36 +00:00
James Booth
b02945a048 Merge branch 'master' into osx-functional 2016-03-07 20:44:41 +00:00
James Booth
5cabcf9b79 Plugins: Added callbacks init and close functions
Included destroy function in PluginWindowCallback
2016-03-07 20:36:25 +00:00
James Booth
f8d32864f0 Merge branch 'master' into osx-functional 2016-03-07 18:41:48 +00:00
James Booth
4094b75ccc Fixed valgrind libotr suppressions 2016-03-07 18:39:24 +00:00
James Booth
72f940360d Free GLists in plugin autocompleters 2016-03-07 18:32:32 +00:00
James Booth
958dc6b184 Free GList in wins_get_plugin 2016-03-07 18:30:13 +00:00
James Booth
355adb117c Added WIN_PLUGIN case to win_free() 2016-03-07 18:24:04 +00:00
James Booth
5998164c48 Merge branch 'master' into osx-functional 2016-03-07 17:15:33 +00:00
James Booth
f26da31f62 Merge remote-tracking branch 'klement/master' 2016-03-07 17:14:38 +00:00
Klement Sekera
e1b15182a4 Fix typo maxinum->maximum 2016-03-07 14:06:10 +01:00
James Booth
0e9b19c0fc Merge branch 'master' into osx-functional 2016-03-03 00:32:02 +00:00
James Booth
09cfbb7e05 Fixed /help group formatting 2016-03-03 00:31:27 +00:00
James Booth
79e3ce2734 Merge branch 'master' into osx-functional 2016-03-01 00:04:17 +00:00
James Booth
7fdf50eb31 Add plugin wins to /win and /close autocompletion 2016-03-01 00:03:11 +00:00
James Booth
cce68037e1 Merge branch 'master' into osx-functional 2016-02-28 23:23:28 +00:00
James Booth
da7e59bc86 Merge remote-tracking branch 'origin/master' 2016-02-28 23:18:50 +00:00
James Booth
ab08d0a378 Added current_win_is_console to plugins api 2016-02-28 23:06:45 +00:00
James Booth
e3f99026dc Merge remote-tracking branch 'origin/osx-functional' into osx-functional 2016-02-28 19:08:33 +00:00
James Booth
f6f972b185 Merge branch 'master' into osx-functional 2016-02-28 19:06:38 +00:00
James Booth
accde2a61c Fixed cygwin compile 2016-02-28 19:05:26 +00:00
James Booth
2a57b7b185 Merge remote-tracking branch 'origin/osx-functional' into osx-functional 2016-02-27 18:41:45 +00:00
James Booth
0719d7407b Merge branch 'master' into osx-functional 2016-02-25 01:52:21 +00:00
James Booth
fbd913ec62 Remove default from plugin theme NULL checks 2016-02-25 01:51:33 +00:00
James Booth
ff585a3402 Merge branch 'master' into osx-functional 2016-02-25 01:18:33 +00:00
James Booth
c562702ab9 Check for NULLs before testing plugin theme 2016-02-25 01:17:47 +00:00
James Booth
c0be4931c6 Merge branch 'master' into osx-functional 2016-02-25 00:13:27 +00:00
James Booth
51c6cefafd Call plugin disconnect hook before disconnecting on autoping fail
fixes #746
2016-02-25 00:10:22 +00:00
James Booth
b65000fdc8 Merge branch 'master' into osx-functional 2016-02-24 23:54:09 +00:00
James Booth
5b34e11e45 Added missing string.h include to plugins/api.c 2016-02-24 23:52:59 +00:00
James Booth
28c8cad6cf Merge branch 'master' into osx-functional 2016-02-24 01:00:23 +00:00
James Booth
9d31ce49c3 Added missing stdlib.h include 2016-02-24 00:59:28 +00:00
James Booth
8e15527079 Merge branch 'master' into osx-functional
Conflicts:
	.travis.yml
2016-02-24 00:10:37 +00:00
James Booth
ac91e7ef85 Added theme support to plugins 2016-02-21 23:58:13 +00:00
James Booth
1654f16a2f Return result from plugin calls
closes #739
2016-02-21 02:06:09 +00:00
James Booth
3705437a60 Removed plugin hook call for MUC history 2016-02-18 22:59:00 +00:00
James Booth
412dc13629 Added prof_cons_bad_cmd_usage plugin function 2016-02-18 22:25:43 +00:00
James Booth
0ed3b53bd2 Integrated plugins with /help command 2016-02-18 21:53:20 +00:00
James Booth
a152d7fb8e Added cmd_help_autocomplete_add 2016-02-18 21:14:12 +00:00
James Booth
0654aa1151 Added plugin commands to /help autocompletion 2016-02-18 21:06:21 +00:00
James Booth
639623d625 Tidied cons_show_help 2016-02-18 20:52:52 +00:00
James Booth
a14b7815ae Added new help format to c plugins WIP 2016-02-18 01:20:37 +00:00
James Booth
2ac911618a Fix call to plugins_post_chat_message_send 2016-02-16 23:48:47 +00:00
James Booth
7945ef5277 Fix plugin command memleak 2016-02-15 00:09:51 +00:00
James Booth
bd928f0f29 Removed non c plugin code 2016-02-14 23:52:04 +00:00
James Booth
34ec53c2e2 Merge branch 'master' into osx-functional 2016-02-14 23:12:23 +00:00
James Booth
3dd5c3b2c3 Updated copyright 2016-02-14 23:12:01 +00:00
James Booth
f79da2dbcc Merge branch 'master' into plugins-c 2016-02-14 23:09:28 +00:00